
function print_bottom(param)
{
    document.write("<p align='right'><a href='http://www.koreanair.co.kr' target='_blank'><img border='0' src='img/base_icon_01.gif'></a>"+
							"<a href='http://www.asiana.co.kr/' target='_blank'><img border='0' src='img/base_icon_02.gif'></a>"+
							"<a href='http://www.korail.go.kr/' target='_blank'><img border='0' src='img/base_icon_03.gif'></a>"+
							"<a href='http://www.visitkorea.or.kr' target='_blank'><img border='0' src='img/base_icon_04.gif'></a>"+
							"</p>");
}

function print_right_banner(param)
{
    document.write("<TABLE border='0' cellPadding='0' cellSpacing='5' width='130'>"+
						"<TR>"+
						"<TD>"+
						"<a href='http://www.uso.org/' target='_blank'><IMG alt='USO' border='0' height='38' src='img/uso.gif' width='130'></a>"+
						"</TD>"+
						"</TR>"+
						"<TR>"+
						"<TD>"+
						"<a href='http://www.jal.co.jp/' target='_blank'><IMG alt='JAL' border='0' height='38' src='img/jal.gif' width='130'></a>"+
						"</TD>"+
						"</TR>"+
						"<TR>"+
						"<TD>"+
						"<a href='http://www.ana.co.jp/' target='_blank'><img alt='All Nippon Airways' border='0' src='img/ana.gif' width='130' height='36'></a>"+
						"</TD>"+
						"</TR>"+
						"<TR>"+
						"<TD>"+
						"<a href='http://www.cathaypacific.com/' target='_blank'><IMG alt='Cathay Pacific Airlines' border='0' height='38' src='img/cpa.gif' width='130'></a>"+
						"</TD>"+
						"</TR>"+
						"<TR>"+
						"<TD>"+
						"<a href='http://www.singaporeair.com' target='_blank'><IMG alt='Singapore Airlines' border='0' height='38' src='img/base_icon_05.gif' width='130'></a>"+
						"</TD>"+
						"</TR>"+
						"</TABLE>");
							
}

if(typeof tour_shop_china_menues == "undefined")
{
    tour_shop_china_menues     = [{text:"東大門市場",url:"c-dong.htm"},
                            {text:"南大門市場",url:"c-nam.htm"},
                            {text:"梨泰院",url:"c-itae.htm"},
                            {text:"明洞",url:"c-myung.htm"},
                            {text:"乐天百货店",url:"c-lottedepartment.htm"},
                            {text:"仁寺洞",url:"c-insa.htm"}];
}

if(typeof tour_urban_china_menues == "undefined")
{
    tour_urban_china_menues     = [{text:"昌德宮",url:"c-changduk.htm"},
                            {text:"淸溪川",url:"c-chungkyechun.htm"},
                            {text:"德壽宮",url:"c-ducksu.htm"},
                            {text:"景福宮",url:"c-kyungbok.htm"},
                            {text:"首尔广场",url:"c-seoulplaza.htm"},
                            {text:"南山",url:"c-namsan.htm"},
                            {text:"青瓦台",url:"c-chungwa.htm"},
                            {text:"國立中央博物館",url:"c-museum.htm"},
                            {text:"63大厦",url:"c-63building.htm"},
                            {text:"首尔市内旅游巴士",url:"c-citytour.htm"},
                            {text:"战争纪念馆",url:"c-war.htm"}];
}

function print_tour_left_menu(lang,category,selected)
{
    var texts = "<table border='0' width='100%' cellspacing='0' cellpadding='0'>";
    
    var menues;
    if(lang == "china")
    {
        if(category == "shop")
            menues  = tour_shop_china_menues;
        else if(category == "urban")
            menues  = tour_urban_china_menues;
    }
    
    for(var i=0 ; i<menues.length ; i++)
    {
        if(selected == menues[i].text)
        {
            texts   +=  "<tr><td width='100%' height='30'><img border='0' src='img/this.gif' width='16' height='11'><a href='";
            texts   +=  menues[i].url;
            texts   +=  "'><font color='#ff0000'><b>";
            texts   +=  menues[i].text;
            texts   +=  "</b></font></a></td></tr>";
        }
        else
        {
            texts   +=  "<tr><td width='100%' height='30'><img border='0' src='img/arrow.gif' width='17' height='9'><a href='";
            texts   +=  menues[i].url;
            texts   +=  "'>&nbsp;";
            texts   +=  menues[i].text;
            texts   +=  "</a></td></tr>";
        }
    }
            
    texts   +=  "</table>";
    document.write(texts);							
}

function print_head_link(param)
{
    document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+
					"<a href='KIndex.aspx'>KOREAN</a>"+
					"· <a href='EIndex.aspx'>ENGLISH</a>"+
					"· <a href='JIndex.aspx'>JAPANESE</a>"+
					"· <a href='CIndex.aspx'>CHINESE</a>"+
					"");
}