//<![CDATA[
var mP=null;
	
function showSubmenuByEvent(e) {
	if (id=calcSubmenuID(e)) { 
		showSubmenu(id);
	}
}
function showSubmenu(id) {
	if (mP!=null) {
		clearTimeout(mP);
	}
	if (menuOpen>0 && menuOpen!=id) {
		sub[menuOpen].hidePopup();
	}
	menuOpen=id;
//	var el = document.getElementById('submenu'+id);
//	el.style.visibility='visible';
	sub[id].unhidePopup();
}

function loadUrlByEvent(e) {
	var obj = (e.target) ? e.target : e.srcElement;
	as =  obj.getElementsByTagName("A");
	if (as.length) {
		document.location.href=as[0];
	}
}

function openTestimonial(token) {
	window.open('giveTestimonial.php?SHOWTAB=1&TOKEN='+token,'testimonial','width=620,height=650,scrollbars=yes,resizable=yes');
}	

function loadUrl(url) {
	document.location.href=url;
}

function checkSubmit() { return true; }
//]]>

