
/* flash ÆÐÄ¡ */

function JS_viewObj(objhtml) { 
    document.write(objhtml); 
} 

function enter_evt()
{
	var str = event.keyCode;       //ÀÔ·ÂµÈ ÄÚµå°ª.								
	if(str==13) {	
		checkForm();
	}
}

function checkForm(){}