function wOpen(foto, width, height)
{
	window.open("photoView.php?p="+foto, "fotoBig","resizable=yes, scrollbars=no, menubar=no, width="+width+", height="+height);
}

function wrOpen(foto, width, height)
{
	window.open("photoView.php?p="+foto, "fotoBig","resizable=yes, scrollbars=yes, menubar=no, width="+width+", height="+height);
}
