function view_hist(url,name)
{
	foto=window.open('/images/view2.php?foto='+url+'&name='+name,'foto','width=800,height=600, scrollbars=yes');
	foto.focus();
}
function views(url,name)
{
	foto=window.open('/images/view.php?foto='+url+'&name='+name,'foto','width=300,height=300');
	foto.focus();
}
function view(url,name)
{
	foto=window.open('/images/view.php?foto='+url+'&name='+name,'foto','width=300,height=300');
	foto.focus();
}
function sub(){
  if (confirm("Вы уверены?")) { document.F.submit; return true; } else { return false;  }
}

function del(ref){
  if (confirm("Вы действительно хотите удалить?")) { document.F.submit; return true; } else { return false;  }
}

function windowOpener(windowHeight, windowWidth, windowName, windowUri)
{
var centerWidth=(window.screen.width-windowWidth)/2;
var centerHeight=(window.screen.height-windowHeight)/2;

newWindow=window.open(windowUri, windowName,'fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,width='+windowWidth+',height='+windowHeight);
newWindow.blur();
newWindow.moveTo(centerWidth, centerHeight);
newWindow.focus();
return newWindow.name;
}

