
function grande_or(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=60; left=200; width=600; height=450");
	}
function media_or(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=60; left=200; width=500; height=375"); 
	}
function piccola_or(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=60; left=200; width=460; height=350");
	}
function panoramica(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=60; left=30; width=750; height=320");
	}
function grande_ver(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=1; resizable=1; top=10; left=200; width=413; height=550");
	}
function media_ver(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=50; left=200; width=350; height=450");
	}
function piccola_ver(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=50; left=300; width=325; height=430");
	}
function panoramica_ver(doc)
	{
	window.open(doc, "foto", "toolbar=0; menubar=0; status=0; scrollbars=0; resizable=1; top=10; left=500; width=325; height=720");
	}
