	window.moveTo(0,0);
	window.resizeTo(window.screen.availWidth,window.screen.availHeight);
function showFlash(cWidth,cHeight,ID,flashSrc){
	flashSrc=flashSrc+".swf"
	document.writeln("<object classid='clsid:D27CDB6E-AE6D-11CF-96B8-444553540000' id=obj"+ID+" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0' border='0' width="+cWidth+" height="+cHeight+">")
	document.writeln("<param name='movie' value="+flashSrc+">")
	document.writeln("<param name=''quality' value='High'>")
	document.writeln("<param name='menu' value='false'>")
	document.writeln("<param name='wmode' value='transparent'>")
	document.writeln("<embed src="+flashSrc+" pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' name='obj1'+ID width="+cWidth+" height="+cHeight+" quality='High' menu='false' wmode='transparent'></object>")
}

function chkSchInfo(){
	if (document.all.frmSearchInfo.key.value==""||document.all.frmSearchInfo.key.value.indexOf("'")>-1){
	alert("请输入查询关键字！");
	document.all.frmSearchInfo.key.focus();
	document.all.frmSearchInfo.key.value=""
	return false	
	}
}

var theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++)
{
    theObjects[i].outerHTML = theObjects[i].outerHTML;
}

function goIt(u){
	top.location.href="./admin/login.asp?c="+u;
}


function followmouse1(){
//move cross engine for IE 4+
    newX=window.event.x; 
	newY=window.event.y; 
    window.status ="欢迎访问徐州鸿福汽车修理厂网站，我们竭诚为您服务！    ";
    if (document.all){
	//document.getElementById("itemopen1").style.left=newX+20; 
	//document.getElementById("itemopen1").style.top=newY+10; 
	//document.getElementById("xy").innerText ="  X="+window.event.x+"  Y="+window.event.y; 
	}
}
function followmouse2(e){
//move cross engine for NS 4+
    newX=window.event.x; 
	newY=window.event.y; 
    window.status ="欢迎访问徐州鸿福汽车修理厂网站，我们竭诚为您服务！";
    if (document.all){
	//document.getElementById("itemopen1").style.left=newX+20; 
	//document.getElementById("itemopen1").style.top=newY+10; 
	//document.getElementById("xy").innerText ="  X="+window.event.x+"  Y="+window.event.y; 
	}
}
if (document.all)
document.onmousemove=followmouse1
else if (document.layers){
window.captureEvents(Event.MOUSEMOVE)
window.onmousemove=followmouse2
}
	function logMonitor(){
	var NewUrl="../monitor/login.asp"
	newwindow=window.open("","","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0");
	if (document.all)
	{
		newwindow.moveTo(0,0);
		newwindow.resizeTo(screen.availWidth,screen.availHeight);
	}
	newwindow.location=NewUrl;
	}

