var browserType = navigator.appName.charAt(0)+navigator.appVersion.charAt(0)



function scrollmenu(myURL, myWidth, myHeight,myHoriz,myVertical){
	  if (browserType=="N2") {
          siteWindow=window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=1, scrollbars=1,resizable=1,left=" + myHoriz + ", top="+ myVertical + ",width="+myWidth+",height="+myHeight);
		  siteWindow.opener=self;
		  siteWindow=myURL;
	  }
	if (browserType.charAt(0)=="M") {
      siteWindow=window.open(myURL,"","toolbar=0,location=0,directories=0,status=0,menubar=1, scrollbars=1,resizable=1,left=" + myHoriz + ", top="+ myVertical +" , width="+myWidth+",height="+myHeight);
	  siteWindow.opener=self;
	}
	else {
      siteWindow=window.open(myURL,"","toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,left=" + myHoriz + ", top="+ myVertical + " ,width="+myWidth+",height="+myHeight);
	  siteWindow.opener=self;
	}
}

function writehomeFlash(){
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="800" height="500" id="home" align="middle" VIEWASTEXT>\n');
document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
document.write('<param name="movie" value="/content/wescorporg/swf/home.swf" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<param name="bgcolor" value="#ffffff" />\n');
document.write('<embed src="/content/wescorporg/swf/home.swf" quality="high" bgcolor="#ffffff" width="800" height="500" name="home" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent">\n');
document.write('</object>\n');
}



