function popup(file, title)
{
	w = window.open('/files/file_popup.php?file='+file+'&title='+title, '', 'width=500,height=250,scrollbars=1,resizable=1,top=20,left=20');	
}
