<!--
var uno=new Array(), Xa=0, Ya=0;
uno[0]=["Bari 33 km.<br /><img src='citta/cattedrale.jpg'>","<div align='justify'>Bari, city and port of Puglia on the low Adriatic sea. Bari is divided in two parts: the Old City and the New City . The old part is dominated from the basilica of St. Nicola and from the mighty massive structure of the Norman castle.</div>"];
uno[1]=["San Giovanni Rotondo 185 km.<br /><img src='citta/san_giovanni_rotondo2.jpg'>","<div align='justify'>On a small mountain, to around 40 Kms from Foggia, you will find St. Giovanni Rotondo. From over 50 years St. Giovanni Rotondo is destination of pilgrims from every parts of the world for the presence of the Convent in which Padre Pio lived and received the sacred stimmate.</div>"];
uno[2]=["Gargano 200 km.<br /><img src='citta/foresta.jpg'>","<div align='justify'>A whole rocky mountains on a promontory that pushes its in the southern Adriatic sea. The Gargano is still an uncontaminated zone and it is know as a 'rich mountain of Italy' for natural beauties, for variety of vegetation and products.</div>"];
uno[3]=["Castel del Monte <br />90 km.<br /><img src='citta/castel.jpg'>","<div align='justify'>It is a lot known for his unmistakable octagonal form, for the symbolic suggestions and to be the most mysterious among the buildings commissioned by Federico II di Svevia, Castel del Monte it is considered one of the principal tourist destinations of Puglia.</div>"];
uno[4]=["Conversano 8 km.<br /><img src='citta/conversano.jpg'>","<div align='justify'>On a pleasant hill of the Murge, to few kilometers from the Adriatic sea, absorbed in the green of the fertile country that surrounds it, Conversano unites to tradition and development, the charm of his long history with the wealth of the so many monuments of art.</div>"];
uno[5]=["Castellana Grotte 14 km.<br /><img src='citta/castellana.jpg'>","<div align='justify'>Among the most important tourist destinations in Puglia, Castellana Grotte occupy a prominent place for its caves, the spectacular vastness of the inside natural galleries and for the prodigious wealth of the crystalline concretions.</div>"];
uno[6]=["Putignano 20 km.<br /><img src='citta/puti.jpg'>","<div align='justify'>The event of greater tourist interest is the Carnival. In the occasion of the parades stately allegorical wagons of paper are prepared and to parade for the streets of the country, surround oneself by masks that sing and dance for the whole run.</div>"];
uno[7]=["Alberobello 28 km.<br /><img src='citta/alberobello.jpg'>","<div align='justify'>Situated on two hilly reliefs the city of Alberobello is found. Everything around the center of the country the characteristic Trulli are extended, for this, Alberobello is famous all over the world. From December 1996 the 'Trulli of Alberobello' have been declared from the UNESCO World Patrimony of the Humanity.</div>"];
uno[8]=["Monopoli 8 km.<br /><img src='citta/monopoli.jpg'>","<div align='justify'>Monopoli is an attractive town that leans out on the sea. Monopoli is famous for its beaches and for its Baroque churches. Famous is the Cathedral devoted to the Madonna della Madia.</div>"];
uno[9]=["Fasano 23 km.<br /><img src='citta/logozoo.gif'>","<div align='justify'>Fasano is a tourist city of great agricultural and artisan tradition. It is here that the greatest zoosafari rises in Italy, 120 hectares of  fauna park and fun-fair. In a protected environment you will see 1000 animals in full liberty.</div>"];
uno[10]=["Ostuni 45 km.<br /><img src='citta/ostuni.jpg'>","<div align='justify'>From its hill Ostuni dominates the lowland with the adriatic sea. Ostuni welcomes the visitors in a scenery of high-beam beauty. Ostuni is known as  “white city” because the residences are all white and they remember an Arabic cashab.</div>"];
uno[11]=["Brindisi 80 km.<br /><img src='citta/brindisi.jpg'>","<div align='justify'>Placed in the lowland behind the Adriatic Sea, Brindisi has a magnificent natural bring.</div>"];
uno[12]=["Lecce 115 km.<br /><img src='citta/lecce.jpg'>","<div align='justify'>Lecce is the Chief town of the Salento. It has been defined ' Florence of the Baroque '. In fact  is the Baroque style to characterize: portals, steeples, columns and balconies of the Historical Center fascinating the visitor with chromatic effects.</div>"];
uno[13]=["Taranto 75 km.<br /><img src='citta/taranto.jpg'>","<div align='justify'>Placed in the Gulf of Taranto on the Ionian Sea, Taranto is situated among two seas: the Great Sea and the Small Sea. It has a great industrial and commercial bring and an arsenal of the Italian Marina Militare.</div>"];
uno[14]=["Polignano a Mare<br /><img src='citta/Lama_monachile.jpg'>","<div align='justify'>Click to visit</div>"];
uno[15]=["Valle d'Itria 35 km.<br /><img src='citta/martina.jpg'>","<div align='justify'>The beautiful Valle d'Itria is one of the areas of Puglia of greater tourist attraction and one of the most beautiful landscapes. It is the heart of the Murgia of the Trulli, whose district embraces the towns of: Locorotondo, Martina Franca, Alberobello, Cisternino and Ceglie.</div>"];

function calcola() {
if(document.all) {
wid=document.body.clientWidth;
hei=document.body.clientHeight;
if(((document.body.scrollLeft)+Xa+document.all.cont.offsetWidth)>wid) {
	linD=Xa+document.body.scrollLeft-(Xa+document.all.cont.offsetWidth-wid);
}
else {
	linD=document.body.scrollLeft+Xa;
};
if((6+Ya+document.all.cont.offsetHeight)>hei) {
	lin=Ya+document.body.scrollTop-(document.all.cont.offsetHeight+6);
}
else {
	lin=document.body.scrollTop+6+Ya;
};
}
else if(document.getElementById) {
wid=(document.getElementById&&!document.all)?window.innerWidth:document.body.clientWidth;
hei=(document.getElementById&&!document.all)?window.innerHeight:document.body.clientHeight;
scrollL=(document.getElementById&&!document.all)?window.pageXOffset:document.body.scrollLeft;
scrollT=(document.getElementById&&!document.all)?window.pageYOffset:document.body.scrollTop;
if((scrollL+Xa+document.getElementById("cont").offsetWidth)>wid) {
	linD=Xa+scrollL+(Xa+document.getElementById("cont")-wid);
}
else {
	linD=scrollL+Xa
};
if((6+Ya+document.getElementById("cont").offsetHeight)>hei) {
	lin=Ya+scrollL-(document.getElementById("cont").offsetHeight+6);
}
else {
	lin=scrollL+6+Ya;
};
}
else {
	return;
};
};

function outa() {
clearInterval(timer);
if(document.all) {
	document.all.cont.style.top=-900;
	document.all.cont.style.left=-900;
	document.all.cont.style.visibility="hidden";
}
else if(document.getElementById) {
	obj=document.getElementById("cont");
	obj.style.top=-900;
	obj.style.left=-900;
	obj.style.visibility="hidden";
}
else {
	return;
};
};

function sc() {
calcola();
if(document.all) {
	document.all.cont.style.top=lin;
	document.all.cont.style.left=linD;
	document.all.cont.style.visibility="visible";
}
else if(document.getElementById) {
	document.getElementById("cont").style.top=lin;
	document.getElementById("cont").style.left=linD;
	document.getElementById("cont").style.visibility="visible";
}
else {
	return;
};
};

function over(num) {
var table="<table width=\"175\" border=\"0\">";
table+=("<tr><td bgcolor=\"#006B29\"><font color=\"white\" size=\"2\" face=\"verdana,arial\"><b>"+uno[num][0]+"</b></font></td></tr>");
if (num==14){
table+=("<tr><td bgcolor=\"#006B29\"><span style=\"font:bold 1.0pc verdana,arial; color:white\">"+uno[num][1]+"</td></tr></table>");
}
else {
table+=("<tr><td bgcolor=\"#006B29\"><span style=\"font:bold 0.7pc verdana,arial; color:white\">"+uno[num][1]+"</td></tr></table>");
}
((document.all)?document.all["cont"]:document.getElementById("cont")).innerHTML=table;
timer=setInterval("sc();",1);
};

function COORS(e) {
if(document.all) {
	e=window.event;
	Xa=e.clientX;
	Ya=e.clientY;
}
else if(document.getElementById) {
	Xa=e.clientX;
	Ya=e.clientY;
}
else {
	return;
};
};

document.onmousemove=COORS;
//-->