function shower(url,wi,he,ran_win)
	{
		myWindow=window.open(url,ran_win,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height=" + he + ",width=" + wi);
	}
function shower2(url,wi,he,ran_win)
	{
		myWindow=window.open(url,ran_win,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,height=" + he + ",width=" + wi);
	}

function OverMnu(mnu) {  
	mnu.style.backgroundColor='#830200';
}
function OutMnu(mnu) {  
	mnu.style.backgroundColor='#D24200';
}
function OverMnu2(mnu) {  
	mnu.style.backgroundColor='#DFFCDF';
}
function OutMnu2(mnu) {  
	mnu.style.backgroundColor='#CCFFCC';
}

