function CloseWin(){
    window.close();
}

function openwin(url) {
 w = window.open(url, 'win','width=496,height=552,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no');
}

function openwin2(url) {
 w = window.open(url, 'win2','width=470,height=600,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no');
}

function openwin3() {
 w = window.open('http://fez.jp/02/02-20.html', 'win3','width=600,height=400,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no');
}

function openwin4(url) {
 w = window.open(url, 'win','width=500,height=680,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no');
}


function openwins(url) {
 w = window.open(url, 'win','width=610,height=680,status=no,scrollbars=no,directories=no,menubar=no,resizable=yes,toolbar=no');
}


function resizeProg(){
   location.reload();
}
