
function OpenWin1(){
  win=window.open("regza.html","_blank","width=680,height=590,scrollbars=no");
}

function OpenWin2(){
  win=window.open("64bit.html","_blank","width=680,height=590,scrollbars=yes");
}

function OpenWin3(){
  win=window.open("/products/64bit.html","_blank","width=680,height=590,scrollbars=yes");
}

function OpenWin4(){
  win=window.open("../products/64bit.html","_blank","width=680,height=590,scrollbars=yes");
}

function CloseWin(){
    window.close();
}

