function bolleFnc2(indice)
{
	var arrayPageSize = getPageSize();
	var eDiv=document.createElement("atontesa");
	eDiv.style.width=250;
	eDiv.style.height=300;
	eDiv.style.position="absolute";
	eDiv.style.backgroundColor="white";
	eDiv.style.left=arrayPageSize[0]/2-198/2;
	//eDiv.style.top=arrayPageSize[1]/2-250/2;
	eDiv.style.top=800;
	eDiv.setAttribute('id','attesa');
	eDiv.innerHTML="<br/><img src='images/" + indice + ".jpg' alt='PopUp'/><br/><span onclick='closeMe()' style='cursor: pointer' class='testoVerde'>Close</span>";
	document.body.appendChild(eDiv);
}

function bolleFnc(indice)
{
	//searchWin = window.open("images/" + indice + ".jpg",'foto','scrollbars=no,resizable=no,width=100,height=280,status=no,location=no,toolbar=no');
	url='images/' + indice + ".jpg";
	capt='Lombrico';
	var objLink = document.createElement('a');
	objLink.setAttribute('href',url);
	objLink.setAttribute('rel','lightbox');
	//objLink.setAttribute('title',capt);
	Lightbox.prototype.start(objLink);

}


function closeMe()
{
	document.body.removeChild($('attesa'));
}

function flash()
{
	document.write("<embed src=\"home3.swf\" width=\"945\" height=\"150\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\"></embed>");
}
