//-----------------------------------------------------------------------------------
// ÆË¾÷Àº ÀÌ ¾È¿¡¼­ ÇØ°áÇÕ½Ã´Ù!
//-----------------------------------------------------------------------------------


/* pop20090309 ´Ù¹®È­°¡Á¤ ¿©ÇàÁö¿ø»ç¾÷ ½ÃÀÛ

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
if (getCookie('pop_20090309') != true)
  window.open('pop_20090309.htm', 'pop_20090309', 'left=0,top=0,toolbar=no,status=no,width=490 height=620,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

 pop20090309 ´Ù¹®È­°¡Á¤ ¿©ÇàÁö¿ø»ç¾÷ ³¡ */





/* pop20090109 ½ÃÀÛ*/

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
//if (getCookie('pop_20090109') != true)
 // window.open('pop_20090109.htm', 'pop_20090109', 'left=420,top=0,toolbar=no,status=no,width=364, height=380,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

/*pop20090109 ³¡ */





/* pop20080310 ½ÃÀÛ

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
if (getCookie('pop_20080310') != true)
window.open('pop_20080310.htm', 'pop_20080310', 'left=0,top=0,toolbar=no,status=no,width=490 height=280,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

pop20080310 ³¡ */


/* pop20090202 ½ÃÀÛ

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
if (getCookie('pop_20090202') != true)
window.open('pop_20090202.htm', 'pop_20090202', 'left=900,top=0,toolbar=no,status=no,width=400 height=420,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

 pop20080202 ³¡ */


/* pop20090316 ½ÃÀÛ */
/*
function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
if (getCookie('pop_20090316') != true)
window.open('pop_20090316.htm', 'pop_20090316', 'left=0,top=0,toolbar=no,status=no,width=400 height=510,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/* pop_20090319 ³¡ */

/* pop20090406 ½ÃÀÛ

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
if (getCookie('pop_20090406') != true)
window.open('pop_20090406.htm', 'pop_20090406', 'left=900,top=0,toolbar=no,status=no,width=500 height=475,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

 pop20090406 ³¡ */





/*091228 ½ÃÀÛ */

function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
/*if (getCookie('pop_091228') != true)
window.open('pop_091228.htm', 'pop_091228', 'left=0,top=0,toolbar=no,status=no,width=450 height=475,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_091228 ³¡ */


/*pop_20100208_1 ½ÃÀÛ
if (getCookie('pop_20100208_1') != true)
window.open('pop_20100208_1.htm', 'pop_20100208_1', 'left=453,top=0,toolbar=no,status=no,width=416 height=394,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_20100208_2 ½ÃÀÛ 
if (getCookie('pop_20100208_2') != true)
window.open('pop_20100208_2.htm', 'pop_20100208_2', 'left=820,top=0,toolbar=no,status=no,width=481 height=490,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_20100324_1 ½ÃÀÛ */
//if (getCookie('pop_20100324_1') != true)
//window.open('pop_20100324_1.htm', 'pop_20100324_1', 'left=400,top=0,toolbar=no,status=no,width=394 height=400,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100328') != true)
//window.open('pop_20100328.htm', 'pop_20100328', 'left=0,top=0,toolbar=no,status=no,width=394 height=452,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');




/* 4/4ºÐ±â ÆË¾÷ Ãß°¡ */
//if (getCookie('pop_100929') != true)
//window.open('pop_100929.htm', 'pop_100929', 'left=400,top=0,toolbar=no,status=no,width=464 height=555,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

/*20101124 ÆË¾÷ Ãß°¡ */
//if (getCookie('pop_101124') != true)
//window.open('pop_101124.htm', 'pop_101124', 'left=400,top=0,toolbar=no,status=no,width=420 height=510,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100324_2') != true)
//window.open('pop_20100324_2.htm', 'pop_20100324_2', 'left=395,top=0,toolbar=no,status=no,width=464 height=562,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100913') != true)
//window.open('pop_20100913.htm', 'pop_20100913', 'left=0,top=0,toolbar=no,status=no,width=570 height=400,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_110322') != true)
//window.open('pop_110322.htm', 'pop_110322', 'left=0,top=0,toolbar=no,status=no,width=570 //height=400,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');


function getCookie(name)
{
  var Found ;
  Found = false ;
  var start, end ;
  var i = 0 ;
  // cookie ¹®ÀÚ¿­ ÀüÃ¼¸¦ °Ë»ö

  while(i <= document.cookie.length){
		start = i ;
		end = start + name.length ;
		// name°ú µ¿ÀÏÇÑ ¹®ÀÚ°¡ ÀÖ´Ù¸é
		if(document.cookie.substring(start, end) == name) {
			  //Found = true ;
			  return true;
			  break ;
		}
		i++ ;
  }

  // name ¹®ÀÚ¿­À» cookie¿¡¼­ Ã£¾Ò´Ù¸é
  if(Found == true)
  {
		start = end + 1 ;
		end = document.cookie.indexOf(';', start) ;
		// ¸¶Áö¸· ºÎºÐÀÌ¶ó´Â °ÍÀ» ÀÇ¹Ì(¸¶Áö¸·¿¡´Â ";"°¡ ¾ø´Ù)
		if(end < start)
			  end = document.cookie.length ;
		// name¿¡ ÇØ´çÇÏ´Â value°ªÀ» ÃßÃâÇÏ¿© ¸®ÅÏÇÑ´Ù.
		return document.cookie.substring(start, end) ;
   }
  // Ã£Áö ¸øÇß´Ù¸é
  return '' ;
}

// ÀÌº¥Æ® ÆäÀÌÁö popup
/*if (getCookie('pop_091228') != true)
window.open('pop_091228.htm', 'pop_091228', 'left=0,top=0,toolbar=no,status=no,width=450 height=475,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_091228 ³¡ */


/*pop_20100208_1 ½ÃÀÛ
if (getCookie('pop_20100208_1') != true)
window.open('pop_20100208_1.htm', 'pop_20100208_1', 'left=453,top=0,toolbar=no,status=no,width=416 height=394,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_20100208_2 ½ÃÀÛ 
if (getCookie('pop_20100208_2') != true)
window.open('pop_20100208_2.htm', 'pop_20100208_2', 'left=820,top=0,toolbar=no,status=no,width=481 height=490,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');
*/
/*pop_20100324_1 ½ÃÀÛ */
//if (getCookie('pop_20100324_1') != true)
//window.open('pop_20100324_1.htm', 'pop_20100324_1', 'left=400,top=0,toolbar=no,status=no,width=394 height=400,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100328') != true)
//window.open('pop_20100328.htm', 'pop_20100328', 'left=0,top=0,toolbar=no,status=no,width=394 //height=452,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

/* 4/4ºÐ±â ÆË¾÷ Ãß°¡ */
//if (getCookie('pop_100929') != true)
//window.open('pop_100929.htm', 'pop_100929', 'left=400,top=0,toolbar=no,status=no,width=464 height=555,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

/*20101124 ÆË¾÷ Ãß°¡ */
//if (getCookie('pop_101124') != true)
//window.open('pop_101124.htm', 'pop_101124', 'left=400,top=0,toolbar=no,status=no,width=420 height=510,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100324_2') != true)
//window.open('pop_20100324_2.htm', 'pop_20100324_2', 'left=395,top=0,toolbar=no,status=no,width=464 height=562,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20100913') != true)
//window.open('pop_20100913.htm', 'pop_20100913', 'left=0,top=0,toolbar=no,status=no,width=570 height=400,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_110322') != true)
//window.open('pop_110322.htm', 'pop_110322', 'left=400,top=0,toolbar=no,status=no,width=419 height=510,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20110530') != true)
//window.open('pop_20110530.htm', 'pop_20110530', 'left=400,top=0,toolbar=no,status=no,width=500 height=725,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');

//if (getCookie('pop_20110601') != true)
//window.open('pop_20110601.htm', 'pop_20110601', 'left=400,top=0,toolbar=no,status=no,width=500 height=365,directories=no,scrollbars=no,location=no,resizable=no,menubar=no');


