function truth(){
	scHeight = 768;
	scWidth = 1024;
	truthWin = window.open('/regza/detail/truth/main.htm','truth','width=' + scWidth +',height=' + scHeight +',top=0,left=0,scrollbars=yes,location=yes,toolbar=no,resizable=yes,status=yes,menubar=no');
	truthWin.focus();
}
