function deleteconfirm(name)
{
	var status=window.confirm("一旦删除不能恢复！是否继续？")
	if(status==true)location.href=name
}

function operconfirm(name,hint)
{
	var status=window.confirm(hint)
	if(status==true)location.href=name
}

function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
  	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
 	 if (restore) selObj.selectedIndex=0;
}


function MM_openBrWindow(theURL,winName,features)
{ //v2.0
	 window.open(theURL,winName,features);
}


function MM_zp_info(theURL)
 { //v2.0
	 window.open(theURL,"",'top=2,left=50,width=540,height=545,scrollbars=yes');
}


function openwin(page,size)
{
	window.open(page,"newuser","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,"+ size);
}                                                                                          
