/***********************************************
* 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[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'Book Now',
menupos:'right',
kviewtype:'fixed',
menuItems:[
['<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td width="55" valign="top" style="color:#000; font-size:11px; font-weight:bold;">STEP 1: </td> <td align="left" valign="top" width="38%"><a href="http://www.mountaintrail.com/contact.html#Enquiry-Form" style="color:#0000FF; text-decoration:underline; font-size:11px;">ENQUIRY FORM</a></td><td valign="top">OR</td><td valign="top" witdh="57%"><a href="http://www.mountaintrail.com/contact.html#emailus" style="color:#0000FF; text-decoration:underline; font-size:11px;">E-MAIL US</a></td></tr></table>'],
['<table border="0" cellspacing="0" cellpadding="0" align="left"><tr><td width="55" strong style="color:#000; font-size:11px; font-weight:bold;">STEP 2: </td><td><span style="font-weight:normal; font-size:11px;">We shall send our best packages</span></td></tr></table>'],
['<table border="0" cellspacing="0" cellpadding="0" align="left"><tr><td width="55"><strong style="color:#000; font-size:11px;">STEP 3: </strong></td><td align="left" style="font-weight:normal; font-size:11px;">Acceptance of our package</td></tr></table>'],
['<table border="0" cellspacing="0" cellpadding="0" align="left"><tr><td width="55" valign="top"><strong style="color:#000; font-size:11px;">STEP 4: </strong></td><td align="left" valign="top"><a href="http://mountaintrail.com/pay.html" style="color:#0000FF; text-decoration:underline; font-size:11px;">PAY ONLINE</a></td></tr></table>'],
]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
