

slideMenu = new createSlideMenu("slideMenu")



//Variables to set:

slideMenu.menuy=20 //The top placement of the menu.

slideMenu.menux=25 //The left placement of the menu

slideMenu.useImages = 0 //Are you using images or not?

slideMenu.pxspeed=16 //The pixel speed of the animation

slideMenu.timspeed=25 //The timer speed of the animation

slideMenu.inset =0 //How much the selected elements should pop to the left

slideMenu.arrow="clArrow"



//Needed dummy classes

slideMenu.bgClass =	"slideMenuBG"

slideMenu.txtClass = "slideMenuText"



//Level properties - ALL properties have to be spesified in level 0

//This works the same way as the CM4 script (if you have seen it)



slideMenu.level[0] = new slideMenu_makeLevel(

	left = 0,

	width = 160,

	height = 21,

	between = 5,

	className = "clSlideMenu0",

	classNameA = "clA0",

	regImage = "",

	roundImg = "",

	roundImg2 = "",

	subImg = "",

	subRound= "")

	

slideMenu.level[1] = new slideMenu_makeLevel(10,130,20,2,"clSlideMenu1","clA1","level1_regular.gif","level1_round2.gif","level1_round.gif","level1_sub.gif", "level1_sub_round.gif")

slideMenu.level[2] = new slideMenu_makeLevel(20,120,18,2,"clSlideMenu2","clA2","level2_regular.gif","level2_round2.gif","level2_round.gif", "level2_sub.gif", "level2_sub_round.gif")

slideMenu.level[3] = new slideMenu_makeLevel(30,110,20,2,"clSlideMenu3","clA3","level3_regular.gif","level3_round2.gif","level3_round.gif","level3_sub.gif","level3_sub_round.gif")

slideMenu.level[4] = new slideMenu_makeLevel(40,100,19,2,"clSlideMenu4","clA4","level4_regular.gif", "level4_round2.gif","level4_round.gif","level4_sub.gif", "level4_sub_round.gif")



//Image preload --- leave this

for(var i=0;i<slideMenu.level;i++){

	var l = slideMenu.level[i]

	new preLoadBackgrounds(l.regImage,l.roundImg,l.roundImg2,l.subImg,l.subRound)

}



//Menu 1

slideMenu.makeMenu('top','HOME','http://www.alpha-wisconsin.org/index.html','_top')



slideMenu.makeMenu('top','BACKGROUND')

	slideMenu.makeMenu('sub','History','origin.html')

	slideMenu.makeMenu('sub','Founders','founders.html')

	slideMenu.makeMenu('sub','Famous Alpha Men','prominentAlumni.html')



slideMenu.makeMenu('top','MEMBERSHIP')



	slideMenu.makeMenu('sub','Hazing Policy','hazingPolicy.html')

	slideMenu.makeMenu('sub','Pledging Policy','pledgingPolicy.html')

	slideMenu.makeMenu('sub','Aspirant Form','aspirantInfo.html')

	slideMenu.makeMenu('sub','Reclamation Form','reclamation.html')

	slideMenu.makeMenu('sub','Forms/Documents','memberForms.html')

	slideMenu.makeMenu('sub','Intake Dates','intake.html')



slideMenu.makeMenu('top','DISTRICT INFO')

	slideMenu.makeMenu('sub','District Leadership','districtOfficers.html')

	slideMenu.makeMenu('sub','Area Leadership','areaLeadership.html')

	slideMenu.makeMenu('sub','District Staff','districtStaff.html')

	slideMenu.makeMenu('sub','District Chapters','chapters.html')

	slideMenu.makeMenu('sub','District Committees','districtCommittees.html')

	slideMenu.makeMenu('sub','Convention Committees','distConvCommittees.html')

	slideMenu.makeMenu('sub','Convention Info','conventionForms.html')

	slideMenu.makeMenu('sub','DXL Beautillion','dxlBeautillion.html')

	slideMenu.makeMenu('sub','Events Calendar','/cgi-bin/calendar.cgi')



slideMenu.makeMenu('top','ALPHA SERVICE')

	slideMenu.makeMenu('sub','Go-to-School Program','education.html')  

	slideMenu.makeMenu('sub','Voteless/Hopeless','voteless.html')  

	slideMenu.makeMenu('sub','Alpha Headstart','headstart.html')

	slideMenu.makeMenu('sub','Big Brothers Program','bigBrothers.html')

	slideMenu.makeMenu('sub','Boy Scouts of America','boyscouts.html')

	slideMenu.makeMenu('sub','Leadership Program','leadership.html')

	slideMenu.makeMenu('sub','Project Alpha','projectAlpha.html')



slideMenu.makeMenu('top','PHOTO GALLERY','cgi-bin/emAlbum.cgi')



slideMenu.makeMenu('top','ALPHA LINKS','alphaSites.html')



slideMenu.makeMenu('top','GUEST BOOK','v-web/guestbook/1')



slideMenu.makeMenu('top','EMAIL ACCOUNT','email.html')



slideMenu.makeMenu('top','CONTACT US')

	slideMenu.makeMenu('sub','District Director','mailto:al.smith@alpha-wisconsin.org')

	slideMenu.makeMenu('sub','Mailing Address','address.html')

	slideMenu.makeMenu('sub','Webmaster','mailto:webmaster@alpha-wisconsin.org')



slideMenu.makeMenu('top','<font size="-1" color="#CE9A00"><i>District Convention!</i></font>','conventionForms.html')

slideMenu.makeMenu('top','<font size="-1" color="#CE9A00"><i>UNCF Walk Run</i></font>','uncfwalkrun.html')

slideMenu.makeMenu('top','<font size="-1" color="#CE9A00"><i>Beautillion</i></font>','/dxlBeautillion.html')

//slideMenu.makeMenu('top','<font size="-1" color="#CE9A00"><i>FOUNDERS DAY</i></font>','http://www.alpha-wisconsin.org/welcome.html#savethedate','mainFrame')



slideMenu.init()		





