function changeBg(obj){
	obj.style.cursor='pointer';
	obj.style.backgroundColor=="#b8cfe0"?obj.style.backgroundColor="#ffffff":obj.style.backgroundColor="#b8cfe0";
}
function showSites(){	
	document.getElementById("otherSites").style.display="block";
}
function hideSites(){
	document.getElementById("otherSites").style.display="none";
}
function goURL(targetURL){
	top.location.href=targetURL;
}

function loadStyle( str ){
	if( str.length > 0 )
		document.getElementById(str).className = 'tmenu2';
}