

function openWinSize(webpage,wdth,ht) {
var wdth;
var ht;
var attribs='width='+wdth+',height='+ht+',directories=no';
newWindow = window.open(webpage, 'newWin',attribs)
}

function closeWindow() {
close()
}

function printWindow() {
window.print()
}
