var isIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;function WriteSwf(img,wsize,hsize){document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\""+wsize+"\" height=\""+hsize+"\">");document.write("<param name=\"movie\" value=\""+img+"\">");document.write("<param name=\"quality\" value=\"high\">");document.write("<param name=wmode value=transparent>");document.write("<embed src=\""+img+"\" wmode=\"transparent\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+wsize+"\" height=\""+hsize+"\"></embed>");document.write("</object>");}
function CheckFlash(htmlControlIDtest,imgName)
{var version;var axo;var e;var okFlash=""
try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axo.GetVariable("$version");}catch(e)
{okFlash="0"}
if(okFlash=="0"&&isIE)
{var htmlContainer=document.getElementById(htmlControlIDtest);if(imgName=="flaschhome_"+strLang+".jpg")
{htmlContainer.innerHTML="<img src='UploadImage/"+imgName+"' alt='"+strSite+"' width='370' height='292' title='"+strSite+"'  />"}
else
{htmlContainer.innerHTML="<img src='UploadImage/"+imgName+"' alt='"+strSite+"' width='370' height='292' title='"+strSite+"' />"}}}
navHover=function(){var lis=document.getElementById("navmenu").getElementsByTagName("LI");for(var i=0;i<lis.length;i++){lis[i].onmouseover=function(){this.className+=" iehover";}
lis[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" iehover\\b"),"");}}}
if(window.attachEvent)window.attachEvent("onload",navHover);
