function OpenHtml(url)
{
	var url=url
		var width=550
		var height=400
	window.open(url,"_blank","width="+width+",height="+height+",scrollbars=1,statubars=1,toolbar=no,resizable=1,left=10,top=30")
}

function OpenHtml2(url,width,height)
{
	var url=url
	window.open(url,"_blank","width="+width+",height="+height+",scrollbars=1,statubars=1,toolbar=no,resizable=1,left=10,top=30")
}

function Form_submit()
{
//alert(dd.action)
//dd.actin=form_target
//dd.submit()
alert(window.document.forms.length)
}

/*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/