// open window
function fullOpen(){
	window.open('tour/index.html','cw','width=' + screen.width + ',height=' + screen.width);
}

function fullOpen2(){
	window.open('tour/size1280.html','cw','width=' + screen.width + ',height=' + screen.width);
}

//faq toggle btn
$(document).ready(function() {
	$(".faqList dt").hover(function(){
		$(this).css("cursor","pointer"); 
	},function(){
		$(this).css("cursor","default"); 
		});
	$(".faqList dd").css("display","none");
	$(".faqList dt").click(function(){
		$(this).next().slideToggle("normal");
		});
});

//Window
function nwOpen(wUrl,wName,wOption) {
	window.open(wUrl,wName,wOption);
}

//fade in mouse
$(document).ready(function(){
	$('a.fade img, .fade a').css({background:'#ffffff'}).mouseover(function(){
		$(this).stop().css({opacity:0.2}).animate({opacity:1},500);
	});
});

function popUp1(url) {

sealWin=window.open(url,"pop","toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=yes,status=no,width=1165,height=6500");

self.name = "mainWin"; 
sealWin.focus();}

function popUp2(url) {

sealWin=window.open(url,"pop","toolbar=no,menubar=yes,location=yes,scrollbars=yes,resizable=yes,status=no,width=1165,height=2500");

self.name = "mainWin"; 
sealWin.focus();}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
