//I Am Proud for my Scripts to Work in all Browsers without Problems.(Stephen Jutta)
// The following line is critical for menu operation, and must appear only once.
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

//////////////////////////////////////////////////////////////////////////
// Stephen Jutta is giving the authority to Edit properties Down here //
////////////////////////////////////////////////////////////////////////


effect = "Fade(duration=0.3);Alpha(style=0,opacity=100);Shadow(color='#000000', Direction=135, Strength=7)" // Special effect string for IE5.5 or above

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
"ffcf97",				// Mouse Off Background Color
"ffebdc",				// Mouse On Font Color
"d29855",				// Mouse On Background Color
"000000",				// Menu Border Color 
12,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
2,				// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"000000",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
20,				// Menu Top - The Top position of the menu in pixels
200,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"center:20",				// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"<img src=images/about.gif border=0>", "show-menu=About",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=images/services.gif border=0>","show-menu=Services",,"",1
,"<img src=images/network.gif border=0>","show-menu=Network",,"",1
,"<img src=images/business_soln.gif border=0>","show-menu=Business",,"",1
])


	addmenu(menu=["Services",
	,,220,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=newsimage.gif border=0>&nbsp;Services Main Page","services.html",,,1
	//,"<img src=newsimage.gif border=0>&nbsp;Write up about Vsat Comm.","about_vsat.html",,,1
        ,"<img src=newsimage.gif border=0>&nbsp;Communication Services","show-menu=comm_serv",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Other Services","show-menu=other_serv",,,1
	])
	
	
		addmenu(menu=["other_serv",
		,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Other Services Main Page","services_other.html",,,1
		,"Analysis of Requirements","analysis.html",,,1
		,"Planning and Design of Networks","planning.html",,,1
		,"Supply and Installation","supply.html",,,1
		,"Configuration and Commissioning","configuration.html",,,1
		,"Monitoring","monitoring.html",,,1
                ,"Maintenance","maintenance.html",,,1
		])

			
		
		addmenu(menu=["comm_serv",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Communication Services Main Page","services_comm.html",,,1
		,"Private Networks","services_pvtnetwork.html",,,1
		,"Virtual Private Networks","vprivatenetworks.html",,,1
		,"Internet Access","internet.html",,,1
		,"Private Leased Line","leasedline.html",,,1		
                ,"Broadcast Services","broadcast.html",,,1		
		])

                        addmenu(menu=["stephen_jutta",
			,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
			,"What is a Private Network","services_pvtnetwork.html",,,1
			,"Advantages","services_pvtnetwork.html",,,1
                        ,"Market","services_pvtnetwork.html",,,1
			])


	addmenu(menu=["Business",
	,,215,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<img src=newsimage.gif border=0>&nbsp;Business main page","business.html",,,1
        ,"<img src=newsimage.gif border=0>&nbsp;Postal Services","bus_postal.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Financial Institutions","bus_financial.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Internet Service Provider","bus_isp.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Air Traffic Control","bus_air.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Telecomm. Serv. Provider","bus_telecom.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Entertainment Industry","bus_entertain.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Oil and Gas Field Providers","bus_oil.html",,,1
        ,"<img src=newsimage.gif border=0>&nbsp;Educational Institution","bus_education.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Weather Forecast Stations","bus_weather.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Superstores","bus_superstores.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Others","bus_others.html",,,1
	])
	
	addmenu(menu=["Network",,,185,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"<img src=newsimage.gif border=0>&nbsp;SCNA Network","scnanetwork.html",,,1
	,"<img src=newsimage.gif border=0>&nbsp;SCNA's Client Network","clientsnetwork.html",,,1
	])
	
	addmenu(menu=["About",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"<img src=newsimage.gif border=0>&nbsp;About Us", "aboutus.html",,,1
        ,"<img src=newsimage.gif border=0>&nbsp;Company Profile", "cprofile.html#profile",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Mission", "cprofile.html#mission",,,1
	,"<img src=newsimage.gif border=0>&nbsp;Associates", "cprofile.html#associates",,,1
	//,"<img src=newsimage.gif border=0>&nbsp;Stevie", "sjutta.html",,,1
	])
	

	

dumpmenus()