
function newWinFoto(src,width,height) {
	myWin= open(src, '_blank', 'width='+width+',height='+height+',status=no,toolbar=no,top=0,left=0,menubar=no,scrollbars=no,resizable=yes');
}

