function Redirect(pageURL) {
	window.parent.location.href = "http://" + document.domain + pageURL;
}

function SSLRedirect(pageURL) {
	window.parent.location.href = "https://" + document.domain + pageURL;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenuCIMBGroup(targ,selObj,restore){ //v3.0
    if (selObj.options[selObj.selectedIndex].value != ""){
      window.open(selObj.options[selObj.selectedIndex].value, targ);
      if (restore) selObj.selectedIndex=0;
    }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}




<!-- Google Analytics Start-->
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-2903527-2");
pageTracker._trackPageview();
} catch(err) {}
<!-- Google Analytics End-->