//style.js
function BlowserCheck(){
	an=navigator.appName;
	av=navigator.appVersion;
		if(an.indexOf("Microsoft")<0){
			
			 document.write('<table width="340" border="0" cellspacing="0" cellpadding="0" align="right" style="margin-right:-44px" >');
			}else{
			
			 document.write('<table width="340" border="0" cellspacing="0" cellpadding="0" align="right" style="margin-right:-22px" >');
			}
}


function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// -->