/// 이미지 맵 함수 /// function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i' +'' +'' +'' +'' +''); } /// 준비중 얼럿창 함수 /// function message(){ alert("준비중입니다."); } /// 팝업 띄우는 함수 /// function openwindow(theURL,winName,features) { window.open(theURL,winName,features); } /// 셀렉트박스 안의 링크 주소로 새창 띄우기 /// function gourl(url){ location.href(url); } /// 팝업 띄우는 함수(오늘 하루 열지않음) /// function getCookie( name ) { var nameOfCookie = name + "="; var x = 0; while ( x <= document.cookie.length ){ var y = (x+nameOfCookie.length); if ( document.cookie.substring( x, y ) == nameOfCookie ){ if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length; return unescape( document.cookie.substring( y, endOfCookie ) ); } x = document.cookie.indexOf( " ", x ) + 1; if ( x == 0 ) break; } return ""; } /// 부모창에 원하는 링크 연결 /// function linkToOpener(URL){ if (window.opener && !window.opener.closed) window.opener.location = URL; window.close(); }