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 popup_window (url_name, name, pop_width, pop_height, pop_cookie, pop_scroll, pop_resize, pop_toolbar) { if ( getCookie( pop_cookie ) != "done" ) { noticeWindow = window.open(url_name ,name, 'scrollbars=' + pop_scroll+ ',resizable=' + pop_resize + ',toolbar=' + pop_toolbar + ',width=' + pop_width + ',height=' + pop_height + ',location=no,directories=no,status=no,menubar=no'); noticeWindow.opener = self; } } popup_window('http://sample4.humandream.com/hd/13/portfolio/__3dmall__.html?pCmd=POP&cmd=M&todo=OP&ADID=04&ADZONEID=04&admemberid=cnkcho&adhscode=&MEMBERID=&REFERER=http%3A%2F%2Fmember%2Ecn%2Eecplaza%2Enet%2Fbbs%2Flist%2Easp%3Fbid%3D566%26did%3D4527%26myurl%3Dcnkcho&URL=http%3A%2F%2Fmy%2Eecplaza%2Enet%2Fcnkcho%2F&category=banner','company', 240, 305, 'Cookie567Company', 'no', 'no', 'no'); document.write("")