function pop(url) 
{
	var newWindow = window.open(url,'FotoWindow','height=768px,width=1024px,status=yes,toolbar=no,menubar=no,location=no,resizable=1,scrollbars=1');
	newWindow.focus(); 
	return false;
}
