stdWidth = 120;
stdHeight = 19;

// ** Design menus **

var chapel = new FXMenu;
chapel.add(new FXMenuItem("A Special Memory Wedding Chapel ", "/chapels/smem/", "A Special Memory Wedding Chapel"));
chapel.add(new FXMenuItem("Candlelight Wedding Chapel ", "http://lvwedme.com/candlelight_a.html", "Candlelight Wedding Chapel"));
chapel.add(new FXMenuItem("Hollywood Wedding Chapel ", "/chapels/hollywood/", "Hollywood Wedding Chapel"));
chapel.add(new FXMenuItem("Las Vegas Wedding Chapel ", "http://lvwedme.com/las_vegas_bride.html", "Las Vegas Wedding Chapel"));
chapel.add(new FXMenuItem("Little Chapel of the Flowers ", "http://lvwedme.com/flowers_intimate.html", "Little Chapel of the Flowers"));
chapel.add(new FXMenuItem("Little Church of the West ", "/chapels/west/", "Little Church of the West"));
chapel.add(new FXMenuItem("Stained Glass Cathedral ", "http://lvwedme.com/stainglass_garden.html", "Stained Glass Cathedral Wedding Chapel"));
chapel.add(new FXMenuItem("Wee Kirk O' the Heather ", "http://lvwedme.com/wee_kirk.html", "Wee Kirk O' the Heather"));
chapel.left = 78;
chapel.top = stdHeight;
chapel.width = 240;

var service = new FXMenu;
var tmp1 = new FXMenu;
    tmp1.width= 130;
    tmp1.top = 40;
tmp1.add(new FXMenuItem("LV Wed Me", "http://lvwedme.com/", "LVWedme.com", tmp));
tmp1.add(new FXMenuItem("Marrymeinlasvegas", "http://marrymeinlasvegas.com/", "MarryMeinLasVegas.com", tmp));
service.add(new FXMenuItem("Other Wedding sites...", "", "", tmp1));
service.add(new FXMenuSeparator());
// service.add(new FXMenuItem("Hotels & Air", "/hotels.html", "Hotel and Airline Rates"));
service.add(new FXMenuItem("Limousine", "http://lvwedme.com/transportation.html", "Limousine Rentals"));
service.add(new FXMenuItem("Wedding Attire", "/rentadress/", "Wedding Gowns and Accessories"));
service.add(new FXMenuItem("Wedding Cakes", "http://bakemart.com/", "Bakemart.com"));
service.add(new FXMenuItem("Gifts", "/gift/", "Wedding gifts"));
service.add(new FXMenuItem("Jewelry", "/jewelers/", "Diamonds and the like"));
service.add(new FXMenuItem("Caterers", "/caterers/", "Food Catering"));
service.add(new FXMenuItem("Photography", "/photo/", "Photographers for your wedding"));
service.add(new FXMenuItem("Disc Jockey", "/djs.html", "Disc Jockey for your musical needs"));
service.add(new FXMenuItem("Massage", "/bc/", "The Body Connection"));
service.left= 150;
service.top = stdHeight;
service.width = 160;

var info = new FXMenu;
    info.left = 223;
    info.top  = stdHeight;
    info.width = 160;
info.add(new FXMenuItem("Common Questions", "/faqs.html", "WeddingInVegas FAQ"));
info.add(new FXMenuItem("Ask Our Expert", "/askexpert.html", "Ask Our Expert"));
info.add(new FXMenuItem("Marriage License Info", "/marriagelicense.html", "Info on getting a Vegas Marriage License"));
var tmp = new FXMenu;
    tmp.width = 130;
    tmp.top = 80;
tmp.add(new FXMenuItem("Bank Cards", "/info/bankcards.html", "Info on bank card acceptance"));
tmp.add(new FXMenuItem("Checks", "/info/checks.html", "Info on using checks"));
tmp.add(new FXMenuItem("Child Care", "/info/child.html", "Info on child care"));
tmp.add(new FXMenuItem("Currency", "/info/currency.html", "Info on currency exchange"));
tmp.add(new FXMenuItem("Las Vegas Climate", "/info/climate.html", "Info on the local climate"));
tmp.add(new FXMenuItem("Tipping", "/info/tipping.html", "Info on local tipping customs"));
tmp.add(new FXMenuItem("Transportation", "/info/trans.html", "Info on local climate"));
tmp.add(new FXMenuItem("Travelers' Checks", "/info/tchecks.html", "Info on local climate"));
tmp.add(new FXMenuItem("Useful Numbers", "/info/numbers.html", "Info on local climate"));
tmp.add(new FXMenuItem("What to Wear", "/info/wear.html", "Info on local climate"));
info.add(new FXMenuItem("For Your Information...", "", "", tmp));
info.add(new FXMenuSeparator());
info.add(new FXMenuItem("Privacy Policy", "/privacy.html", "Privacy policy"));
info.add(new FXMenuItem("Terms & Conditions", "/termsconditions.html", "Terms for usage of this website"));

var fun = new FXMenu;
fun.add(new FXMenuItem("Attractions ", "/attractions.html", "Popular Spots to visit in Vegas"));
fun.add(new FXMenuItem("Golf in Las Vegas ", "http://www.bookvegasteetimes.com/gvpricing.cfm?amid=8626&cscheme=2", "Golf"));
fun.add(new FXMenuItem("Nightclubs ", "/nightclubs.html", "Las Vegas' hot nightlife"));
fun.add(new FXMenuItem("Shows in Las Vegas ", "/shows.html", "Best shows in Vegas and where to find them"));
fun.add(new FXMenuItem("Show Reservations ", "http://www.showvegas.com/svpricing.cfm?amid=8626&cscheme=2", "Tickets to shows"));
fun.left  = 320;
fun.top   = stdHeight;
fun.width = 140;

var contacts = new FXMenu;
contacts.add(new FXMenuItem("Contact info", "/contactus.html", "Toll-free call"));
contacts.add(new FXMenuSeparator());
contacts.add(new FXMenuItem("Customer Service", "mailto:&#99ustomerservice@weddinginvegas.&#99om", "Customer service"));
contacts.add(new FXMenuItem("Information", "mailto:&#105nfo@weddinginvegas.&#99om", "Request more information"));
contacts.add(new FXMenuItem("Webmaster", "mailto:&#119eb@weddinginvegas.&#99om", "Send Email to site webmaster"));
contacts.left = 432;
contacts.top  = stdHeight;
contacts.width = 140;

var mainBar = new FXMenuBar;
mainBar.add(new FXMenuButton("WIV Home", "/", "Home"));
mainBar.add(new FXMenuButton("Chapels", null, "Las Vegas Wedding Chapels ", chapel));
mainBar.add(new FXMenuButton("Services", null, "Services for your wedding needs ", service));
mainBar.add(new FXMenuButton("Information", null, "All sorts of information", info));
mainBar.add(new FXMenuButton("Entertainment", null, "Tool tip to show", fun));
mainBar.add(new FXMenuButton("Toll-Free 1-877-589-3363", null, "Ways to reach us", contacts));
mainBar.add(new FXMenuButton("Search", "/search.html", "Search Wedding In Vegas"));

// Break out of frame function
function breakout_of_frame() {
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}
 

