//で機璽 嗥辦晦///////////////////////////////////////////////////////////////////////////////////////////////////////////
function open_window(url, name, width, height,scrollbar,menubar,left, top){
   window.open(url, name, 'width='+width+',height='+height+',scrollbars='+scrollbar+',menubar='+menubar+',left='+left+',top='+top);
}
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 ""; 
}
//で機 1--------------------------------------------------//
//if ( getCookie( 'pop_1' ) !="done1") {  
//open_window('/2008/popup_04.htm','pop_1','380','225','no','no','0','0')
//}
//で機 2
//if ( getCookie( 'pop_2' ) !="done2") {  
//open_window('/2008/popup_02.htm','pop_2','300','250','no','no','620','0')
//pop_2.focus();}

//で機 1--------------------------------------------------//
//if ( getCookie( 'pop_1' ) !="done1") {  
//open_window('/2008/popup_03.html','pop_1','380','250','no','no','310','0')
//}