function show(file,title){
	window.open("view.php?file="+file+"&title="+title+"","Powiekszenie","toolbar=no,status=no,width=250,height=15");
}
