

//TV_AD_MEDIA___
function tv_adplay(file,w,h,mediaName,s,c) {
document.write('<object id="'+mediaName+'" name=id="'+mediaName+'" width='+w+' height='+h+' classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,05,0809" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" VIEWASTEXT>')
document.write('<param name="transparentAtStart" value="True">')
document.write('<param name="transparentAtStop" value="False">')
document.write('<param name="AnimationAtStart" value="0">')
document.write('<param name="Loop" value="true">')
document.write('<param name="AutoStart" value="'+s+'">')
document.write('<param name="AutoRewind" value="true">')
document.write('<param name="SendMouseClickEvents" value="True">')
document.write('<param name="DisplaySize" value="0">')
document.write('<param name="AutoSize" value="0">')
document.write('<param name="ShowDisplay" value="False">')
document.write('<param name="ShowControls" value="'+c+'">')
document.write('<param name="ShowTracker" value="False">')
document.write('<param name="FileName" value="'+file+'">')
document.write('<param name="Enabled" value="1">')
document.write('<param name="EnableContextMenu" value="1">')
document.write('<param name="EnablePositionControls" value="1">')
document.write('<param name="EnableFullScreenControls" value="1">')
document.write('<param name="ShowPositionControls" value="0">')
document.write('<param name="Mute" value="0">')
document.write('<param name="Rate" value="1">')
document.write('<param name="SAMILang" value="">')
document.write('<param name="SAMIStyle" value="">')
document.write('<param name="SAMIFileName" value="">')
document.write('<param name="ClickToPlay" value="0">')
document.write('<param name="CursorType" value="1">')
document.write('<embed src="'+file+'"   id="'+mediaName+'" Loop=true  quality=high menu="false" bgcolor=#FFFFFF  WIDTH="'+w+'" HEIGHT="'+h+'" autoplay=true controller=true loop=false type="application/x-oleobject"></embed></object>')
}

function tv_adplay2(file,w,h,mediaName,s,c) {
document.write('<object id="'+mediaName+'" name=id="'+mediaName+'" width='+w+' height='+h+' classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,05,0809" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" VIEWASTEXT>')
document.write('<param name="transparentAtStart" value="false">')
document.write('<param name="transparentAtStop" value="False">')
document.write('<param name="AnimationAtStart" value="0">')
document.write('<param name="Loop" value="true">')
document.write('<param name="AutoStart" value="'+s+'">')
document.write('<param name="AutoRewind" value="true">')
document.write('<param name="SendMouseClickEvents" value="True">')
document.write('<param name="DisplaySize" value="0">')
document.write('<param name="AutoSize" value="0">')
document.write('<param name="ShowDisplay" value="False">')
document.write('<param name="ShowControls" value="'+c+'">')
document.write('<param name="ShowTracker" value="False">')
document.write('<param name="FileName" value="'+file+'">')
document.write('<param name="Enabled" value="1">')
document.write('<param name="EnableContextMenu" value="1">')
document.write('<param name="EnablePositionControls" value="1">')
document.write('<param name="EnableFullScreenControls" value="1">')
document.write('<param name="ShowPositionControls" value="0">')
document.write('<param name="Mute" value="0">')
document.write('<param name="Rate" value="1">')
document.write('<param name="SAMILang" value="">')
document.write('<param name="SAMIStyle" value="">')
document.write('<param name="SAMIFileName" value="">')
document.write('<param name="ClickToPlay" value="0">')
document.write('<param name="CursorType" value="1">')
document.write('<embed src="'+file+'"   id="'+mediaName+'" Loop=true  quality=high menu="false" bgcolor=#FFFFFF  WIDTH="'+w+'" HEIGHT="'+h+'" autoplay=true controller=true loop=false type="application/x-oleobject"></embed></object>')
}
//--------------------------------------------------------------



// swf
function flash(add, widthx, heighty)
{
	var add;
	var widthx;
	var heighty;

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+widthx+'" height="'+heighty+'"><param name=movie value="'+add+'"><param name=wmode value=transparent><param name=quality value=high><embed src="'+add+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+widthx+'" height="'+heighty+'"></embed></object>')}


// swf Åõ¸í
function flash_tr(add, widthx, heighty)
{
	var add;
	var widthx;
	var heighty;

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+widthx+'" height="'+heighty+'"><param name=movie value="'+add+'"><param name=quality value=high><param name=wmode value=transparent><param name=menu value=false><embed src="'+add+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+widthx+'" height="'+heighty+'"></embed></object>')
}

/**
 * »õ Ã¢À» È­¸é ÇÑ°¡¿îµ¥ ¶ç¿öÁÜ
 */
function openWinCenter(url, wname, wopt)
{
	var newopt = "", wHeight = 0, wWidth = 0;
	if (wopt != undefined) {
		var woptlist = wopt.replace(/ /g, "").split(",");
		for (var i in woptlist) {
			if (woptlist[i].match(/^height=/i)) {
				wHeight = parseInt(woptlist[i].substr(7),10);
				if (!isNaN(wHeight)) newopt += "top=" + Math.floor((screen.availHeight - wHeight) / 2) + ",";
			}
			if (woptlist[i].match(/^width=/i)) {
				wWidth = parseInt(woptlist[i].substr(6),10);
				if (!isNaN(wWidth)) newopt += "left=" + Math.floor((screen.availWidth - wWidth) / 2) + ",";
			}
		}
	}
	return window.open(url, wname, newopt + wopt);
}

//¾ÆÀÌÇÁ·¹ÀÓ ¼¼·ÎÇÁ·¹ÀÓ ÄÁÆ®·Ñ.. ¤¾
function resizeFrame(fr) {
	fr.setExpression("height",Total.document.body.scrollHeight);
}
// À½.. ³×ºñ°ÔÀÌ¼Ç¹Ù ½ºÅ©¸³Æ®
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}
//·Ñ¿À¹öÀÌ¹ÌÁö
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//<a href="javascript:goMenu('ex2')">¸µÅ©</a>
function goMenu(menu_idx)
{
	var goURL = "";

	switch (menu_idx)
	{

		case "ex1" : //ÆäÀÌÁö ÀÌµ¿
			goURL = '#.html';
		break;
		case "ex2" : //»õÃ¢ °¡¿îµ¥
			openWinCenter("#.html","ex","width=700,height=500");
		break;
		case "ex3" : //»õÃ¢
			window.open("#.html","ex","");
		break;
/////////////////////////////////////////////////////////////////main///////////////////////////////////////////////////////////
		case "home" : //¸ÞÀÎ
			goURL = '/main/main.asp';
		break;
		case "icecream" : //¸ÞÀÎ
			goURL = '/product/premium.asp';
		break;
/////////////////////////////////////////////////////////////////general///////////////////////////////////////////////////////////
		case "login" : //·Î±×ÀÎ
			goURL = '/member/mem_login.asp';
		break;
		case "loggout" : //·Î±×¾Æ¿ô
			goURL = '/member/logout_exec.asp';
		break;
		case "join" : //È¸¿ø°¡ÀÔ
			goURL = '/member/mem_agree.asp';
		break;
		case "customer" : //°í°´ÀÇ ¼Ò¸®ÇÔ
			goURL = '/customer/notice_list.asp';
//			window.open("/customer/customer_qa_pop.asp", "ex", "width=450,height=280");
//			openWinCenter("/util/policy_3.asp?rURL=/customer/customer_qa_pop.asp","ex","width=640,height=650");
		break;
		case "product" : //»óÇ°ÀÔÁ¡ ¹× »ó´ã
//			goURL = '/util/consultation.asp';
			openWinCenter("/util/policy_3.asp?rURL=/util/consultation.asp","ex","width=640,height=650");
		break;
		case "sitemap" : //sitemap
			goURL = '/util/sitemap.asp';
		break;
/////////////////////////////////////////////////////////////////main_quick///////////////////////////////////////////////////////////
		case "main_quick1" : //¸ÅÀå¾È³»
			goURL = '/customer/store_info.asp';
		break;
		case "main_quick2" : //¾Æ¸£¹ÙÀÌÆ®
			goURL = '/recruit/alba_list.asp';
		break;
		case "main_quick3" : //ÅÃ¹èÁ¤º¸
//			goURL = '/product/service_main.asp';
			window.open("http://www.hyundaiexpress.com/hydex/html/tracking/11.html", "ex", "");
		break;
		case "main_quick4" : //»óÇ°ÀÔÁ¡ ¾È³»
			goURL = '/util/consultation.asp';
		break;
/////////////////////////////////////////////////////////////////°¡¸ÍÁ¡¸ðÁý///////////////////////////////////////////////////////////
		case "franchise_1" : //Ã¢¾÷¾È³»
			goURL = '/franchise/process.asp';
		break;
		case "franchise_2" : //Ã¢¾÷Áö¿ø
			goURL = '/franchise/front.asp';
		break;
		case "franchise_3" : //ÀÎÅÏ °æ¿µÁÖ ¸ðÁý
			goURL = '/franchise/store_info.asp';
		break;
		case "franchise_4" : //°¡¸Í¼³¸íÈ¸ Âü°¡½ÅÃ»
			goURL = '/franchise/entry.asp';
		break;
/////////////////////////////////////////////////////////////////quick///////////////////////////////////////////////////////////
		case "quick_1" : //½Å»óÇ°
			goURL = '/product/new.asp';
		break;
		case "quick_2" : //¼ÒÇÁÆ®Å©¸²
			goURL = '/product/premium.asp';
		break;
		case "quick_3" : //ÆÐ½ºÆ®Çªµå
			goURL = '/product/hamburg.asp';
		break;
		case "quick_4" : //¾Æ¸£¹ÙÀÌÆ®°ü¸®
			goURL = '/recruit/alba_list.asp';
		break;
		case "quick_5" : //°¡¸ÍÁ¡¸ðÁý
			goURL = '/franchise/process.asp';
		break;
		case "quick_6" : //ÃßÃµÁ¡Æ÷ ¼Ò°³
			goURL = '/franchise/store_info.asp';
		break;
/////////////////////////////////////////////////////////////////È¸»ç¼Ò°³///////////////////////////////////////////////////////////
		case "sub1_1" : //ÀÎ»ç¸»
			goURL = '/company/intro.asp';
		break;
		case "sub1_2" : //È¸»ç¿¬Çõ
			goURL = '/company/history.asp';
		break;
		case "sub1_3" : //°æ¿µÀÌ³ä
			goURL = '/company/management.asp';
		break;
		case "sub1_4" : //¸ñÇ¥/ºñÀü/¹ë·ù
			goURL = '/company/vision.asp';
		break;
		case "sub1_5" : //¹Ì´Ï½ºÅé ½Ã½ºÅÛ
			goURL = '/company/system.asp';
		break;
		case "sub1_6" : //À§Ä¡¾È³» ¹× ¿¬¶ôÃ³
			goURL = '/company/location.asp';
		break;
/////////////////////////////////////////////////////////////////°¡¸ÍÁ¡¼Ò°³///////////////////////////////////////////////////////////
		case "sub2_1" : //Ã¢¾÷¾È³»
			goURL = '/franchise/process.asp';
		break;
					case "sub2_11" : //°¡¸ÍÀýÂ÷
						goURL = '/franchise/process.asp';
					break;
					case "sub2_12" : //°¡¸ÍÇüÅÂ
						goURL = '/franchise/form.asp';
					break;
					case "sub2_13" : //Á¤º¸°ø°³¼­
//						openWinCenter("/franchise/name_conform_pop.asp","ex","width=450,height=280");
						openWinCenter("/util/policy_3.asp?rURL=/franchise/name_conform_pop.asp","ex","width=640,height=650");

					break;
		case "sub2_2" : //Ã¢¾÷»ó´ã
			goURL = '/franchise/franchise.asp';
		break;
				case "sub2_21" : //°¡¸Í»ó´ã
					goURL = '/franchise/franchise.asp';
				break;
				case "sub2_22" : //»ó´ã¿ø ¿¬¶ôÃ³
					goURL = '/franchise/counsel.asp';
				break;
		case "sub2_3" : //Ã¢¾÷Áö¿ø
			goURL = '/franchise/front.asp';
		break;
/*		case "sub2_4" : //ÀÎÅÏ°æ¿µÁÖ ¸ðÁý
			goURL = '/franchise/intern.asp';
		break;
*/
		case "sub2_4" : //Ã¢¾÷½ºÄð ¸ðÁý
			goURL = '/franchise/establish.asp';
		break;
		case "sub2_5" : //ÃßÃµ Á¡Æ÷ ¾È³»
			goURL = '/franchise/store_info.asp';
		break;
		case "sub2_6" : //ÀÓ´ë»ó´ã
//			goURL = '/franchise/rental.asp';
			openWinCenter("/util/policy_3.asp?rURL=/franchise/rental.asp","ex","width=640,height=650");
		break;
		case "sub2_7" : //Á¡Æ÷¼º°ø STORY
			goURL = '/franchise/story.asp';
		break;
/////////////////////////////////////////////////////////////////»óÇ°¼Ò°³///////////////////////////////////////////////////////////
		case "sub3_1" : //»óÇ°¾È³»
			goURL = '/product/new.asp';
		break;
		case "sub3_2" : //¼ÒÇÁÆ®Å©¸²
			goURL = '/product/premium.asp';
		break;
				case "sub3_21" : //about ¼ÒÇÁÆ®Å©¸²
					goURL = '/product/premium.asp';
				break;
				case "sub3_22" : //½Ã½ÄÈÄ±â
					goURL = '/product/board.asp';
				break;
				case "sub3_23" : //¸ÅÀå¾È³»
					goURL = '/product/store_info.asp';
				break;
				case "sub3_24" : //¸ÅÀåÁöµµ¾È³»
					window.open("/map/search.asp","ex","width=1100, height=780");
				break;
		case "sub3_3" : //ÆÐ½ºÆ®Çªµå
			goURL = '/product/hamburg.asp';
		break;
		case "sub3_4" : //ÆíÀÇ¼­ºñ½º
			goURL = '/product/service_main.asp';
		break;
/////////////////////////////////////////////////////////////////ÀÌº¥Æ®/´º½º///////////////////////////////////////////////////////////
		case "sub4_1" : // ÁøÇàÁßÀÎ ÀÌº¥Æ®
			goURL = '/event/main.asp';
		break;
		case "sub4_2" : // Á¾·áµÈ ÀÌº¥Æ®
			goURL = '/event/old_main.asp';
		break;
		case "sub4_3" : //´º½º
			goURL = '/event/news.asp';
		break;
/////////////////////////////////////////////////////////////////Ã¤¿ë///////////////////////////////////////////////////////////
		case "sub5_1" : //Ã¤¿ë¾È³»
			goURL = '/recruit/recruit_list.asp';
		break;
				case "sub5_11" : //Ã¤¿ë°ø°í
					goURL = '/recruit/recruit_list.asp';
				break;
				case "sub5_12" : //Áö¿ø¼­ Á¶È¸/¼öÁ¤
//					goURL = '/recruit/definite.asp';
					openWinCenter("/util/policy_3.asp?rURL=/recruit/definite.asp","ex","width=640,height=650");

				break;
				case "sub5_13" : //ÇÕ°ÝÀÚ Á¶È¸
					goURL = '/recruit/successful.asp';
//					openWinCenter("/util/policy_3.asp?rURL=/recruit/successful.asp","ex","width=640,height=650");
//            alert("2009³âµµ ½ÅÀÔ»ç¿øÃ¤¿ë Áö¿øÀÌ ¸¶°¨µÇ¾ú½À´Ï´Ù");

				break;
				case "sub5_14" : //ÀüÇüÀýÂ÷ ¾È³»
					goURL = '/recruit/proccess.asp';
				break;
				case "sub5_15" : //Ã¤¿ë FAQ
					goURL = '/recruit/faq.asp';
				break;
		case "sub5_2" : //Ã¤¿ëÁ¤º¸
			goURL = '/recruit/man.asp';
		break;
				case "sub5_21" : //ÀÎÀç»ó
					goURL = '/recruit/man.asp';
				break;
				case "sub5_22" : //ÀÎ»çÁ¦µµ
					goURL = '/recruit/man_system.asp';
				break;
				case "sub5_23" : //º¹¸®ÈÄ»ý
					goURL = '/recruit/man_welfare.asp';
				break;
				case "sub5_24" : //Á÷¹«¼Ò°³
					goURL = '/recruit/man_function.asp';
				break;
		case "sub5_3" : //¾Æ¸£¹ÙÀÌÆ®
			goURL = '/recruit/alba_list.asp';
		break;
				case "sub5_31" : //¾Æ¸£¹ÙÀÌÆ® ±¸ÀÎ
					goURL = '/recruit/alba_list.asp';
				break;
				case "sub5_32" : //¾Æ¸£¹ÙÀÌÆ® Áö¿ø
					goURL = '/recruit/alba_application_list.asp';
				break;
////////////////////////////////////////////////////////////////°í°´ÀÇ ¼Ò¸®ÇÔ/////////////////////////////////////////////////////////////
//³»¿ë³Ö¾îÁÖ¼¼¿ä
		case "sub6_1" : //°øÁö»çÇ×
	 				goURL = '/customer/notice_list.asp';
		break;
		case "sub6_2" : //FAQ
	 				goURL = '/customer/customer_faq.asp';
		break;
		case "sub6_3" : //Q&A
//	 				goURL = '/customer/customer_qa.asp';
					window.open("/customer/customer_qa_pop.asp", "ex", "width=450,height=280");

		break;
		case "sub6_4" : //¸ÅÀå¾È³»
			goURL = '/customer/store_info.asp';
		break;

////////////////////////////////////////////////////////////////¸â¹ö½Ê/////////////////////////////////////////////////////////////
//³»¿ë³Ö¾îÁÖ¼¼¿ä
		//general¸Þ´º¿¡ ÀÖÀ½ (·Î±×ÀÎ / È¸¿ø°¡ÀÔ)
		case "sub7_4" : //È¸¿øÅ»Åð
			goURL = '/member/mem_break.asp';
		break;
		case "sub7_3" : //¾ÆÀÌµð ºñ¹øÃ£±â
			goURL = '/member/mem_idpw_find.asp';
		break;
		case "sub7_1" : //Á¤º¸¼öÁ¤
			goURL = '/member/modify.asp';
		break;

////////////////////////////////////////////////////////////////footer/////////////////////////////////////////////////////////////
//// LINK MAP --->   FTP  /ministop/_include/js  /////////////////////////////////////////////////////////////////////////////////////


		case "foot_1" : //ÀÌ¿ë¾à°ü_
			openWinCenter("/util/policy_1.asp","ex","width=640,height=485");
		break;
		case "foot_2" : //°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§
			openWinCenter("/util/policy_2.asp","ex","width=640,height=635");
		break;
/*		
		case "foot_3" : //Å©¸®½º¸¶½º ¼±¹°¼¼Æ® ÁÖ¹®¿¹¾à
			window.open("http://www.ministop.co.kr/sp_christmas_order/login.asp","ex");
		break;

		case "foot_3" : //¼³³¯ ¼±¹°¼¼Æ® ÁÖ¹®¿¹¾à	2011-01-06
			window.open("http://www.ministop.co.kr/sp_newyear_order/login.asp","ex");
		break;

		case "foot_3" : //Ãß¼® ÁÖ¹®¿¹¾à	2011-08-16
			window.open("http://www.ministop.co.kr/sp_chuseok_order/login.asp","ex");
		break;

		case "foot_3" : //Å©¸®½º¸¶½º ¼±¹°¼¼Æ® ÁÖ¹®¿¹¾à	2011-11-14
			window.open("http://www.ministop.co.kr/sp_christmas_order/login.asp","ex");
		break;

		case "foot_3" : //ÁÖ¹®¿¹¾à ÁØºñÁß	2011-12-25
			window.open("http://www.ministop.co.kr/sp_newyear_order/preparation.html","ex");
		break;
*/

		case "foot_3" : //¼³³¯ ¼±¹°¼¼Æ® ÁÖ¹®¿¹¾à	2011-12-25
			window.open("http://www.ministop.co.kr/sp_newyear_order/login.asp","ex");
		break;

		case "foot_4" : //»óÇ°ÀÔÁ¡ ¹× »ó´ã
			goURL = '/util/consultation.asp';
		break;
		case "foot_5" : //ÀÌ¸ÞÀÏ ¹«´Ü¼öÁý °ÅºÎ
			openWinCenter("/util/mail.asp","ex","width=450,height=355");
		break;
		case "foot_6" : //ÀÎÆ®¶ó³Ý
			window.open("http://172.32.20.10/WEBTOP/MINISTOP/index.html","ex","");
		break;
		case "foot_7" : //VPN
			window.open("http://218.232.176.130","ex","");
		break;
		case "foot_8" : //WEB-EDI
			window.open("http://172.32.20.20/WEBEDI/MINISTOP/index.html","ex","");
		break;
////////////////////////////////////////////////////////////////etc/////////////////////////////////////////////////////////////
		case "etc1" : //
			goURL = '';
		break;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
		default :
			alert('ÁØºñÁßÀÔ´Ï´Ù.');
		return;

	}

	if (goURL != "") {
		location.href = goURL;
	}
}

