function init()
{

menus[0] = new menu(34, "horizontal", screen.width/2-397, 68, 0, 0, "img:/images/bgmenu.gif", "img:/images/bgmenu2.gif", "tahoma, arial, times new roman, courier", 9, "bold", "bold", "#000000", "#000000", 0, "", 9, "", false, true, true, false, 0, true, 0, 0, "black");
menus[0].addItem("../signup.htm", "" , 110, "center", "FREE SIGNUP!", 0);
menus[0].addItem("../index.htm", "" , 105, "center", "Home", 0);
menus[0].addItem("../whykrystalfax.htm", "" , 130, "center", "Why KrystalFax?", 0);
menus[0].addItem("../overview.htm", "" , 105, "center", "Overview", 0);
menus[0].addItem("../features.htm", "" , 105, "center", "Features", 0);
menus[0].addItem("../faxout.htm", "" , 105, "center", "FaxOut", 0);
menus[0].addItem("../contactus.htm", "" , 105, "center", "Contact Us", 0);
}

