function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function PopUpWindowOpen(url, title_index){
  surl = url + "/vr/Stitch_Preview.asp?title_index=" + title_index;
	Future = "fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=40,top=40,width=380,height=360";
	PopUpWindow = window.open(surl, "vrpopup", Future)

	PopUpWindow.focus();
}
function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
/*»çÁø ·¹ÀÌ¾î º¸±â*/
var over=1;
var overtd;
function overMouse(obj,obj2)
{

	obj3 = eval("document.all.l"+obj2);

	if (over)
	{
		temp = eval("document.all.l"+over);
		temp.style.display = "none";
	}

	over = obj2;
	overtd = obj;
	
	obj3.style.display = "block";
}
function outMouse()
{
	document.all.l1.style.display = "none";
	document.all.l2.style.display = "none";
	document.all.l3.style.display = "none";
	document.all.l4.style.display = "none";
	document.all.l5.style.display = "none";
}


