function popup(msg,Pintero,n){
	if (Pintero==2){
		var content="<TABLE class=InfoArt BORDER=0 CELLPADDING=1 CELLSPACING=0> <TD ALIGN=justify background=immagini/sfoso.jpg> "+msg+"</TD></TABLE>";
	}else{
		var content="<TABLE class=InfoArt WIDTH=205 BORDER=0 CELLPADDING=1 CELLSPACING=0> <TD ALIGN=justify background=immagini/sfoso.jpg> "+msg+"</TD></TABLE>";
	}
	if(old){
		alert(msg);return;
	} 
	else{
	altezzaFinestraIE   = document.body.clientHeight;
	altezzaFinestraIE   = altezzaFinestraIE/1.3;
	if (altezzaFinestraIE < y){
		Yoffset = -20-(Pintero*11)
	} 
	else{
		Yoffset = 15
	}
		yyy=Yoffset;
		if(nav){skn.document.write(content);skn.document.close();skn.visibility="visible"}
	    if(iex){document.all("InitInfo").innerHTML=content;skn.visibility="visible"}
		}

}

function get_mouse(e){
	stringa=/MSIE 4.0/;
	substringa=stringa.test(navigator.appVersion);
	if(substringa==true){
	  x=(nav)?e.pageX:event.x;skn.left=x+Xoffset;
	  y=(nav)?e.pageY:event.y;skn.top=y+yyy;
	}
	else {
	  x=(nav)?e.pageX:event.x+document.body.scrollLeft;skn.left=x+Xoffset;
	  y=(nav)?e.pageY:event.y+document.body.scrollTop;skn.top=y+yyy;  
	}
}

function kill(n){
if(!old){
	yyy=-1000;
	skn.visibility="hidden";
	}
}

function stat(){
	window.status='-= Move To Marche =-';  
} 
