function initDom(){
	var col_=window.document.body.all;
	for (var i_=0;i_<col_.length;i_++){
		var o_=col_[i_];
		var s_=o_.tagName.toLowerCase();
		o_.hideFocus=true;o_.blur();
	}
}

function window_Open(theUrl,iWidth,iHeight) 
{
	if (theUrl!="")
	{
		window.open(theUrl,'','width='+iWidth+',height='+iHeight+',left='+(((window.screen.width)-iWidth)/2-5)+',top='+(((window.screen.height)-iHeight)/2-5)+'');
	}
	else {
		alert("´íÎóµÄURLÁ´½Ó£¡");
	}
}
