//############ »õÃ¢¶ç¿ì±â ÆäÀÌÁö°æ·Î, Ã¢ÀÌ¸§, °¡·Î, ¼¼·Î, ½ºÅ©·ÑÀ¯¹«
function NewWindow(mypage,myname,w,h,scroll){ 
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=no';
	  settings +='directories=no';
	  settings +='titlebar=no';
	  settings +='toolbar=no';
	  settings +='location=no';
	  settings +='menubar=no';
  win=window.open(mypage,myname,settings);
//  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}

//########## ¼ýÀÚ¸¸ ÀÔ·Â¹Þµµ·Ï ÇÏ´Â ½ºÅ©¸³Æ® ¿¹) onkeypress=number_check(event.keyCode)

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 popup1() {
//¹«ÀÌÀÚÇÒºÎ	
	if ( getCookie( "noInterest_11" ) != "checked" ) {//¹«ÀÌÀÚÇÒºÎ ÆË¾÷
	window.open('/popup/popup_noInterest.html', 'noInterest_10', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=300,height=415,left=0,top=100');
	}
//¹ß·»Å¸ÀÎµ¥ÀÌ
/*	if ( getCookie( "popup0" ) != "checked" ) {//¹ß·»Å¸ÀÎµ¥ÀÌ ÆË¾÷
	window.open('/popup/pop_valentine.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=455,left=410,top=100');
	}
*/
//È­ÀÌÆ®µ¥ÀÌ
/*	if ( getCookie( "popup1" ) != "checked" ) {//È­ÀÌÆ®µ¥ÀÌ ÆË¾÷
	window.open('/popup/pop_white.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=455,left=410,top=100');
	}
*/
//¾î¹öÀÌ³¯
/*	if ( getCookie( "popup2" ) != "checked" ) {//¾î¹öÀÌ³¯ ÆË¾÷
	window.open('/popup/pop_parents.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=455,left=355,top=100');
	}
*/
//½º½ÂÀÇ³¯&¼º³âÀÇ³¯
/*	if ( getCookie( "popup3" ) != "checked" ) {//½º½ÂÀÇ³¯&¼º³âÀÇ³¯ ÆË¾÷
window.open('/popup/pop_may.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=765,left=355,top=100');
	}
*/
//»©»©·Îµ¥ÀÌ
/*	if ( getCookie( "popup4" ) != "checked" ) {//»©»©·Îµ¥ÀÌ ÆË¾÷
	window.open('/popup/pop_parents.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=455,left=355,top=100');
	}
*/
//Å©¸®½º¸¶½º
/*	if ( getCookie( "popup5" ) != "checked" ) {//Å©¸®½º¸¶½º ÆË¾÷
	window.open('/popup/pop_parents.htm', 'popup', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=0,resizable=no,width=740,height=455,left=355,top=100');
	}
*/
}