function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } function rollPage(){ var a = '/2007/index_include/rollpage_1.htm'; var b = '/2007/index_include/rollpage_2.htm'; var c = '/2007/index_include/rollpage_3.htm'; var frame = document.getElementById('rollFrame'); if( a == frame.src){ frame.src = b; } else { if( b == frame.src){ frame.src = c; }else{ frame.src = a; } } } window.setInterval(rollPage,5000); function bn_open_window() { window.open('main_banner.html', 'mainbanner', 'width=960,height=780, scrollbars=no'); } 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 openNewWindow(window){ open (window, "NewWindow", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=820,height=550"); } function openNewOnair(name,window){ open (window, name, "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=640,height=495"); } function openCookieWin() { if (getCookie("ncook") != "done") { noticeWindow1 = window.open("/2007/popup/20071018/popup.htm","notice1","width=500,height=350, top=0,left=0,scrollbars=no"); noticeWindow1.opener = self; noticeWindow1.moveTo(20,20); } } function openCookieWin2() { if (getCookie("ncook200705") != "done") { noticeWindow2 = window.open("poll/20070521/poll.php","poll1","width=640,height=590, top=0,left=0,scrollbars=yes"); noticeWindow2.opener = self; noticeWindow2.moveTo(20,20); } } //openCookieWin();