// ¿©±â´Ù°¡ ÇÏ¸é µÈ´Ù.. by °­½Â±¸ 24/2/2006
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 setCookie( name, value, expiredays )
{
  var endDate = new Date();
  endDate.setDate( endDate.getDate()+ expiredays );
  document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + endDate.toGMTString() + ";"
}


function soon_popup()
{

	  //soon_popup1(480,330,0,0);  
	  //soon_popup2(320,450,480,0);  
	  //soon_popup3(480,330,480*2,0);  

	  return;
	 /*
	 soon_pop(height,width,posx,posy) °è¿­
	  height =>Ã¢ÀÇ ³ôÀÌ
	  width =>Ã¢ÀÇ ³ÐÀÌ
	  posx =À©µµ»ó¿¡¼­ ¶ß´Â xÀ§Ä¡  ÆË¾÷ÀÌ µÎ°³ÀÏ¶§´Â µÎ¹øÂ° ¶ß´Â°Ç ¾Õ Ã¢ Å©±â¸¦ À¯³äÇØ µÎ¾î¾ß ÇÑ´Ù.
	  posy = À©µµ »ó¿¡¼­ ¶ß´Â y À§Ä¡
	 */
}


function soon_popup1(height,width,posx,posy)  //by °­½Â±¸ 24/2/2006
	{
	var para;
    
		if (getCookie( "soonhan1" ) != 'Y' )
		{ 
	     para ="height="+height+", width="+width+", left="+posx+", top="+posy+" scrollbars=no, status=no,resizable=no" ; 
		 window.open("./popup/popup1.html","soonhan1",para); 
		}
		return;
	} 
function soon_popup2(height,width,posx,posy)  //by °­½Â±¸ 24/2/2006
	{
    	var para;
		if (getCookie( "soonhan2" ) != 'Y' ) { 
	     para ="height="+height+", width="+width+", left="+posx+", top="+posy+" scrollbars=no, status=no,resizable=no" ; 
		window.open("http://www.aimex.co.kr/2008/popup/20080226/pop.html","soonhan2",para); 
		}
		return;
	} 
function soon_popup3(height,width,posx,posy)  //by °­½Â±¸ 24/2/2006
	{
    	var para;
		if (getCookie( "soonhan3" ) != 'Y' ) { 
	     para ="height="+height+", width="+width+", left="+posx+", top="+posy+" scrollbars=no, status=no,resizable=no" ; 
		window.open("./popup/popup3.html","soonhan3",para); 
		}
		return;
	} 
