<!--
function IncludeJS(srcUrl){
	document.write('<script type="text/javascript" src="' + srcUrl + '"><\/script>');
}

function IncludeCSS(srcUrl){
	document.write('<link rel="stylesheet" href="' + srcUrl + '" type="text/css" media="screen" />');
}

IncludeJS('/js/prototype.js');

function InsertFLASH(src,width,height){
var html = ""
html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="'+width+'" height="'+height+'" id="swfObject">'
html += '<param name="allowScriptAccess" value="sameDomain" />'
html += '<param name="allowFullScreen" value="false" />'
html += '<param name="movie" value="'+src+'">'
html += '<param name="quality" value="high">'
html += '<param name="menu" value="false" />'
html += '<param name="wmode" value="transparent" />'
html += '<embed src="'+src+'" name="swfObject" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>'

document.write(html);
}

function InsertMEDIA(src,width,height){
var html = ""
html += '<embed src="'+src+'"  width="'+width+'" height="'+height+'" autostart="true"></embed>'

document.write(html);
}

function autoBlur(){ 
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="/img") 
document.body.focus(); 
} 
document.onfocusin=autoBlur;

function setPng24(obj) { 
    obj.width=obj.height=1; 
    obj.className=obj.className.replace(/\bpng24\b/i,''); 
    obj.style.filter = 
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src 

+"',sizingMethod='image');" 
    obj.src='';  
    return ''; 
} 

function gotoPage(idx){
	var movePage = [];
	
	movePage[0] = "/company/company.asp";
	movePage[1] = "/company/ceo.asp";
	movePage[2] = "/company/history.asp";
	movePage[3] = "/company/philosophy.asp";
	movePage[4] = "/company/enterprise.asp";
	movePage[5] = "/company/organization.asp";
	movePage[6] = "/company/employment.asp";
	movePage[7] = "/company/overseas.asp";
	movePage[8] = "/company/map.asp";
	movePage[9] = "/tiamo/tiamo.asp";
	movePage[10] = "/tiamo/exterior.asp?cate=A";
	movePage[11] = "/tiamo/gelato.asp";
	movePage[12] = "/menu/gelato.asp";
	movePage[13] = "/menu/espresso.asp";
	movePage[14] = "/menu/drink.asp";
	movePage[15] = "/menu/waffle.asp";
	movePage[16] = "/menu/season.asp";
	movePage[17] = "/menu/creation.asp";
	movePage[18] = "/menu/nutrition.asp";
	movePage[19] = "/franchise/franchise.asp";
	movePage[20] = "/franchise/process.asp";
	movePage[21] = "/franchise/expense.asp";
	movePage[22] = "/franchise/counsel.asp";
	movePage[23] = "/franchise/recommend.asp";
	movePage[24] = "/store/storeinfo.asp";
	movePage[25] = "/store/newstore.asp";
	movePage[26] = "/event/special.asp";
	movePage[27] = "/event/completion.asp";
	movePage[28] = "/event/prizewinner.asp";
	movePage[29] = "/cscenter/notice.asp";
	movePage[30] = "/cscenter/news.asp";
	movePage[31] = "/cscenter/coupon.asp";
	movePage[32] = "/cscenter/opinion.asp";
	movePage[33] = "/storeowner/ownernotice.asp";
	movePage[34] = "/storeowner/ownernews.asp";
	movePage[35] = "/storeowner/qna.asp";
	movePage[36] = "/storeowner/suggestion.asp";
	
	
	document.location.href = movePage[idx];
}
-->
