<!--
	function showInfo(url)
	{ 
		window.open(url, '', 'width=550, height=300, left=10,top=30, resizable=yes, status=no, menubar=no, toolbar=no, scrollbars=yes');
	}

	//function RollOver(imgName){
	//	 document.images[imgName].src = "/img/"+ imgName +"_.gif"
	//}
	//function RollOut(imgName){
	//	document.images[imgName].src = "/img/"+ imgName +".gif"
	//}
	
	function go_XtocDown(p1, p2)
	{
		window.open('http://shop.dvico.co.kr/XtocCoupon/XtocCouponManager.asp?p1='+p1+'&p2='+p2,'','width=20, height=20,top=0, left=40,top=30, resizable=yes, status=no, menubar=no, toolbar=no, scrollbars=auto');
	}

 	function MM_openEventWindow()
    	{
        	window.open('http://shop.dvico.co.kr/QuizQuizTvix/QuizQuiz_Main.asp','','width=510, height=700,top=0,left=40,top=30,resizable=yes,status=no,menubar=no,toolbar=no,scrollbars=yes');
    	}
	function ActiveXcodeScript(id)
	{
		var str = id.innerHTML;
		str = str.replace("<!--", "");
		str = str.replace("-->", "");
		document.write(str);
		id.id = "";
	}
	function go_BBSByWriter(url)
	{
		window.open(url, 'Popwin', 'width=670, height=400, left=100,top=300, resizable=yes, status=yes, menubar=no, toolbar=no, scrollbars=yes');
	}
	function MM_popupMsg(msg)
	{
		alert(msg);
	}
	
	function chkCookie(id, code)
	{
		if(getCookie(id+"_"+code) == "done")
		{
			document.all[id+"_"+code].style.display='none'
		}
	}

	function getCookie( name )
	{
    	var nameOfCookie = name + "=";
    	var x = 0;
    		while ( x <= document.cookie.length )
    		{
            		var y = (x+nameOfCookie.length);
            		if ( document.cookie.substring( x, y ) == nameOfCookie ) 
			{
                    	if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                            endOfCookie = document.cookie.length;
        	            return unescape( document.cookie.substring( y, endOfCookie ) );
 	           	}
            	x = document.cookie.indexOf( " ", x ) + 1;
            	if ( x == 0 )
                    break;
	    	}
    		return "";
	}

	function setCookie(name,value,expiredays){
	var todayDate = new Date();
	todayDate.setDate( todayDate.getDate() + expiredays );
	document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
	}

	function closeWin(id,code){ 
	setCookie( id+"_"+code, "done" , 1); 
	document.all[id+"_"+code].style.display='none'
	}

function go_PoP(DIR_serial)
{
	window.open('/kor/AS/PopUpAsPrint.aspx?DIR_serial='+DIR_serial, 'Print', 'width=620, height=700,top=0, left=40,top=30, resizable=yes, status=no, menubar=no, toolbar=no, scrollbars=auto', '');
}

function go_PoP2(DIR_serial)
{
	window.open('/kor/AS/PopUpAsPrint2.aspx?DIR_serial='+DIR_serial, 'Print', 'width=620, height=700,top=0, left=40,top=30, resizable=yes, status=no, menubar=no, toolbar=no, scrollbars=auto', '');
}

	function goURL(url) {
	location.href=url;
//	self.close();
}
	
-->