

	// NAVIGATION FUNCTIONS
	if (document.images) {
 		img1_on =new Image();  img1_on.src ="http://cypress-security.com/C5BG/cps/img/button_services_active.gif"; 
 		img1_off=new Image();  img1_off.src="http://www.cypress-security.com/C5BG/cps/img/button_services_inactive.gif"; 
		img2_on =new Image();  img2_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_quality_active.gif"; 
 		img2_off=new Image();  img2_off.src="http://www.cypress-security.com/C5BG/cps/img/button_quality_inactive.gif"; 
		img3_on =new Image();  img3_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_about_active.gif"; 
 		img3_off=new Image();  img3_off.src="http://www.cypress-security.com/C5BG/cps/img/button_about_inactive.gif"; 
		img4_on =new Image();  img4_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_welcome_active.gif"; 
 		img4_off=new Image();  img4_off.src="http://www.cypress-security.com/C5BG/cps/img/button_welcome_inactive.gif";  
		img5_on =new Image();  img5_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_markets_active.gif"; 
 		img5_off=new Image();  img5_off.src="http://www.cypress-security.com/C5BG/cps/img/button_markets_inactive.gif"; 
		img6_on =new Image();  img6_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_training_active.gif"; 
 		img6_off=new Image();  img6_off.src="http://www.cypress-security.com/C5BG/cps/img/button_training_inactive.gif"; 
		img7_on =new Image();  img7_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_employment_active.gif"; 
 		img7_off=new Image();  img7_off.src="http://www.cypress-security.com/C5BG/cps/img/button_employment_inactive.gif";  
		img8_on =new Image();  img8_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_enviro_active.gif"; 
 		img8_off=new Image();  img8_off.src="http://www.cypress-security.com/C5BG/cps/img/button_enviro_inactive.gif";  
		img12_on =new Image();  img12_on.src ="http://www.cypress-security.com/C5BG/cps/img/requestaquote_focus.gif"; 
 		img12_off=new Image();  img12_off.src="http://www.cypress-security.com/C5BG/cps/img/requestaquote.gif"; 
		img13_on =new Image();  img13_on.src ="http://www.cypress-security.com/C5BG/cps/img/button_logout_focus.gif"; 
 		img13_off=new Image();  img13_off.src="http://www.cypress-security.com/C5BG/cps/img/button_logout_inactive.gif";
	}


	function movr(k) {
 		if (document.images) 
		eval('document.img'+k+'.src=img'+k+'_on.src');
	}

	function mout(k) {
 		if (document.images) 
 		eval('document.img'+k+'.src=img'+k+'_off.src');
	}


	// POPUP FUNCTIONS
	browserVer=parseInt(navigator.appVersion);
  
  	function newWindow(the_page,the_width,the_height) {
		window.open(the_page,"","status=no,menubar=no,top=150,left=150,scrollbars=no,resizable=no,width=" + the_width + ",height=" + the_height);
	}



	function showHide(elementid){
		if (document.getElementById(elementid).style.display == 'none'){
	document.getElementById(elementid).style.display = '';
	} else {
		document.getElementById(elementid).style.display = 'none';
		}
	}	 



	

