var _DEBUG = true;
//΅χΚΤΠΕΟ’Κδ³φ
function _debug(oMsg){
	if(_DEBUG){
		if(typeof(oMsg) == "object")
			alert(JSON.stringify(oMsg));
		else
			alert(oMsg);
	}
}
