
// MS IE ActiveX Rollup Patch
function __ws__(id){
    document.write(id.innerHTML);
    id.id="";
}


// ¸ÞÀÎÇ®Ã¢
function fwin() {
	window.open("main.html","mainOpenFull","fullscreen=yes,scrollbars=yes");
}


function open_fullscreen() {
  var height = screen.availHeight - 15;
  var width = screen.availWidth - 10;

  window.open("main.html", "question", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=" + width + ",height=" + height + ",top=0,left=0");
 }

function nwin()
{
    var winl = (screen.width - 1000) / 2;
    var wint = (screen.height - 700) / 2;
    window.open("main.html","newwindow1","width=1000, height=700, Scrollbars=no, top="+wint+", left="+winl); 
}



// ÀÌº¥Æ®ÆË¾÷
function popup_1(){
newwin=window.open("popup/event.html","newwindow1","toolbar=no,top=0,left=0,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=400,height=533")
}

// ÇÁ·Î¸ð¼ÇÆË¾÷
function popup_2(){
newwin=window.open("popup/promotion.html","newwindow2","toolbar=no,top=0,left=410,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=400,height=442")
}


