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("#000000", "#00FFFF", "red");	// Customize toolbar background color	setToolbarBGColor("white");	//***** Menus *****	//Menu	00	addMSMenu("Menu0", "<B>First of all</B>", "","first.html");	addMSSubMenu("Menu0","<B>Home Page</B>","index.htm");	addMSSubMenu("Menu0","<B>News</B>","new.html");	//Menu	01	addMSMenu("Menu1", "<B>Sinclair Computers</B>", "","zx.html");	addMSSubMenu("Menu1","<B>MK 14</B>","zxmk14.html");	addMSSubMenu("Menu1","<B>ZX 80</B>","zx80.html");	addMSSubMenu("Menu1","<B>ZX 81</B>","zx81.html");	addMSSubMenu("Menu1","<B>ZX Spectrum</B>","zx48k.html");	addMSSubMenu("Menu1","<B>ZX Spectrum Plus</B>","zx48kplus.html");	addMSSubMenu("Menu1","<B>ZX Spectrum 128K Plus</B>","zx128k.html");	addMSSubMenu("Menu1","<B>ZX Spectrum 128K Plus 2</B>","zx128k2.html");	addMSSubMenu("Menu1","<B>ZX Spectrum 128K Plus 2A</B>","zx128k2a.html");	addMSSubMenu("Menu1","<B>ZX Spectrum 128K Plus 3</B>","zx128k3.html");	addMSSubMenu("Menu1","<B>Loki</B>","zxloki.html");	addMSSubMenu("Menu1","<B>Sinclair QL</B>","zxql.html");	addMSSubMenu("Menu1","<B>Sinclair PC 200</B>","zxpc200.html");	addMSSubMenu("Menu1","<B>Sinclair PC 500</B>","zxpc500.html");	addMSSubMenu("Menu1","<B>Z88</B>","zxz88.html");	//Menu	02	addMSMenu("Menu2", "<B>Sinclair Peripherals</B>", "","zxper.html");	addMSSubMenu("Menu2","<B>ZX Printer</B>","zxprinter.html");	addMSSubMenu("Menu2","<B>ZX Interface 1</B>","zxif1.html");	addMSSubMenu("Menu2","<B>ZX Microdrive</B>","zxmd.html");	addMSSubMenu("Menu2","<B>ZX Interface 2</B>","zxif2.html");	addMSSubMenu("Menu2","<B>Sinclair Light Gun</B>","zxlaser.html");	//Menu	03	addMSMenu("Menu3", "<B>Sinclair Clones</B>", "","zxclones.html");	addMSSubMenu("Menu3","<B>CZ 2000</B>","cz2000.html");	addMSSubMenu("Menu3","<B>CZ Spectrum</B>","czspectrum.html");	//Menu	04	addMSMenu("Menu4", "<B>Others</B>", "","tcd.html");	addMSSubMenu("Menu4","<B>Sinclair Photo Gallery</B>","zxgalery.html");	addMSSubMenu("Menu4","<B>Press News and Ads</B>","tsnews.html");	addMSSubMenu("Menu4","<B>--------------------------</B>","index.htm");	addMSSubMenu("Menu4","<B>Links</B>","tlinks.html");	addMSSubMenu("Menu4","<B>Mirrors</B>","mirrors.html");	//ok	addMSMenu("ok", "", "","http://sinclair.johnnyred.org");					}