// JavaScript Document
function re(linkname){
	window.location.href = linkname;
	}
// MAIN MENU
function ma(t,e){
		if(e==0){
			document.getElementById(t).className='menuleft';
		}else{
			document.getElementById(t).className='menuleft1';
			document.getElementById(t).style.cursor='pointer';
		}
}
function ro(linkname){
		window.open(linkname);
	}
