var mItems = new Array("HOME", "SALES", "GALLERY", " PROJECTS", "HISTORY");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[2] = new Array("models", "my  fun models", " My scale  1", " My  scale 2");
smItems[3] = new Array("last finished project", "current project");
smItems[4] = new Array("FAI team race", "FAI  models", "Class B team race", "Club 20 radio control");
smItemsLinks[0] = "#";
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html", "3d.html");
smItemsLinks[3] = new Array("4a.html", "4b.html");
smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html", "5d.html");
