
/*
Burst no longer uses included script code, this file now contains general use functions
Copyright 2005 by Coolstreams, Inc.
August, 2005
volume guide listen help pop open window parameters - all new volume guides call this
*/

function NewListenHelp(){
	
  window.open("http://musicsojourn.com/Info_Pages/ainclude/Listen_New_Options_Help.htm", "master","height=575, width=770, top=0, left=0, status=yes, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes")
}


/*
For general use - calls page named GeneralWindow1 in info_pages/ainclude
*/

function GeneralWindow1(){
	
  window.open("http://musicsojourn.com/Info_Pages/ainclude/GeneralWindow1.htm", "master","height=575, width=770, top=0, left=0, status=yes, toolbar=yes, menubar=yes, scrollbars=yes, resizable=yes")
}



/*
For NEW premium pages, added here 10/2009
*/
function CDLPcondition(){
	
	window.open("http://musicsojourn.com/Catalog/Support/membership/Premiums/ainclude/CDLPCondition.htm", "master","height=650,width=600,top=0,left=0,status=yes,toolbar=no,menubar=yes,resizable=yes")
}


//-->


