function OpenNewWindow(sub) {

var load = window.open('productview.php?java=true&prodno='+sub,'product','width=620,height=700,scrollbars=yes,resizable=yes');

load.focus();

}

function OpenMeasureWindow(sub) {

var load = window.open(sub,'','width=400,height=400');


}

function RegisterWindow() {

var load = window.open('register.php','width=546,height=650,scrollbars=yes,resizable=yes');

load.focus();
}