﻿//BlaqMenu( id, isVertical, numOfElements, BackgroundColor, OuterBorder, InnerBorder )
    theMenuBar = new BlaqMenu( 'FirstMenu', false, 6, null, 0, 0 )

//setBlaqMenuTitle( aBlaqMenu, Element, Text, Width, Height, BGColor, BGImage, BGColorOver, BGImageOver, link )
    setBlaqMenuTitle( theMenuBar, 1, "", 112, 28, null, "images/navigation/navhome1.gif", null, "images/navigation/navhome2.gif", "index.html" )
    setBlaqMenuTitle( theMenuBar, 2, "", 110, 28, null, "images/navigation/navforums1.gif", null, "images/navigation/navforums2.gif", "http://forums.uths1987.com" )
    setBlaqMenuTitle( theMenuBar, 3, "", 150, 28, null, "images/navigation/navinfo1.gif", null, "images/navigation/navinfo2.gif", "information.html" )
    setBlaqMenuTitle( theMenuBar, 4, "", 100, 28, null, "images/navigation/navgallery1.gif", null, "images/navigation/navgallery2.gif", "gallery.html" )
    setBlaqMenuTitle( theMenuBar, 5, "", 118, 28, null, "images/navigation/navcontact1.gif", null, "images/navigation/navcontact2.gif", "contact.html" )
    setBlaqMenuTitle( theMenuBar, 6, "", 154, 28, null, "images/navigation/navpaw.gif", null, "images/navigation/navpaw.gif", "privacy.html" )

//setBlaqSubMenu( aBlaqMenu, Element, width, itemHeight, TextColor, TextColorOver, BGColor, BGImage, BGColorOver, BGImageOver, {text, link}... )
    setBlaqMenuSubMenu( theMenuBar, 3, null, 20, 'black', 'black', 'white', null, 'orange', null, "Class of '87", "information.html", "Events", "events.html", "Calendar", "calendar.html", "Reunion Committee", "committee.html", "How to Help", "howtohelp.html", "Missing Classmates", "missingclassmates.html", "UTHS History", "uthshistory.html" );
    setBlaqMenuSubMenu( theMenuBar, 4, null, 20, 'black', 'black', 'white', null, 'orange', null, "20th Reunion", "gallery_reunion20th.php", "15th Reunion", "gallery_reunion15th.php", "5th Reunion", "gallery_reunion5th.php", "Photo Archives", "gallery_archives.php", "Senior Class Photos", "gallery_seniorclass.html" );

//drawBlaqMenu( aBlaqMenu, xPos, yPos, XSubMenuTweak, YSubMenuTweak, align, StopFromLeft, StopFromRight )
    drawBlaqMenu( theMenuBar, 	-1, 	100, 	10, 			28, 		"center", 0, 0 );
