
function openwindow(theURL,theName,width,height) {
    window.open(theURL,theName,'width=' + width + ',height=' + height + ',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,directories=no,status=no,titlebar=yes,menubar=yes');
}

