function newsWindow( newsPage )
		{
			var strUrl = "pp/" + newsPage + ".shtml"
			window.open (strUrl, "newsPage", 'height=600,width=800,dependent=yes,directories=no,fullscreen=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,toolbar=yes,left=25,top=25', "newsPage");	
		}
		
function infoWindow( infoPage )
		{
			var strUrl = infoPage + ".cfm"
			window.open (strUrl, "infoPage", 'height=600,width=700,dependent=yes,directories=no,fullscreen=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,toolbar=yes,left=25,top=25', "infoPage");	
		}
		
function supportWindow( supportPage )
		{
			var strUrl = "pp/" +supportPage + ".cfm"
			window.open (strUrl, "supportPage", 'height=600,width=700,dependent=yes,directories=no,fullscreen=no,menubar=yes,resizable=yes,scrollbars=yes,status=no,toolbar=yes,left=25,top=25', "supportPage");	
		}

function slidesWindow( slidesPage )
		{
			var strUrl = slidesPage + ".cfm"
			window.open (strUrl, "slidesPage", 'height=310,width=700,directories=no,fullscreen=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,left=25,top=25', "slidesPage");	
		}
