function showsub (subMenu) {
	if(document.getElementById) {
		document.getElementById(subMenu).className = "submenuOn";
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
