
	
			function POPNEW() {
			
			if ( notice_getCookie1( "Notice" ) != "done" ){
				//window.open('/poll/20110726_mobile/poll_write.asp', 'new', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=no,width=637,height=500')
				//window.open('/popup/20111201/popup.asp', 'new', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,width=377,height=440')
				//window.open('/popup/multi-popup/multi_popup.asp', 'new', 'resizable=no,width=680,height=432,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no')
			}
		}


		function notice_getCookie1( 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 POP_layer() {
		
			if ( layer_getCookie1( "layer" ) != "done" ){
				
				top_menu_04b.style.visibility = "visible";
			}
			else{top_menu_04b.style.visibility = "hidden";
			
			}
			
		}


		function layer_getCookie1( 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 "";
		}
		



