//BUGÊÕ¼¯
function win_open_bug(errType,width,height,siteUrl){
	var err = null;
	var url = (siteUrl != "" && siteUrl != null) ? encodeURIComponent(siteUrl) : encodeURIComponent(document.location.toString());
	try{errType = (errType != null) ? parseInt(errType) : 1;}catch(err){errType = 1;}
	try{width = (width != null) ? parseInt(width) : 800;}catch(err){width = 800;}
	try{height = (height != null) ? parseInt(height) : 720;}catch(err){height = 720;}
	window.open("http://zc.91.com/?controller=user&action=showaddstep1&i_url="+url,"errPage","fullscreen=no,channelmode=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + width.toString() + ",height=" + height.toString());
}