//if(!tmeot || tmeot == "") {
	tmeot = 3000;   
//}
window.setTimeout("hideWd()",tmeot);
function hideWd() {
	document.getElementById('wd').style.visibility='hidden';	
}
