/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100)"
}
else
{
	effect = "Shadow(color='#ffffff', Direction=135, Strength=1)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				
followspeed=5			
followrate=40			
suboffset_top=10;		
suboffset_left=10;		

style1=[				
"",				
"000000",				
"ffffff",				
"00356f",				
"ffffff",				
11,						
"normal",				
"bold",					
"Arial, Verdana",		
2,						
,						
,						
,						
,						
,						
,						
,		 				
,						
,						
]



addmenu(menu=[		
"mainmenu",			
129,					
,					
,					
1,					
"center",			
style1,				
1,					
"center",			
effect,				
,					
1, 					
,					
,					
,					
,					
,					
,					
,					
,					
,					

,"&nbsp;Home&nbsp;","http://www.space.gov.za/wsw/index.html",,"",1
,"&nbsp;About WSW&nbsp;","show-menu=about","http://www.space.gov.za/wsw/background.html","",1
,"&nbsp;Activities & information&nbsp;","show-menu=act",,"",1
,"&nbsp;Southern Skies CHALLENGE&nbsp;","show-menu=ssc","http://www.space.gov.za/wsw/ssc.html","",1
,"&nbsp;Who's who in SA space&nbsp;","http://www.space.gov.za/wsw/whoswho.html",,"",1
,"&nbsp;Photo album 2003&nbsp;","http://www.space.gov.za/wsw/photos2003.html",,"",1
,"&nbsp;News&nbsp;","http://www.space.gov.za/wsw/news.html",,"",1
,"&nbsp;Links","http://www.space.gov.za/wsw/links.html",,"",1

])


	addmenu(menu=["ssc",
	,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Categories","http://www.space.gov.za/wsw/ssc_cats.html",,,1
	,"How to enter","http://www.space.gov.za/wsw/ssc_howenter.html",,,1
	,"Prizes","http://www.space.gov.za/wsw/ssc_prizes.html",,,1
	,"Rules","http://www.space.gov.za/wsw/ssc_rules.html",,,1
	,"Winners","http://www.space.gov.za/wsw/ssc_winners.html",,,1
	])
	
	addmenu(menu=["about",
	,,82,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact us","http://www.space.gov.za/wsw/contactus.html",,,1
	,"Theme","http://www.space.gov.za/wsw/theme.html",,,1
	,"Past WSWs","http://www.space.gov.za/wsw/pastwsw.html",,,1	
	])	
	
	addmenu(menu=["act",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Southern Skies Challenge Competition","http://www.space.gov.za/wsw/ssc.html",,,1
	,"Spin-offs from Space","http://www.space.gov.za/wsw/spinoffs.html",,,1		
	,"Teacher Activity Guides","http://www.space.gov.za/wsw/guides.html",,,1
	,"The Solar System Board Game","http://www.space.gov.za/wsw/bgame.html",,,1	
	,"Where to study space science","http://www.space.gov.za/wsw/study.html",,,1
	])	

	
dumpmenus()