//Begin dHTML Tooltip Timer
var tipTimer;
//End dHTML Tooltip Timer

//Begin ToolTip Array
//"<table><tr><td></td></tr><tr><td></td></tr></table>";
var toolTip = new Array(20) 
toolTip[0]="<table><tr class=tooltipTitle><td>1ère</td></tr><tr class=copy><td width=200 nowrap>This is the geographical center of Paris and a haven for tourists. The Louvre, Les Halles and the Palais Royal are all here.</td></tr></table>";
toolTip[1]="<table><tr class=tooltipTitle><td>2ème</td></tr><tr class=copy><td width=200 nowrap>A primarily business district. | The Paris Stock Market (the Bourse) and the Bibliothèque Nationale are here.</td></tr></table>";
toolTip[2]="<table><tr class=tooltipTitle><td>3ème</td></tr><tr class=copy><td width=200 nowrap>Along with the 4ème arrondissement, this neighborhood makes up the Marais, | one of the oldest neighborhoods in Paris. | Many 17th century mansions that once housed the noblest families | in Paris are still to be seen in this quiet and ungentrified neighborhood.</td></tr></table>";
toolTip[3]="<table><tr class=tooltipTitle><td>4ème</td></tr><tr class=copy><td width=200 nowrap>The center of the Marais, this is a lively neighborhood with a | strong alternative lifestyle scene as well as lots of | trendy bars, shops, and restaurants. | The rue des Rosiers is a centerpiece of Jewish lifestyle in Paris and the Ile St. Louis and | the Ile de la Cité are the oldest parts of Paris.</td></tr></table>";
toolTip[4]="<table><tr class=tooltipTitle><td>5ème</td></tr><tr class=copy><td width=200 nowrap>The fabled Latin Quarter. This neighborhood takes its name from the Sorbonne, where Latin was the common tongue for all students during the Middle Ages. The neighborhood has the feel of a small village and students mix freely with professionals in its winding streets. The rue Mouffetard is a primary artery where shops, international restaurants and student bars and cafés are found.</td></tr></table>";
toolTip[5]="<table><tr class=tooltipTitle><td>6ème</td></tr><tr class=copy><td width=200 nowrap>St. Germain. Once the hangout for bohemians and intellectuals, this neighborhood has undergone gentrification and is now newly chic. Upscale boutiques, art galleries, and restaurants can be found throughout this district.</td></tr></table>";
toolTip[6]="<table><tr class=tooltipTitle><td>7ème</td></tr><tr class=copy><td width=200 nowrap>The Eiffel Tower, the Musée d'Orsay and lots of international residents can be found in this very wealthy neighborhood.</td></tr></table>";
toolTip[7]="<table><tr class=tooltipTitle><td>8ème</td></tr><tr class=copy><td width=200 nowrap>This upscale neighborhood is in fact quite diverse. The area around Champs Elysèe, has lots of shopping and lots of tourists, while in the area to the East, between the Champs Elysee and Place de la Madeleine you will find a mixture of 19th century buildings intermingled with businesses. This area is in someways similar to parts of the 16th, but is generally less pretentious.</td></tr></table>";
toolTip[8]="<table><tr class=tooltipTitle><td>9ème</td></tr><tr class=copy><td width=200 nowrap>A diverse residential area popular among an artistic crowd. Ths Southern portion is similar to the 2nd arrondissement, with a mix of residential and business buildings. The Paris Opera is located here. Farther North is Pigalle, the fading Red Light district as well as the famous Moulin Rouge.</td></tr></table>";
toolTip[9]="<table><tr class=tooltipTitle><td>10ème</td></tr><tr class=copy><td width=200 nowrap>The two great train stations in Paris are here, the Gare de l'Est and the Gare du Nord. This multi-cultural neighborhood also contains a bohemian element.</td></tr></table>";
toolTip[10]="<table><tr class=tooltipTitle><td>11ème</td></tr><tr class=copy><td width=200 nowrap>Place de la Bastille and the New Opera are found here. This is a primarily residential district.</td></tr></table>";
toolTip[11]="<table><tr class=tooltipTitle><td>12ème</td></tr><tr class=copy><td width=200 nowrap>Residential neighborhood bordered on the east by the Bois de Vincennes ( a nice park ).</td></tr></table>";
toolTip[12]="<table><tr class=tooltipTitle><td>13ème</td></tr><tr class=copy><td width=200 nowrap>Residential neighborhood, as well as Paris' Chinatown.</td></tr></table>";
toolTip[13]="<table><tr class=tooltipTitle><td>14ème</td></tr><tr class=copy><td width=200 nowrap>Montparnasse and the Cité Universitaire are found in this residential district traditionally known for its lively cafés and restaurants around the Blvd. Montparnasse.</td></tr></table>";
toolTip[14]="<table><tr class=tooltipTitle><td>15ème</td></tr><tr class=copy><td width=200 nowrap>This large primarily residential neighborhood ranges from very upscale in the area bordering the 7th arrondissement and the Seine, to relatively safe and affordable in the more outlying areas. </td></tr></table>";
toolTip[15]="<table><tr class=tooltipTitle><td>16ème</td></tr><tr class=copy><td width=200 nowrap>Bois de Boulogne, Trocadero. Although it is not as exclusive as the 7th arrondissement, the 16th is widely regarded as the neighborhood for the wealthy.</td></tr></table>";
toolTip[16]="<table><tr class=tooltipTitle><td>17ème</td></tr><tr class=copy><td width=200 nowrap>This diverse district really contains more than one neighborhood, with the portion, in the west, near the Arc de Triomph and Parc Monceau, being very upscale.</td></tr></table>";
toolTip[17]="<table><tr class=tooltipTitle><td>18ème</td></tr><tr class=copy><td width=200 nowrap>Montmartre. This artsy residential neighborhood has a small village feel and lots of tourists.</td></tr></table>";
toolTip[18]="<table><tr class=tooltipTitle><td>19ème</td></tr><tr class=copy><td width=200 nowrap>The Parc des Buttes Chaumont. A residential neighborhood with many ethnic restaurants and shops.</td></tr></table>";
toolTip[19]="<table><tr class=tooltipTitle><td>20ème</td></tr><tr class=copy><td width=200 nowrap>Belleville and the Père-Lachaise cemetery. An outlying residential area that is becoming yuppified.</td></tr></table>";
				
<!--
function locateObject(n, d) { //v3.0
	var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=locateObject(n,d.layers[i].document); return x;
}

function hideTooltip(object)
{
	if (document.all)
	{
		locateObject(object).style.visibility="hidden"
		locateObject(object).style.left = 1;
		locateObject(object).style.top = 1;
		return false
	}
	else if (document.layers)
	{
		locateObject(object).visibility="hide"
		locateObject(object).left = 1;
		locateObject(object).top = 1;
		return false
	}
	else
		return true
}

function showTooltip(object,e, tipContent, backcolor, bordercolor, textcolor, displaytime)
{
	//window.clearTimeout(tipTimer)
	if (document.all)
	{
		locateObject(object).style.top=document.body.scrollTop+event.clientY+20
		locateObject(object).innerHTML='<table style="font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; border: '+bordercolor+'; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: '+backcolor+'" width="10" border="0" cellspacing="1" cellpadding="1"><tr><td nowrap><font style="font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: '+textcolor+'">'+unescape(tipContent)+'</font></td></tr></table> '
		if ((e.x + locateObject(object).clientWidth) > (document.body.clientWidth + document.body.scrollLeft))
		{ 
			locateObject(object).style.left = (document.body.clientWidth + document.body.scrollLeft) - locateObject(object).clientWidth-10;
		}
		else
		{
			locateObject(object).style.left=document.body.scrollLeft+event.clientX
		}
		locateObject(object).style.visibility="visible"
		//tipTimer=window.setTimeout("hideTooltip('"+object+"')", displaytime);
		window.setTimeout("hideTooltip('"+object+"')", displaytime);
	}
	else if (document.layers)
	{
		locateObject(object).document.write('<table width="10" border="0" cellspacing="1" cellpadding="1"><tr bgcolor="'+bordercolor+'"><td><table width="10" border="0" cellspacing="0" cellpadding="2"><tr bgcolor="'+backcolor+'"><td nowrap><font style="font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: '+textcolor+'">'+unescape(tipContent)+'</font></td></tr></table><td></tr></table>')
		locateObject(object).document.close()
		locateObject(object).top=e.y+20
		if ((e.x + locateObject(object).clip.width) > (window.pageXOffset + window.innerWidth))
		{
			locateObject(object).left = window.innerWidth - locateObject(object).clip.width-10;
		}
		else
		{
			locateObject(object).left=e.x;
		}
		locateObject(object).visibility="show"
		//tipTimer=window.setTimeout("hideTooltip('"+object+"')", displaytime);
		window.setTimeout("hideTooltip('"+object+"')", displaytime);
	}
	else
	{
		return true
	}
}

 


