arrImg=new Array();
function preLoad(id,img1,img2)
{
	arrImg[id+"1"]=new Image();
	arrImg[id+"1"].src=img1;
	arrImg[id+"2"]=new Image();
	arrImg[id+"2"].src=img2;
}
function hiLite(img,modo)
{
	document.images[img].src=arrImg[img+modo].src
}

function apri_mappa(nomeFrame, larghezza, altezza, nomeFile){
str=window.open(nomeFile,nomeFrame,"width="+larghezza+",height="+altezza+",resizable=no,status=no,menubar=no,scrollbars=no,top=0,left=0")
}

function cambia(ImageName,ImageFile){
    ImageName.src = ImageFile;
}
