<!--//
function view_image(image) {
	window.open('image.php?image='+image+'&image_width=1136','newWin','width=1200,height=952,left=0,top=0,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=No,fullscreen=No');
}
function view_image2(image, image_width) {
	var table_width = image_width + 75;
	window.open('image.php?image='+image+'&image_width='+image_width+'','newWin','width='+table_width+',height=600,left=0,top=0,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=No,fullscreen=No');
}

//-->

