function fnJavaSearchCenter( inTxt ) { alert( '±³À°¼¾ÅÍã±â -' + inTxt ); } function fnJavaSearchEnglish( inTxt ) { location.href = "http://localhost:7001/global/common?action=dictionarySearch&word=" + inTxt; } function OpenGuideExam() { //Win_popLeft('/flash/studyguide/index.html', 'GuideExam', 10, 10, 290, 350); } function calendarOpen() { Win_popLeft('/guide/calendar/01.html', 'GuideCalendar', 10, 10,750, 600); } function beflyMikeOpen() { Win_popCN('/mybefly/pop_beflymike.jsp','_blank',300,255) } function beflyMikeFinishOpen() { Win_popCN('/mybefly/beflymike_finish.jsp','_blank',300,255) } function openerReload() { opener.location.reload(); } function onPop_best() { var width = 1045; var height = 814; var left_position = (screen.width-width)/2; // var url ="http://writing.yoons.com/intro_port.html"; var url ="http://211.214.219.34/Yoons_Event/writing/intro_port.html"; var strStyle = "menubar=yes, toolbar=no, location=yes, scrollbars=yes, status=no, resizable=yes, width="+width+", height="+height+",left="+left_position; window.open(url,"writingBestClass",strStyle); } function goMy(){ var sc = 0; if (screen.height <= 800){ sc = 1; } window.open("","my","top=0, left=0, width=840, height=730, toolbar=0, directories=0, status=0, menubar=0, scrollbars="+sc+", resizable=0") /**20110311¼öÁ¤**/ with(document.myForm){ action.value="myList"; target = "my"; submit(); target = "_self"; } }