/* var ckey = '20060413'; var cwidth = 300; var cheight = 440; var cdone = 'done'; var pform; function fnGetCookie(Name) { var search = Name + '=' if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(';', offset) if (end == -1) end = document.cookie.length return unescape(document.cookie.substring(offset, end)) } } } function fnSetCookie( name, value, expiredays ) { var todayDate = new Date(); todayDate.setHours(23); todayDate.setMinutes(59); todayDate.setSeconds(59); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function fnPopClose(){ var obj = arguments[0]; if(obj.checked) fnSetCookie( ckey, cdone , 1); pform.close(); } if (fnGetCookie(ckey) != 'done') { pform = window.open('',ckey,'top=50,left=' + ((screen.width - cwidth) / 2) + ',width=' + cwidth + ',height=' + cheight); th = '.'; th += ''; th += ''; th += ''; th += ''; th += ''; th += ' '; th += ' '; th += '
'; pform.document.write(th); } */