<!--
function situemoi(vcn,vx, vy)
{
if (vcn > 62 || vcn < 1)
	{
	document.write('<b><Erreur no commune</b>')
	}
else
{
document.write('<A class="goi_link_2" href="#" onClick="opencarto('+vcn+','+vx+','+vy+')"><img src="/images/logoSITN.PNG" border="0" width="53" height="37"></A>&nbsp;<A class="goi_link_2" href="#" onClick="opencarto('+vcn+','+vx+','+vy+')">Plan interactif</A>');
}
}

function opencarto(vcn,vx,vy)
{
var vct = ""

commune = new Array (63);
commune [1] = "neuchatel";
commune [2] = "hauterive";
commune [3] = "saint-blaise";
commune [4] = "marin-epagnier" 
commune [5] = "index";
commune [6] = "cornaux";
commune [7] = "cressier";
commune [8] = "index";
commune [9] = "lelanderon";
commune [10] = "index";
commune [11] = "boudry";
commune [12] = "cortaillod";
commune [13] = "colombier";
commune [14] = "auvernier";
commune [15] = "peseux";
commune [16] = "corcelles-cormondreche";
commune [17] = "bole";
commune [18] = "rochefort";
commune [19] = "index";
commune [20] = "bevaix";
commune [21] = "gorgier";
commune [22] = "saint-aubin-sauges";
commune [23] = "index";
commune [24] = "index";
commune [25] = "index";
commune [26] = "motiers";
commune [27] = "couvet";
commune [28] = "index";
commune [29] = "index";
commune [30] = "index";
commune [31] = "fleurier";
commune [32] = "buttes";
commune [33] = "cote-aux-fees";
commune [34] = "saint-sulpice";
commune [35] = "index";
commune [36] = "index";
commune [37] = "cernier";
commune [38] = "chezard-saint-martin";
commune [39] = "index";
commune [40] = "index";
commune [41] = "index";
commune [42] = "index";
commune [43] = "index";
commune [44] = "index";
commune [45] = "index";
commune [46] = "fontainemelon";
commune [47] = "index";
commune [48] = "index";
commune [49] = "valangin";
commune [50] = "index";
commune [51] = "lesgeneveys-sur-coffrane";
commune [52] = "index";
commune [53] = "index";
commune [54] = "lesbrenets";
commune [55] = "index";
commune [56] = "labrevine";
commune [57] = "index";
commune [58] = "lesponts-de-martel";
commune [59] = "index";
commune [60] = "lachaux-de-fonds";
commune [61] = "index";
commune [62] = "lasagne";
vct = commune [vcn];

if (vct == "")
	{
	vct = "lachaux-de-fonds"
	}
// http://sitn.ne.ch/'+vct+'.html?  http://sitn.ne.ch/lachaux-de-fonds.html?
MM_openBrWindow('http://sitn.ne.ch/'+vct+'.html?commune='+vct+'&theme=adresse&x='+vx+'&y='+vy+'&echelle=5000','guichet','resizable=yes,scrollbars=yes,width=651,height=590')
}

function contactemoi(vprenom,vnom)
{
if ((vnom == undefined) )
	{
		document.write('<a href="/contact.asp?prenom='+vprenom+'&nom='+vnom+'"><img src="/images/mail3.gif" border="0" align=absmiddle alt="'+vprenom+ '"></a>');

	}
else
{
		document.write('<a href="/contact.asp?prenom='+vprenom+'&nom='+vnom+'"><img src="/images/mail3.gif" border="0" align=absmiddle alt="'+vprenom+ ' ' +vnom+'"></a>');	
}

}
// -->