function windowPop(url) 
          {
          window.open(url, "", "toolbar=no, location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=600, height=400");
          }

function gam_over(src)
	{
		//src.style.cursor = 'hand'; 
		src.style.backgroundColor='#E9ECEF'
	}
function gam_out(src)
	{
		//src.style.cursor = 'default';
		src.style.backgroundColor=''
	}
function nav_over(src,c_id) {
	//src.style.cursor = 'hand'; 
	document.getElementById("nav_a_"+c_id).style.backgroundColor='#CC0000';
	document.getElementById("nav_b_"+c_id).style.backgroundColor='#E7EAEF';
}
function nav_out(src,c_id) {
	//src.style.cursor = 'default'; 
	document.getElementById("nav_a_"+c_id).style.backgroundColor='#FFFFFF';
	document.getElementById("nav_b_"+c_id).style.backgroundColor='#F0F2F4';
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
