function hbSpawn(hblink, winName, width, height, pos) {
var newWindow=window.open(hblink, winName, 'width=' +width+ ',height=' +height+ 'status=no,statusbar=no,resizable=yes,top=' +pos+ ',left=' +pos+ ',scrollbars=yes');
newWindow.focus();
return false;
}

function printpage() {
	window.print();
}