
// MS IE ActiveX Rollup Patch
function __ws__(id){
    document.write(id.innerHTML);
    id.id="";
}


// ¸ÞÀÎÇ®Ã¢
function fwin() {
	window.open("main.html","mainOpenFull","fullscreen=yes,scrollbars=no");
}


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 open_fullscreen_eng() {
  var height = screen.availHeight - 15;
  var width = screen.availWidth - 10;

  window.open("english/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_02(){
newwin=window.open("popup/mylove_popup_04.html","newwindow3","toolbar=no,top=0,left=0,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=400,height=517")
}

function sub_01(){
newwin=window.open("popup/mylove_popup_sub.html","newwindow2","toolbar=no,top=0,left=0,directories=no,status=no,titlebar=no,menubar=no,scrollbars=no,resizable=no,width=400,height=197")
}