function ow(Href,Option) {
	new_win = window.open (Href,'',Option);
	new_win.focus();
}

function ow2(Href,popName,Option) {
	new_win = window.open (Href,popName,Option);
	new_win.focus();
}
function oww(){
	window.open('/sempio/promotion/factory/CyberTour.asp','factory12312','scrollbars=no,toolbar=no,location=no,directories=no,status=no,width=720,height=500,resizable=no,menubar=no,top=50,left=50')
}

//ÅÇ¹öÆ°°ü·Ã
function dtxtview1(num){
	max = 3;
	for(i=1;i<=max;i++){
		document.getElementById("atab"+i).src = document.getElementById("atab"+i).src.replace("_.gif", ".gif");
		document.getElementById("atabv"+i).style.display = "none";
	}
		document.getElementById("atab"+num).src = document.getElementById("atab"+num).src.replace(".gif", "_.gif");
		document.getElementById("atabv"+num).style.display = "block";
}

function linkToOpener(URL){
if (window.opener && !window.opener.closed)
window.opener.location = URL;
window.close();
}
