// JavaScript Document
function popUp(file) {
	window.open('pages/image.php?file='+file, 'image', 'toolbar=no,menubar=no,statusbar=no,width=50,height=50,left=50,top=50,resizable=no');
}