function SMsg(Wa){
	status=Wa;
}
function m0(){
	defaultStatus=" ";
}
function scroll(){
	clearTimeout(timer1);
	status=scr;
	scr=scr.substring(1,scr.length)+scr.substring(0,1);
	timer1=setTimeout("scroll()",200);
}
function win1(urls,wname,wid,hei){
	newWin=window.open(urls+".htm",wname,"width="+wid+",height="+hei+",scrollbars=yes,resizable=yes")
}