// JavaScript Document
slideMenu = new createSlideMenu("slideMenu")

//Variables to set:
slideMenu.menuy=210//The top placement of the menu.
slideMenu.menux=4 //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 =193,
	height = 21,
	between = 2,
	className = "clSlideMenu0",
	classNameA = "clA0",
	regImage = "",
	roundImg = "",
	roundImg2 = "",
	subImg = "",
	subRound= "")
	
slideMenu.level[1] = new slideMenu_makeLevel(5,170,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(10,165,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(15,160,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,130,19,2,"clSlideMenu4","clA4","level4_regular.gif", "level4_round2.gif","level4_round.gif","level4_sub.gif", "level4_sub_round.gif")
slideMenu.level[5] = new slideMenu_makeLevel(50,130,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','index.html') 
slideMenu.makeMenu('top','Back to JIS','http://www.jis.gov.jm') 

slideMenu.makeMenu('top','Government of Jamaica','http://www.jis.gov.jm/GovernmentOfJamaica.pdf') 


slideMenu.makeMenu('top','History','#') 
	slideMenu.makeMenu('sub','Emancipation','Did_You_Know_Emancipation.html')
	slideMenu.makeMenu('sub','Independence','history.html')
	
//slideMenu.makeMenu('top','Honours and Awards 2006','http://www.jis.gov.jm/special_sections/Independence/Honours%20%20Awards1.pdf') 
//slideMenu.makeMenu('top','Did You Know','Did_You_Know_Emancipation.html') 
/*slideMenu.makeMenu('top','Messages','#') 
	slideMenu.makeMenu('sub','Emancipation','#')
		slideMenu.makeMenu('sub2','Governor General','GGEmancipationMessage.html')
		slideMenu.makeMenu('sub2','Prime Minister','PMEmancipationMessage.html')
		slideMenu.makeMenu('sub2','Leader of the Opposition','SeagaEmancipationMessage.html') 
		
	slideMenu.makeMenu('sub','Independence','#')
		slideMenu.makeMenu('sub2','Governor General','#')
		slideMenu.makeMenu('sub2','Prime Minister','#')
		slideMenu.makeMenu('sub2','Leader of the Opposition','#') */

slideMenu.makeMenu('top','JA\'s Leaders since 1962 ','#') 
	slideMenu.makeMenu('sub','Norman Manley','manley.html')
	slideMenu.makeMenu('sub','Sir William Bustamante','Bustamante.html')
	slideMenu.makeMenu('sub','Sir Donald Sangster','Sangster.html')
	slideMenu.makeMenu('sub','Hugh Shearer','http://www.jis.gov.jm/special_sections/Shearer/index.html')
	slideMenu.makeMenu('sub','Michael Manley','michealManley.html')
	slideMenu.makeMenu('sub','Edward Seaga','seaga.html')
	slideMenu.makeMenu('sub','Percival James Patterson','PJPatterson.html')
	slideMenu.makeMenu('sub','Portia Simpson Miller','portia.html')
	
	
slideMenu.makeMenu('top','Famous Jamaicans','#')
slideMenu.makeMenu('sub','Professor Rex Nettleford','rexNettleford.html') 
slideMenu.makeMenu('sub','Charles Hyatt','Charleshyatt.html') 
slideMenu.makeMenu('sub','Herb McKenley','http://www.jis.gov.jm/special_sections/herb/index.html') 
slideMenu.makeMenu('sub','Rondolph Williams (Mas Ran)','MasRan.html') 
slideMenu.makeMenu('sub','Louise Bennett-Coverly (Miss Lou)','#') 
	slideMenu.makeMenu('sub2','Profile','http://www.jis.gov.jm/special_sections/MissLou/index.html')
	slideMenu.makeMenu('sub2','Poems','')
			slideMenu.makeMenu('sub3','Colonization in Reverse...','colonizationInReverse.html')
			slideMenu.makeMenu('sub3','Noh Lickle Twang...','NOHLICKLETWANG.html')
			slideMenu.makeMenu('sub3','Cuss Cuss...','CussCuss.html')
			slideMenu.makeMenu('sub3','Dry Foot Bwoy...','dryFootBoy.html')
			slideMenu.makeMenu('sub3','Bans A Killin...','BansAKillin.html')
	 slideMenu.makeMenu('sub2','JIS Radio Features','')
	 		slideMenu.makeMenu('sub3','Feature 1','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 1.rm')
			slideMenu.makeMenu('sub3','Feature 2','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 2.rm')
			slideMenu.makeMenu('sub3','Feature 3','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 3.rm')
			slideMenu.makeMenu('sub3','Feature 4','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 4.rm')
			slideMenu.makeMenu('sub3','Feature 5','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 5.rm')
			slideMenu.makeMenu('sub3','Feature 6','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 6.rm')	

	//slideMenu.makeMenu('sub','Dictionary of Jamaican Patois','http://www.jamaica4u.homestead.com/files/yardie/patois.html')
			
//slideMenu.makeMenu('top','Festival','#') 
	//slideMenu.makeMenu('sub','Festival Queen Background','http://www.jcdc.org.jm/ms_ja_bg.htm','_blank')
	slideMenu.makeMenu('top','Miss Lou','#')
		slideMenu.makeMenu('sub','Profile','http://www.jis.gov.jm/special_sections/MissLou/index.html')
		slideMenu.makeMenu('sub','Poems','')
			slideMenu.makeMenu('sub2','Colonization in Reverse...','colonizationInReverse.html')
			slideMenu.makeMenu('sub2','Noh Lickle Twang...','NOHLICKLETWANG.html')
			slideMenu.makeMenu('sub2','Cuss Cuss...','CussCuss.html')
			slideMenu.makeMenu('sub2','Dry Foot Bwoy...','dryFootBoy.html')
			slideMenu.makeMenu('sub2','Bans A Killin...','BansAKillin.html')
	 slideMenu.makeMenu('sub','JIS Radio Features','')
	 		slideMenu.makeMenu('sub2','Feature 1','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 1.rm')
			slideMenu.makeMenu('sub2','Feature 2','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 2.rm')
			slideMenu.makeMenu('sub2','Feature 3','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 3.rm')
			slideMenu.makeMenu('sub2','Feature 4','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 4.rm')
			slideMenu.makeMenu('sub2','Feature 5','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 5.rm')
			slideMenu.makeMenu('sub2','Feature 6','rtsp://qcs3.qcslink.com/JIS/MISS LOU FEATURE 6.rm')
	slideMenu.makeMenu('sub','Tributes','#')
			slideMenu.makeMenu('sub2','Prime Minister','PMTribute.html')
			slideMenu.makeMenu('sub2','Institute of Jamaica','tributeToMissLou.html')
			
	slideMenu.makeMenu('top','News','#')
	slideMenu.makeMenu('sub','Plans well advanced...','plansWellAdvanced.html')
	slideMenu.makeMenu('sub','Emancipation Fair...','emancipationFair.html')
	slideMenu.makeMenu('sub','Jamaicans in Washington...','jamaicansInWashington.html')
	slideMenu.makeMenu('sub','Read Jamaica in...','readJamaica.html')
	slideMenu.makeMenu('sub','Ecumenical Church Service...','ecumential.html')
	slideMenu.makeMenu('sub','Jamaicans in Canada...','jamaicansInCanadaGearing.html')
	slideMenu.makeMenu('sub','Activities to Mark...','activitiesToMark.html')
	slideMenu.makeMenu('sub','Queens to Host...','queensToHost.html')
	slideMenu.makeMenu('sub','Jamaicans in South Florida...','jamaicansInSouth.html') 
	slideMenu.makeMenu('sub','Combined JDF Band...','combinedBand.html')
	

slideMenu.makeMenu('top','Events','http://www.jcdc.org.jm/events/index.php','_blank') 
	
slideMenu.makeMenu('top','Jamaica Culture','#') 
	slideMenu.makeMenu('sub','Anthem & Pledge','anthem&Pledge.html')
	slideMenu.makeMenu('sub','Awards','awards.html')
	slideMenu.makeMenu('sub','Heroes','http://www.jis.gov.jm/special_sections/Heroes/Heroes.htm','_blank')
	slideMenu.makeMenu('sub','History','http://www.jis.gov.jm/gov_ja/history.asp','_blank')
	slideMenu.makeMenu('sub','Symbols','symbols.html')
	
//slideMenu.makeMenu('top','Audio')
	/*slideMenu.makeMenu('sub','Local','MEDIA ACCREDITATION -LOCAL.pdf')
	slideMenu.makeMenu('sub','Overseas','OVERSEAS MEDIA ACCREDITATION2.pdf')*/
	
slideMenu.makeMenu('top','Related Links')
	slideMenu.makeMenu('sub','JCDC','http://www.jcdc.org.jm/','_blank')
	slideMenu.makeMenu('sub','Jamaica Nat. Heritage Trust','http://www.jnht.com/','_blank')
	slideMenu.makeMenu('sub','Ministry of Education & Youth...','http://www.moec.gov.jm/','_blank')
	slideMenu.makeMenu('sub','Ministry of Tourism...','http://www.visitjamaica.com/home/Default.aspx','_blank')
		
		
slideMenu.init()		



