var ToolBar_Supported = ToolBar_Supported ; if (ToolBar_Supported != null && ToolBar_Supported == true) { //To Turn on/off Instrumentation set DoInstrumentation = true/false. DoInstrumentation= false; // Customize default MS menu color - bgColor, fontColor, mouseoverColor setDefaultMSMenuColor("#4796E3", "white", "#FF8000"); // Customize toolbar background color setToolbarBGColor("white"); //***** Add Standard LiquidMindz.com menus ***** //Contact addMSMenu("ContactMenu", "Contact", "","contact.html"); addMSSubMenu("ContactMenu","Thijs","contactt.html"); addMSSubMenu("ContactMenu","Martijn","contactm.html"); addMSSubMenu("ContactMenu","Else","contacte.html"); addMSSubMenu("ContactMenu","Webmaster","contactw.html"); //Mobile addMSMenu("MobileMenu","Mobile","","mobile.html"); addMSSubMenu("MobileMenu","Instructions","m_help.html"); addMSSubMenu("MobileMenu","Top 10","topten.php"); //WallpaperMenu addMSMenu("WallpaperMenu", "Wallpapers", "","wallpapers.html"); addMSSubMenu("WallpaperMenu","Gallery 1 - Psychology","gallery.php?gallery=1"); addMSSubMenu("WallpaperMenu","Gallery 2 - Art","gallery.php?gallery=2"); addMSSubMenu("WallpaperMenu","Gallery 3 - Candy","gallery.php?gallery=3"); addMSSubMenu("WallpaperMenu","Gallery 4 - Legends","gallery.php?gallery=4"); addMSSubMenu("WallpaperMenu","Gallery 5 - Nature","gallery.php?gallery=5"); addMSSubMenu("WallpaperMenu","Gallery 6 - Urban","gallery.php?gallery=6"); addMSSubMenu("WallpaperMenu","Gallery 7 - Space","gallery.php?gallery=7"); addMSSubMenu("WallpaperMenu","Gallery 8 - Travel","gallery.php?gallery=8"); addMSSubMenu("WallpaperMenu","Gallery 9 - Tempus Fugit","gallery.php?gallery=9"); addMSSubMenu("WallpaperMenu","Gallery 10 - Motion","gallery.php?gallery=10"); addMSSubMenu("WallpaperMenu","Gallery 11 - Dark World","gallery.php?gallery=11"); addMSSubMenu("WallpaperMenu","Gallery 12 - Horizon","gallery.php?gallery=12"); addMSMenu("PhotographyMenu","Photography","","photography.html"); addMSMenu("CDCoverMenu", "CD-Covers", "","covers.html"); addMSMenu("LiquidMindzMain", "LiquidMindz", "","liquidmindz.html"); addMSSubMenu("LiquidMindzMain","News","news.html"); addMSSubMenu("LiquidMindzMain","Links","links.html"); addMSSubMenu("LiquidMindzMain","Help","help.html"); addMSSubMenu("LiquidMindzMain","Guestbook","guestbook.php"); addMSSubMenu("LiquidMindzMain","Site Map","sitemap.php"); addMSMenu("HomeMenu", "Home", "","main.html"); }