<!--
function click()
{
	if (event.button==2)
	{
		alert('Copyright ©2001-2002 FariBahi.com');
	}
}
document.onmousedown = click 

var texte="Vers Ispahan--Towards Esfahan --> Bienvenu--Welcome";

top.defaultStatus=texte;

function msg(txt) {
	top.status=txt;
}

function AjoutFavo() {
	if ((navigator.appName.indexOf("Microsoft",0)>=0) && (parseInt(navigator.appVersion)>=4)) {
		window.external.AddFavorite("http://www.vers-ispahan.com","Vers Ispahan > Sur les traces de Pierre Loti" );
	} else {
		alert("Cette fonction n'est proposée que par Internet Explorer 4+!, This function works with Internet Explorer 4+ only!")
	}
}

//-->
