function popUp(strURL,strType,strHeight,strWidth) {
   var strOptions="";
   if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
   if (strType=="fixed") strOptions="status,left=50,top=20,height="+strHeight+",width="+strWidth;
   if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
   window.open(strURL, 'newWin', strOptions);
}

function chg_country(){
 if(document.all.slt_country.value == "")
  {
   return;
  }
 window.open(document.all.slt_country.value, "_self");
}

function RunMenu()
{

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="706" height="350" id="menu" align="middle">\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="menu.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="menu.swf" quality="high" bgcolor="#ffffff" width="706" height="350" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');

}

