// JavaScript Document
function win_open_bug(){
	var toUrl = "http://co.91.com/report/bug.shtml?url="+escape(top.window.location.href);
	 window.open(toUrl, null, "height=700, width=400, status=no, toolbar=no, menubar=no, location=no");
}



