/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'propfinder',		// use unique quoted id (quoted) REQUIRED!!
menupos:"right",
menutop:118,
wrapbar:false,			// wrap the 'draw' bar around bottom of menu

menuspeed:10,
menupause:500,
d_colspan:2,			// # cols to make available
allowtransparent:false,


hdingwidth:340,			// heading - non linked horizontal cells width
hdingheight:0,
hdingindent:0,			// 1 = 8px

outbrdwidth:0,
outbrdcolor:"none",
outbrdstyle:"none",

borderwidth:1,
bordercolor:"#aaa",
borderstyle:"solid",

bartext:'PROPERTY FINDER',
barwidth:44,
barcolor:"#eee",
barbgcolor:"#c00",
barfontweight:"bold",
baralign:"center",

hdingcolor:"#ddd",		// Headings - text color
hdingbgcolor:"#898989",	// Headings - background color
hdingfontweight:"bold",	// Headings - font weight
hdingvalign:"middle",	// Headings - vertical align
hdingtxtalign:"center",	// Headings - text align

fontsize:'80%',			// express as percentage with the % sign
design_mode:false,
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["<span style=\"color: #fff;\">Need help finding the right property?</span>"], //create header
["We have access to<br /><strong><em style=\"color: #fff;\">over 600 developments</em></strong><br />throughout France"],
["Let us know what you\'re looking for...<br />We\'ll help you find it\!"],
["<p>* indicates a required field</p><form method=\"post\" name=\"finderslide\" action=\"/finderreturn.asp\" onSubmit=\"MM_validateForm('fsemail','','RisEmail','fsenquiry','','R');return document.MM_returnValue;\"><table border=\"2\" cellpadding=\"5\" cellspacing=\"2\" align=\"center\" id=\"finderformtable\"><tr class=\"hide\"><td align=\"right\">Name</td><td><input name=\"name\" type=\"text\" class=\"formfield\" size=\"15\" /></td></tr><tr><td style=\"text-align: right;\">First Name</td><td><input name=\"fname\" type=\"text\" class=\"formfield\" id=\"fsfname\" /></td></tr><tr><td style=\"text-align: right;\">Surname</td><td><input name=\"lname\" type=\"text\" class=\"formfield\" id=\"fslname\" /></td></tr><tr><td style=\"text-align: right;\">Phone</td><td><input name=\"tel\" type=\"text\" class=\"formfield\" id=\"fstel\" /></td></tr><tr><td style=\"text-align: right;\">*Email</td><td><input name=\"email\" type=\"text\" class=\"formfield\" id=\"fsemail\" onBlur=\"vEmail(this.value);return true;\" /></td></tr><tr><td style=\"text-align: right;\">*Enquiry</td><td><textarea name=\"enquiry\" rows=\"3\" class=\"formfield\" id=\"fsenquiry\"></textarea></td></tr><tr><td><input type=\"hidden\" name=\"do\" value=\"propfinder\" /><input type=\"hidden\" name=\"return\" value=\""+location.href+"\" /></td><td><input type=\"submit\" class=\"formbutton\" value=\"Send Enquiry\" /></td></tr></table></form></body>", "", ""],
/*["Dynamic Drive", "http://www.dynamicdrive.com", ""],
["What's New", "http://www.dynamicdrive.com/new.htm",""],
["What's Hot", "http://www.dynamicdrive.com/hot.htm", ""],
["Message Forum", "http://www.dynamicdrive.com/forums", ""],
["Submit Script", "http://www.dynamicdrive.com/submitscript.htm", ""],
["Link to Us", "http://www.dynamicdrive.com/link.htm", ""],

["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Email", "http://www.dynamicdrive.com/contact.htm", "",1],

["External Links", "", ""], //create header
["JavaScript Kit", "http://www.javascriptkit.com", "_new"],
["Freewarejava", "http://www.freewarejava.com", "_new"],
["Coding Forums", "http://www.codingforums.com", "_new"]  //no comma after last entry
*/
]}; // REQUIRED!! do not edit or remove
////////////////////Stop Editing/////////////////

//if (location.href.match("propfinder.asp")==null) make_menus();
make_menus();

