<!--
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 deleteCookie( name, domain )
{
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate()-1 );
	document.cookie = name+"=; domain="+domain+"; path=/; expires="+todayDate.toGMTString()+";";
}


function OpenWin()
{
    var today = new Date();
	if ( getCookie( "cybercorea_Popup" )  != "yes"  ) 	
	{
		deleteCookie( "cybercorea_Popup", ".cybercorea.org");			
        pop_link="http://www.cybercorea.org/popup/popup.htm"   //  width:549px;height:668px

		pop_left="30";  			// ÆË¾÷ À©µµ¿ì°£ »çÀÌ °£°Ý 10
        pop_top="30";

  	    pop_width="522";
		pop_height="495";   		// ¸¶Áø 30("¿À´ÃÀº ÀÌÃ¢ ±×¸¸" ºÎºÐ)
 
//Á¢¼ÓÀÚ
        var pop_value="left=" + pop_left + ",top=" + pop_top + ",width=" + pop_width + ",height=" + pop_height + ", toolbar=no, menubar=no, resizable=no,scrollbars=no";
		var win_open = window.open( pop_link, "Win_Popup", pop_value );
		win_open.focus();
    }

}

function OpenWin2()
{
    var today = new Date();
	if ( getCookie( "cybercorea_Popup" )  != "yes"  ) 	
	{
		deleteCookie( "cybercorea_Popup", ".cybercorea.org");			
        pop_link="http://www.cybercorea.org/popup/popup_1.htm"

 		 pop_left="562";  			// ÆË¾÷ À©µµ¿ì°£ »çÀÌ °£°Ý 10
         pop_top="30";

  	      pop_width="400";
			pop_height="690";     	// ¸¶Áø 30("¿À´ÃÀº ÀÌÃ¢ ±×¸¸" ºÎºÐ)

//Á¢¼ÓÀÚ
        var pop_value="left=" + pop_left + ",top=" + pop_top + ",width=" + pop_width + ",height=" + pop_height + ", toolbar=no, menubar=no, resizable=no,scrollbars=no";
		var win_open2 = window.open( pop_link, "Win_Popup2", pop_value );  
		win_open2.focus(); 
    } 

}

function OpenWin3()
{
    var today = new Date();
	if ( getCookie( "cybercorea_Popup" )  != "yes"  ) 	
	{
		deleteCookie( "cybercorea_Popup", ".cybercorea.org");			
        pop_link="http://www.cybercorea.org/popup/popup_3.htm"

		 pop_left="452";  		// ÆË¾÷ À©µµ¿ì°£ »çÀÌ °£°Ý 10
         pop_top="30";

  	     pop_width="515";
		 pop_height="411";    	// ¸¶Áø 30("¿À´ÃÀº ÀÌÃ¢ ±×¸¸" ºÎºÐ)

//Á¢¼ÓÀÚ
        var pop_value="left=" + pop_left + ",top=" + pop_top + ",width=" + pop_width + ",height=" + pop_height + ", toolbar=no, menubar=no, resizable=no,scrollbars=no";
		var win_open3 = window.open( pop_link, "Win_Popup3", pop_value );
		win_open3.focus(); 
    }

}

// °øÁöÃ¢ ¶ç¿ì±â ÇÔ¼ö(¶ç¿ï¶§ ÇØ´ç ÇÔ¼ö ÁÖ¼® ÇØÁ¦)

// OpenWin();

// OpenWin2(); 

// OpenWin3(); 

//-->

