<!--

if (top.location != self.location) top.location = self.location;
function popimage(imagen,my_width,my_height,percorso)
	{
	if(typeof(percorso)!='undefined')
	var prc='&prc='+percorso;
	else
		var prc='';
	 if(typeof(imagepop)!='undefined')
	 	imagepop.close();

	imagepop=window.open('popimage.php?image='+imagen+'&width='+my_width+'&height='+my_height+prc,'imagepop','status=no,menubars=no,width='+my_width+',height='+my_height+',resize=no,scrollbars=no,top=70,left=70')
		 imagepop.focus();
	}



function popup(url,width,height)
	{
	var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,navigation toolbar=no,status=yes, top=70, left=70');
	Win.focus();
	}



function Apri(str,nome,width,height) {
    window.open(str, nome, 'width='+width+',height='+height+',scrollbars=yes,status=no,location=no,toolbar=no');
}

//-->



