// Áñ°ÜÃ£±â Ãß°¡	
function addfavorites(favoriteurl,favoritetitle)
{ 
	favoriteurl = "http://" + favoriteurl

	if (document.all)
	{
		window.external.AddFavorite(favoriteurl,favoritetitle)
	}
}

// Ä«¿î¼¿·¯ ÆË¾÷
function OpenWin02(theURL)
{
	window.open(theURL,"","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=470,height=550");
}

// ÇÏ³ª¿¡½ºÅ©·Î ÆË¾÷
function hanaescrowOpen()
{
	window.open('http://www.hanaescrow.com/hnbecc/serviceJoinSrchManagement/escser003l.jsp?shopBsnNo=1068508670&afflGrpId=GTGCORP001&afflShopNo=00000184','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=630, height=570, top=10, left=10');
}


// verisign ÆË¾÷
function verisignOpen()
{
	window.open('https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.TUPPERWARE.CO.KR&lang=ko','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=533, height=392, top=10, left=10');
}


// ebook ÆË¾÷
function OpenEbook()
{
	window.open("/ebook/ebook.htm","","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1024,height=557");
}


// ÀÌ¹ÌÁö »çÀÌÁî ºñÀ² Ãà¼Ò
function resize(img,maxWidth,maxHeight)
{
	var resizeWidth = 0;	
	var resizeHeight = 0;

	// ¿øº» ÀÌ¹ÌÁö »çÀÌÁî ÀúÀå
	var width = img.width;
	var height = img.height;

	// °¡·Î³ª ¼¼·ÎÀÇ ±æÀÌ°¡ ÃÖ´ë »çÀÌÁîº¸´Ù Å©¸é ½ÇÇà  
	if(width > maxWidth || height > maxHeight)
	{
		// ¼¼·Î°¡ MAX¼¼·Îº¸´Ù Å©¸é ¼¼·Î´Â ÃÖ´ë»çÀÌÁî·Î, °¡·Î´Â ºñÀ² ¸ÂÃç ¸®»çÀÌÁî
		if(height > maxHeight)
		{
			resizeHeight = maxHeight;
			resizeWidth = (width * resizeHeight) / height;
			
			//ºñÀ²·Î ÁÙÀÎ °¡·Î »çÀÌÁî°¡ ÃÖ´ë°¡·Îº¸´Ù ±æ¸é 
			if (resizeWidth > maxWidth)
			{
				resizeWidth = maxWidth;
			}
		}
		// ¼¼·Î°¡ ÃÖ´ë¼¼·Îº¸´Ù ÀÛÀ¸¸é °¡·Î´Â ÃÖ´ë»çÀÌÁî·Î, ¼¼·Î´Â ºñÀ² ¸ÂÃç ¸®»çÀÌÁî
		else
		{
			resizeWidth = maxWidth;
			resizeHeight = (height * resizeWidth) / width;
		}
	  
	}
	// ÃÖ´ë»çÀÌÁîº¸´Ù ÀÛÀ¸¸é ¿øº» ±×´ë·Î
	else
	{
		resizeWidth = width;
		resizeHeight = height;
	}

	// ¸®»çÀÌÁîÇÑ Å©±â·Î ÀÌ¹ÌÁö Å©±â ´Ù½Ã ÁöÁ¤
	img.width = resizeWidth;
	img.height = resizeHeight;
}


function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
	return;
  if (img && img.altsrc) {
	img.src    = img.altsrc;
	img.altsrc = null;
  } 
}

function na_preload_img()
{ 
  var img_list = na_preload_img.arguments;
  if (document.preloadlist == null) 
	document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
	document.preloadlist[top+i]     = new Image;
	document.preloadlist[top+i].src = img_list[i+1];
  } 
}

function na_change_img_src(name, nsdoc, rpath, preload)
{ 
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
	return;
  if (img) {
	img.altsrc = img.src;
	img.src    = rpath;
  } 
}

function autoBlur()
{
	if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG")
  	document.body.focus();
}

document.onfocusin=autoBlur;



















