function foto(url)
{

var MyWindow = window.open(url,'foto','titlebar=yes,toolbar=no,width=680,height=680,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=20,left=300')
MyWindow.document.bgColor="black"
}
