submenuString = new String(''); 
                        menuHTML1 = new String('');
                        menuHTML1 = menuHTML1  + startMenuBar(800, 14);  // MENU Width & Height
						



                        bC= '#fffff';
                        menuHTML1 = menuHTML1  + menuLabel(0, '<label class="stmaintextMain">Company Profile</label>', 2, 190, '#3980F4', '#3980F4', 'Company.asp', 'left','self');
                        bC= '#C6C7C6';

						
						

                        bC= '#fffff';
                        menuHTML1 = menuHTML1  + menuLabel(0, 'Products', 3, 160, '#3980F4', '#3980F4', 'Products.asp', 'left','self');
                        bC= '#C6C7C6';
                        startMenu(3, 205);

                          menuItem(1,'<label class="stmaintextMain">Outdoor Travel</label>', null, 160, '#EBEBEB', '#EBEBEB', 'Products_Select.asp?Category=1','right','self');
                          menuItem(1,'<label class="stmaintextMain">Personal Care & Wellness</label>', null, 170, '#EBEBEB', '#EBEBEB', 'Products_Select.asp?Category=5','right','self');
                          menuItem(1,'<label class="stmaintextMain">Home & Garden</label>', null, 160, '#EBEBEB', '#EBEBEB', 'Products_Select.asp?Category=3','right','self');
						  menuItem(1,'<label class="stmaintextMain">Kids</label>', null, 160, '#EBEBEB', '#EBEBEB', 'Products_Select.asp?Category=2','right','self');

						  
                        endMenu();


						bC= '#fffff';
                        menuHTML1 = menuHTML1  + menuLabel(0, '<label class="stmaintextMain">News</label>', 4, 130, '#3980F4', '#3980F4', 'WhatsNew.asp', 'left','self');
                        bC= '#C6C7C6';




                        bC= '#fffff';
                        menuHTML1 = menuHTML1  + menuLabel(0, '<label class="stmaintextMain">Contact Us</label>', 5, 180, '#3980F4', '#3980F4', 'Contact.asp', 'left','self');
                        bC= '#C6C7C6';

						startMenu(5, 205);

                          menuItem(1,'<label class="stmaintextMain">eNews Subscribe</label>', null, 160, '#EBEBEB', '#EBEBEB', 'eNews.asp','right','self');
						  menuItem(1,'<label class="stmaintextMain">eNews Unsubscribe</label>', null, 160, '#EBEBEB', '#EBEBEB', 'eNews.asp?act=un','right','self');
						  
                        endMenu();

                        //startMenu(5, 175);


						
                        bC= '#fffff';
                        menuHTML1 = menuHTML1  + menuLabel(0, '<label class="stmaintextMain">Home</label>', 6, 130, '#3980F4', '#3980F4', 'index.asp', 'left','self');
                        bC= '#C6C7C6';

                        menuHTML1 = menuHTML1  + endMenuBar(14);  
                        document.write(submenuString);