/*Start of Global js Functions*/ function OpenHelpURLinNewWin(URL) { var vday = new Date(); var id = vday.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=900,height=700,left = 62,top = 34');"); } function OpenPrintableinNewWin(URL) { var vday = new Date(); var id = vday.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=1000,height=500,left = 62,top = 34');"); } function OpenURLinNewWin(URL) { var vday = new Date(); var id = vday.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=900,height=700,left = 62,top = 34');"); } /*End of Global js functions*/ sfHover = function() { if(document.getElementById("bannerlinksmenu")) { // alert(window.bannerlinksmenu.innerHTML); var sfEls = document.getElementById("bannerlinksmenu").getElementsByTagName("LI"); if (navigator.appVersion.substr(22,3)!="5.0") window.bannerlinksmenu.innerHTML=('' + window.bannerlinksmenu.innerHTML); for (var i=0; i' + arrEachMenu[2] + ''; //strHTML = arrEachMenu[1]; // alert(strcurrTop + " " + strHTML); if ((strcurrTop != strLastTop && strLastTop != "") || (strLastTop == "")) { //new top menu if (countSubMenu > 0 ) strTempMenuHTML = strTempMenuHTML + ""; //close tag for the last set of menus else strTempMenuHTML = strTempMenuHTML + ""; countSubMenu = 0; //reset count strLastTop = strcurrTop; //remember the new top menu name if (strHTML != "" && strHTML != null && strHTML != "undefined" && strHTML != "$$MenuItemHTML$$" ) { //if field MenuItemHTML is empty then domisphere returns the $$MenuItemHTML name idName = strcurrTop.toLowerCase(); //translate the topmenu name to lower case idName = idName.replace(/\s/gi, ''); //trim any white spaces in the name strTempMenuHTML = strTempMenuHTML + '
  • ' + strcurrTop + '