function popImage(file, mesaj, x, y) {
	x=x+20;
	y=y+20;	
	wpic = window.open("image_viewer.php?mesaj="+mesaj+"&file="+file, "PicWind", "width="+x+", height="+y);
}
function popImg(image, x, y) {
	x=x+20;
	y=y+20;	
	wpic = window.open(image, "PicWind", "width="+x+", height="+y);
}