

<!-- 
function notice_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 ""; 
} 

//ÀÌ¹ÌÁöÅ©±â + ÇÏ´Ü close ¿ë Height 30px Ãß°¡.

/* Á¦ 1È¸ KFN ¿µ¾îÅä·Ð´ëÈ¸
if ( notice_getCookie( "Notice" ) != "done" ) 
{ 	
	window.open('/html/popup_1stKFN.asp','notice1','top=0,left=0,width=350,height=480'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
} 
*/

/*2011 ¿©¸§ ÀÎÅÙ½Ãºê SAT 
if ( notice_getCookie( "Notice2" ) != "done" ) 
{ 	
	window.open('/html/popup_2011_0509.asp','notice2','top=0,left=0,width=372,height=637'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
} 
*/

/*Á¦9È¸¿Ü°í/ÀÚ»ç°í. 2009.08.10~20090831
if ( notice_getCookie( "popup_2010winteropen" ) != "done" ) 
{ 
	window.open('/html/popup_2010winteropen.asp','popup_2010winteropen','top=0,left=0,width=353,height=516'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
} 
*/

/*¼­Áø±Ô¹Ú»ç
if ( notice_getCookie( "20110803_hopelecture" ) != "done" ) 
{ 
	window.open('/html/201100803_hopelecture.asp','20110803_hopelecture','top=0,left=0,width=400,height=550'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
}*/


/*11-09-30 Final
if ( notice_getCookie( "popup_110930_final" ) != "done" ) 
{ 
	window.open('/html/popup_110930_final.asp','popup_110930_final','top=20,left=0,width=350,height=575'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
}
 */

/*Á¦3È¸±¹Á¦Èñ¸ÁÆ¯°­
if ( notice_getCookie( "20111022_kjhs3rd" ) != "done" ) 
{ 
	window.open('/html/20111022_kjhs3rd.asp','20111022_kjhs3rd','top=20,left=358,width=400,height=470'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
}
*/

/*µå¸²KJCÆä½ºÆ¼¹ß
if ( notice_getCookie( "popup_100201_dreamKJCFestival" ) != "done" ) 
{ 
	window.open('/html/popup_100201_dreamKJCFestival.asp','popup_100201_dreamKJCFestival','top=20,left=410,width=385,height=585'); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ ÇÏ¼¼¿ä 
}
*/
//ÀÌ¹ÌÁöÅ©±â + ÇÏ´Ü close ¿ë Height 30px Ãß°¡.
//--> 

