browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);

	if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >= 4)) version = "n3";

        else version = "n2";

	if (version == "n3")

     {

      menu1on = new Image(25, 25);

      menu1on.src = "images/stara.gif";

      menu1off = new Image(25, 25);

      menu1off.src = "images/star.gif";

	  

	  menu2on = new Image(25, 25);

      menu2on.src = "images/stara.gif";

      menu2off = new Image(25, 25);

      menu2off.src = "images/star.gif";

	  

	  menu3on = new Image(25, 25);

      menu3on.src = "images/stara.gif";

      menu3off = new Image(25, 25);

      menu3off.src = "images/star.gif";

	  

	  menu4on = new Image(25, 25);

      menu4on.src = "images/stara.gif";

      menu4off = new Image(25, 25);

      menu4off.src = "images/star.gif";

	  

	  menu5on = new Image(25, 25);

      menu5on.src = "images/stara.gif";

      menu5off = new Image(25, 25);

      menu5off.src = "images/star.gif";

	  

	  menu6on = new Image(25, 25);

      menu6on.src = "images/stara.gif";

      menu6off = new Image(25, 25);

      menu6off.src = "images/star.gif";

	  

	  menu7on = new Image(25, 25);

      menu7on.src = "images/stara.gif";

      menu7off = new Image(25, 25);

      menu7off.src = "images/star.gif";

	  

	  menu8on = new Image(25, 25);

      menu8on.src = "images/stara.gif";

      menu8off = new Image(25, 25);

      menu8off.src = "images/star.gif";

	  

	  menu9on = new Image(25, 25);

      menu9on.src = "images/stara.gif";

      menu9off = new Image(25, 25);

      menu9off.src = "images/star.gif";

	  

	  menu10on = new Image(25, 25);

      menu10on.src = "images/stara.gif";

      menu10off = new Image(25, 25);

      menu10off.src = "images/star.gif";

	  

	  menu11on = new Image(333, 29);

      menu11on.src = "images/order-a.jpg";

      menu11off = new Image(333, 29);

      menu11off.src = "images/order.gif";

	  

	  menu12on = new Image(25, 25);

      menu12on.src = "images/stara.gif";

      menu12off = new Image(25, 25);

      menu12off.src = "images/star.gif";

	  

	  menu13on = new Image(152, 23);

      menu13on.src = "images/navimg/saturday.jpg";

      menu13off = new Image(152, 23);

      menu13off.src = "images/navimg/china.jpg";

	  

	  menu14on = new Image(152, 23);

      menu14on.src = "images/navimg/saturday.jpg";

      menu14off = new Image(152, 23);

      menu14off.src = "images/navimg/china.jpg";

	  

	  menu15on = new Image(25, 25);

      menu15on.src = "images/stara.gif";

      menu15off = new Image(25, 25);

      menu15off.src = "images/star.gif";

	  

	  menu16on = new Image(151, 23);

      menu16on.src = "images/navimg/friday.jpg";

      menu16off = new Image(151, 23);

      menu16off.src = "images/navimg/china.jpg";

	  

	  menu17on = new Image(25, 25);

      menu17on.src = "images/stara.gif";

      menu17off = new Image(25, 25);

      menu17off.src = "images/star.gif";

	  

	  menu18on = new Image(25, 25);

      menu18on.src = "images/stara.gif";

      menu18off = new Image(25, 25);

      menu18off.src = "images/star.gif";

	  

	  

      }

	function img_act(imgName)

       {

        if (version == "n3")

                {

                        imgOn = eval(imgName + "on.src");

                        document [imgName].src = imgOn;

                }

        }

		function img_inact(imgName)

        {

        if (version == "n3")

                {

                        imgOff = eval(imgName + "off.src");

                        document [imgName].src = imgOff;

                }

        }	