<!-- 
bName = navigator.appName;bVer = parseInt(navigator.appVersion);window.name = "eomain" ;var infoWin;var signupWin ;bw=523;bh=502;function closeinfoWin() {if (infoWin && !infoWin.closed) {infoWin.close();}}
function honeyguide(thePage) {infoURL = thePage  ;hguide   = "eohelp" ;newFeatures = "height=" + bh + ",width=" + bw + ",top=0,left=0,channelmode=0,dependent=yes,directories=0,fullscreen=0,location=0, menubar=0,resizable=0,scrollbars=yes,status=0,toolbar=0,title=0" ;if (bName == "Microsoft Internet Explorer" && bVer|| bName == "Netscape" && bVer > 3 >= 4 ){BB_useNav3(infoURL, hguide, newFeatures) ;} else if (bName == "Netscape" && bVer <= 3){BB_useNav3(infoURL, hguide, newFeatures) ;} else {BB_Launch(infoURL, hguide, newFeatures) ;}}
function BB_useNav3(infoURL, winname,newFeatures) {if(infoWin == null || infoWin.closed) {BB_Launch(infoURL, winname, newFeatures)} else {infoWin.close() ;BB_Launch(infoURL, winname, newFeatures);}}function BB_Launch(infoURL, winname, newFeatures) {infoWin = window.open(infoURL, winname, newFeatures)}
//-->