
/********************************* ºê¶ó¿ìÀú Å¸ÀÌÆ² º¯°æ ***************************/
top.document.title = ' ¼­¿ï°ü±¤¸¶ÄÉÆÃÁÖ½ÄÈ¸»ç - Seoul Tourism Organization '
/********************************* ºê¶ó¿ìÀú Å¸ÀÌÆ² º¯°æ ***************************/


// ÀÌ¹ÌÁö Å¬¸¯½Ã Á¡¼± ¾ø¾Ö±â :::::::::: Àû¿ëÆäÀÌÁö body ¿¡ onload="allblur()" Ãß°¡.
var myAnchors=document.all.tags("A"); 
function allblur() {
	for (i=0;i<myAnchors.length;i++) { 
		myAnchors[i].onfocus=new Function("myAnchors["+i+"].blur()");
	} 
}


// IMAGE_ROLLOVER ½ºÅ©¸³Æ® 

function menuOn(imgEl)
{
	imgEl.src = imgEl.src.replace(".gif", "_.gif");
}

function menuOut(imgEl)
{
	imgEl.src = imgEl.src.replace("_.gif", ".gif");
}



// GNB ³×ºñ°ÔÀÌ¼Ç flash(ÆÄÀÏÁÖ¼Ò, °¡·Î, ¼¼·Î, ¹è°æ»ö, À©µµ¿ì¸ðµå, º¯¼ö, °æ·Î)
function flash(url,w,h,bg,win,vars,base){
	var s=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<param name='base' value='"+base+"' />"+
	"<embed src='"+url+"' base='"+base+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";
	document.write(s);
}





// write document contents
function documentwrite(src){
	document.write(src);
}

function tdBg(num, bg_color) {
	if (document.all)
	eval("document.all.tr" + num + ".style.backgroundColor=bg_color");

	if (document.getElementById)
	document.getElementById("tr" +num).style.backgroundColor=bg_color;
}
/////////////////////////////////////////////////////////
