// JavaScript Document

function foto(pg,w,h){ 
	window.open(pg,"popup","width=" + w + ",height="+ h +",status=0,noresize,menubar=0,scrollbars=0"); 
}



