function popup (url,height,width,nm) {
        Win=window.open(url, nm, "height=" + height +
        ",width=" + width + ",directories=no,toolbar=no,status=no," +
        "resizable=yes,scrollbars=no");
}

function popup_scroll (url,height,width,nm) {
        Win=window.open(url, nm, "height=" + height +
        ",width=" + width + ",directories=no,toolbar=no,status=no," +
        "resizable=yes,scrollbars=yes");
}

function init()
{
	menus[0] = new menu(25, "horizontal", 20, 10, -2, -2, "#F791B9", "#DDDDDD", "Verdana,Helvetica", 9, "bold", "bold", "white", "black", 1, "gray", 2, "rollover:images/tri-right2.gif:images/tri-right1.gif", false, true, true, false, 12, true, 4, 4, "black");
	menus[0].addItem("/", "", 93, "left", "Home", 0);
	menus[0].addItem("/?page=songs", "", 125, "left", "Free Samples", 0);
	menus[0].addItem("/?page=lyrics", "", 95, "left", "Lyrics", 0);
	menus[0].addItem("/?page=feedback", "", 94, "left", "Questions", 0);
	menus[0].addItem("/?page=howto", "", 90, "left", "Help Me!", 0);
	menus[0].addItem("/?page=songs", "", 90, "left", "Buy Now!", 0);
	menus[0].addItem("/store", "", 93, "left", "MP3 Store", 0);
	menus[0].addItem("/?page=about", "", 173, "left", "Colic Rock&trade;&copy; News", 0);

} //OUTER CLOSING BRACKET. EVERYTHING ADDED MUST BE ABOVE THIS LINE.
