//********************************************************************
// Àüü¸ÞÀÎ - ÁÂÃø ±Í¹è³Ê
//********************************************************************
function LeftBanner_FX001()
{
site_posi =""
site_posi += "
"
site_posi += "

"
site_posi += "
";
return site_posi;
}
//********************************************************************
// Àüü¸ÞÀÎ - ¿ìÃø ±Í¹è³Ê
//********************************************************************
function RightBanner_FX001()
{
site_posi =""
site_posi += "";
return site_posi;
}
//********************************************************************
// Àüü¸ÞÀÎ - ÁÂÃø ±¤°í ±Í¹è³Ê
//********************************************************************
function LeftADBanner_FX001()
{
site_posi =""
site_posi += ""
site_posi += "

"
site_posi += "
";
return site_posi;
}
var RegionCode = getCookie("RegionCode");
var strCook = getCookie("TMem%5FNO");
var strWhere = getCookie("Where");
if(RegionCode == "")
RegionCode = "FX001";
// »óǰ¿¡ ´ëÇÑ ¸µÅ©¿Í À̹ÌÁö ÁÖ¼Ò¸¦ ¹Þ¾Æ¿È
function ImageInfo(strImage, strLink)
{
this.Link = strLink;
this.Image = strImage;
}
// À̹ÌÁö¿¡ ´ëÇÑ ¸µÅ©°É¸° ÅÂ±× ¸¸µé±â
function fnGetImageInfoTag(arrImage)
{
if(arrImage.Link == "" || arrImage.Image == "")
{
return "";
}else
{
var temp;
temp = "
"
return temp;
}
}
// À̹ÌÁö¿¡ ´ëÇÑ ¸µÅ©°É¸° °íÁ¤ ÅÂ±× ¸¸µé±â
function fnGetImageInfoPixTag(arrImage)
{
if(arrImage.Link == "" || arrImage.Image == "")
{
return "";
}else
{
var temp;
temp = "
"
return temp;
}
}
var c = false;
var shIe = true;
var shBannerIndex = 0;
function ch ()
{
if ( c ) return;
document.AllSearch.STxt.style.backgroundImage = "";
c = true;
shIe = false;
}
function shBannerChange()
{
if(document.AllSearch.STxt.value ==""){
if(shIe){
document.AllSearch.action = shBanners[shBannerIndex][0];
document.AllSearch.STxt.style.backgroundImage = "url('" + shBanners[shBannerIndex][1] + "')";
}
if(shBannerIndex < shBanners.length - 1)
shBannerIndex++;
else
shBannerIndex = 0;
}
}
function SetRegionCode()
{
var ifRegion = document.getElementById("frRegion");
frRegion.location.href = "/Lib/main/index_SetRegion.asp?RegionCode=" + document.getElementById("FXCode").value;
}
function Search_go()
{
if (document.AllSearch.STxt.style.backgroundImage == "" || document.AllSearch.STxt.style.backgroundImage == "none")
{
if( strWhere != "EZwel")
{
if(document.AllSearch.STxt.value =="")
{
alert("°Ë»öÇÒ °ø¿¬¸íÀ» ÀÔ·ÂÇϼ¼¿ä")
return false;
}
else
{
document.AllSearch.action = "http://ticket.interpark.com/Main/TopSearch.asp"
document.AllSearch.submit();
}
}
}
else
{
document.location.href = document.AllSearch.action;
}
}
function goSearch()
{
if( strWhere != "EZwel")
{
if (document.AllSearch.STxt.value == "")
{
alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇÏ¿©¾ß ÇÕ´Ï´Ù.");
return
}
document.AllSearch.action = "http://ticket.interpark.com/Main/TopSearch.asp?&tid1=main_gnb&tid2=search&tid3=search&tid4=search"
document.AllSearch.submit();
}
}
function showPopup_small()
{
var LoginYN = false;
if(getCookie("TMem%5FNO") == "" || getCookie("TSession%5FID") == "")
LoginYN = false;
else
LoginYN = true;
var myRegion;
if(LoginYN)
{
// ·Î±×ÀÎ µÇ¾úÀ» °æ¿ì
myRegion= document.getElementById( "myRegion");
if(myRegion.style.display == "")
{
myRegion.style.display = "none";
}
else
{
if(isNS)
{
myRegion.style.left = 142;
}
myRegion.style.display = "";
var RegionOBJ = document.getElementById("FXCode");
for(var iCnt=0; iCnt