function showImageWindows(page) {
	 window.open (page, "mywindow","location=0,toolbar=0,menubar=0,resizable=0,width=800,height=500,scrollbars=1,status=0");	
}