function popUp(image_file) 
{
	var popURL = "/image_pop.php?image_file="+image_file;

	var prodPop = window.open(popURL, 'Image', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,xresizable=0,width=600,height=600,left = 100,top = 100');

	prodPop.focus();
}
