	<!-- hide this script from old browsers

	function show_popup ( pageURL ) {
		window.open( pageURL, 'popupWindow', 'toolbar=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=600,height=375,screenX=100,screenY=75,left=100,top=75,alwaysRaised=1')
	}
	
	function show_popup_objectives ( pageURL ) {
		window.open( pageURL, 'popupWindow', 'toolbar=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=600,height=450,screenX=100,screenY=75,left=100,top=75,alwaysRaised=1')
	}

	function show_popup_contactus ( pageURL ) {
		window.open( pageURL, 'popupWindow', 'toolbar=0,directories=0,status=0,menubar=0,resizable=1,scrollbars=1,width=575,height=375,screenX=100,screenY=75,left=100,top=75,alwaysRaised=1')
	}
	
	// done hiding from old browsers -->