// menu_items.js file
var MENU_ITEMS =[
["&diams; Home ", "pajintro.htm" ,{'tw' :'texto'} ],
//next main item  =======================
["&diams; View Our Apts <br> &nbsp", "new_listings.php" , {'tw' : '_blank'} ],
["&diams; Cellphone rental <br> &nbsp", "cell.htm" , {'tw' : '_blank'} ],
["&diams; Airport pickup <br> &nbsp", "pickup.htm" , {'tw' : '_blank'} ],
["&diams; Vacation Insurance <br> &nbsp", "insurance.htm" , {'tw' : '_blank'} ],
["&diams; Privacy Policy <br> &nbsp", "privacy.htm" , {'tw' : '_blank'} ],
["&diams; Reviews <br> &nbsp", "http://reviews.usaparis.com" , {'tw' : '_blank'} ],  
["&diams; About us <br> &nbsp", "aboutus.htm" , {'tw' : '_blank'}],
["&diams; Lease Policy <br> &nbsp", "LEASE/LEASE.html" , {'tw' : '_blank'}],
["&diams; Terms of Use <br> &nbsp", "policies.htm" , {'tw' : '_blank'}],
["&diams; Cancelation Policies <br> &nbsp", "CANCELATION_POLICIES/cancelationPolicies.html" , {'tw' : '_blank'}],
];


