// JavaScript Document
function win_open_bug(){
	var toUrl = 'http://report.help.mmosite.com/bug_report.htm?backurl='+escape(top.window.location.href);
	window.open(toUrl);
}