function printPage(page) {
		 window.open ("print/"+page,"mywindow",
			 "width=677,height=500,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0");
}

function openImage(image) {
		 window.open (image,"imagewindow",
			 "width=790,height=530,location=0,top=100,left=100,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0");
}