//商品拡大写真HTMウィンドウオープン JAVA

function popup01(page){
    win=window.open(page,"popup01","menubar=no,scrollbars=yes,resizable=no,width=770,height=700,left=420,top=20");
    win.focus();
}

function popup02(page){
    win=window.open(page,"popup02","menubar=yes,scrollbars=yes,directories=yes,location=yes,status=yes,toolbar=yes,resizable=yes,width=780,height=700,left=420,top=20");
    win.focus();
}
 
function popup03(page){
    win=window.open(page,"popup03","menubar=no,scrollbars=no,resizable=no,width=550,height=330,left=420,top=20");
    win.focus();
}

