
<!--

if (document.images) {

// left
  
	m02_aon = new Image();
	m02_aon.src ="img/m02_a02.gif";
	m02_aoff = new Image();
	m02_aoff.src ="img/m02_a01.gif";

	m02_bon = new Image();
	m02_bon.src ="img/m02_b02.gif";
	m02_boff = new Image();
	m02_boff.src ="img/m02_b01.gif";

	m02_con = new Image();
	m02_con.src ="img/m02_c02.gif";
	m02_coff = new Image();
	m02_coff.src ="img/m02_c01.gif";

	m02_don = new Image();
	m02_don.src ="img/m02_d02.gif";
	m02_doff = new Image();
	m02_doff.src ="img/m02_d01.gif";

	m02_eon = new Image();
	m02_eon.src ="img/m02_e02.gif";
	m02_eoff = new Image();
	m02_eoff.src ="img/m02_e01.gif";

	m02_fon = new Image();
	m02_fon.src ="img/m02_f02.gif";
	m02_foff = new Image();
	m02_foff.src ="img/m02_f01.gif";
	
	m02_gon = new Image();
	m02_gon.src ="img/m02_g02.gif";
	m02_goff = new Image();
	m02_goff.src ="img/m02_g01.gif";

}

function turnOn(imageName) {
	if (document.images) {
	document[imageName].src = eval(imageName + "on.src");
	}
}

function turnOff(imageName) {
	if (document.images) {
	document[imageName].src = eval(imageName + "off.src");
	}
}

function reservation()
{
	opener.document.location.href='/jejuin/rentcar/reser_index.asp';
	self.close();
}

var dm = new Array (
"ac",
"al",
"am",
"art",
"arts",
"at",
"az",
"ba",
"bank",
"be",
"bg",
"biz",
"by",
"bz",
"ca",
"can",
"cc",
"cdn",
"ch",
"cn",
"com",
"corp",
"cx",
"cy",
"cz",
"dds",
"de",
"dir",
"dk",
"dz",
"edu",
"ee",
"eg",
"es",
"etc",
"faq",
"fi",
"film",
"fo",
"fr",
"fund",
"gallery",
"gb",
"ge",
"gmbh",
"gov",
"gr",
"help",
"hk",
"hotel",
"hr",
"hu",
"ie",
"il",
"info",
"is",
"isp",
"it",
"jp",
"k12",
"kr",
"ky",
"li",
"list",
"llb",
"lt",
"lu",
"lv",
"ma",
"md",
"med",
"mil",
"mk",
"mt",
"mx",
"music",
"name",
"net",
"nic",
"nl",
"no",
"npo",
"nu",
"org",
"php",
"pl",
"prices",
"pt",
"radio",
"ro",
"ru",
"se",
"sg",
"si",
"sk",
"sky",
"sm",
"sql",
"su",
"tj",
"tn",
"to",
"tr",
"tv",
"tw",
"ua",
"uk",
"us",
"va",
"video",
"xxx",
"y2k",
"yu",
"zine",
"zoo",
"666",
"800",
"888",
"int"
);


//Á¦ÁÖÀÎ ¼÷¼Ò»ó¼¼ÆäÀÌÁö º¸±â ÆË¾÷
function roomdetail(num)
{
	var url = "/jejuin/package/roompopup/popup_roomdetail.asp?num="+num;
	
	window.open(url,"roomView","toolbar=no,top=100,left=150,width=730,height=600,directories=no,status=no,scrollbars=yes,resize=no,menubar=no");
}


//ÀÌ¹ÌÁö º¯°æ
function changeImage(filename,num,filetitle) 
{ 
	
	mainimage.src = filename;
	
	//
	/*var obj = eval("document.getElementById('thm"+num+"')");
	if (prev_filename == filename)
	{
		obj.className = 'photoOver';
	}
	else
	{
		obj.className = 'photoOut';
	}*/

	//document.getElementById("f_title").innerHTML = filetitle;
}

//¼­ºêÀÌ¹ÌÁö º¯°æ
function changeImage2(filename,num,filetitle,srcname) 
{ 
	var url = eval(srcname);

	url.src = filename;
	//room_mainimage760.src = filename;
	//url.src = filename;
}
// -->
