function user_info(url,width,height) { var uinfo = window.open(url,"usinfo","scrollbars=yes,resizable=no,width=" +width+ ",height=" +height+ ""); } function show_login(){ $('#loginFormDiv').toggle(); } document.write('
'); document.write('Home | '); document.write('ID,PW찾기 | '); document.write('로그인 | '); document.write('Site Map | '); document.write('Contact Us'); document.write('
');