//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////


var thisLoc = 'http://'+window.location.host+'/';


//** LINKS ***********************************************************

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem(thisLoc+"en/paris/type/listehor/","Find your apartment &nbsp;&nbsp; > by Size",210,"left","","",0,0,"");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(160,"right","left",-2,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem(thisLoc+"en/paris/type/listehor/","Introduction","","");
	addSubmenuItem(thisLoc+"en/paris/s/liste/","Studio apartments","","");
	addSubmenuItem(thisLoc+"en/paris/gs/liste/","Large Studio apartments","","");
	addSubmenuItem(thisLoc+"en/paris/2p/liste/","1 bedroom apartments","","");
	addSubmenuItem(thisLoc+"en/paris/3p/liste/","2 bedroom apartments","","");


// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem(thisLoc+"en/paris/quartier/listehor/","> by Area",70,"left","","",0,0,"");

	defineSubmenuProperties(180,"left","left",-2,0,"");

	addSubmenuItem(thisLoc+"en/paris/quartier/listehor/","Introduction","","");
	addSubmenuItem(thisLoc+"en/paris/cha/liste/","Champs Elysées apartments ","","");
	addSubmenuItem(thisLoc+"en/paris/tro/liste/","Trocadéro apartments ","","");
	addSubmenuItem(thisLoc+"en/paris/riv/liste/","Rive Gauche apartments ","","");
	addSubmenuItem(thisLoc+"en/paris/mar/liste/","Le Marais apartments ","","");
	addSubmenuItem(thisLoc+"en/paris/ope/liste/","Opera Louvre apartments ","","");

addMainItem("#","",162,"left","","",0,0,"");

addMainItem(thisLoc+"en/paris/apartments/services_intro/","Comfort and Services",175,"left","","",0,0,"");

	defineSubmenuProperties(120,"left","left",-2,0,"");

	addSubmenuItem(thisLoc+"en/paris/apartments/services_intro/","2 formula of rentals","","");
	addSubmenuItem(thisLoc+"en/paris/apartments/equipements/"," Chez moi Comfort","","");
	addSubmenuItem(thisLoc+"en/paris/apartments/services/","Chez moi Services","","");



//**DO NOT EDIT THIS *****
}//***********************
//************************

