function Redirect(pageURL) {window.parent.location.href = "http://" + document.domain + pageURL;}

function SSLRedirect(pageURL) {window.parent.location.href = "https://" + document.domain + pageURL;}

//v2.0
function MM_openBrWindow(theURL,winName,features) {window.open(theURL,winName,features);}

//v3.0
function MM_jumpMenuCIMBGroup(targ,selObj,restore){if (selObj.options[selObj.selectedIndex].value != "")
{window.open(selObj.options[selObj.selectedIndex].value, targ); if (restore) selObj.selectedIndex=0;}
}
