

//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 for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Pixelate(sqaures=2, duration=1.0)"
}
else{
	effect = "Pixelate(sqaures=2, duration=1.0)"
}


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
Frames_Top_Offset=0 		// Frames Page Adjustment for Top
Frames_Left_Offset=-36		// Frames Page Adjustment for Left


plain_style=[				// Menu Properties Array
"ffffff",					// Off Font Color
"000444",					// Off Back Color
"FFEBCD",					// On Font Color
"5781B1",					// On Back Color
"ffffff",					// Border Color
10,							// Font Size
"normal",					// Font Style
"",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"arrow.jpg"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


addmenu(menu=["languages",
,,145,1,"",plain_style,,,effect,,,,,,,,,,,,
,"PHP", "history.php?tp=php",,,1
,"JSP", "history.php?tp=jsp",,,1
,"JavaScript", "history.php?tp=jscript",,,1
])

addmenu(menu=["databases",
,,180,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Government Contract Vehicles","gvt_contracting.asp",,,1
,"Web design","web_design.asp",,,1
,"3D solutions","3d.asp",,,1
,"Software development","software.asp",,,1
,"Network","networking.asp",,,1
,"Multimedia","multimedia.asp",,,1
,"IT consulting","it_consulting.asp",,,1
])


addmenu(menu=["oses",
,,145,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"contact us","contact_us.asp",,,1
,"careers","careers.asp",,,1
])


addmenu(menu=["windows",
	,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"Windows 95","history.php?tp=win95",,,1
	,"Windows 98","history.php?tp=win98",,,1
	,"Windows ME","history.php?tp=winme",,,1
	,"Windows NT","history.php?tp=winnt",,,1
	,"Windows 2000","history.php?tp=win2000",,,1
	])

addmenu(menu=["web",,,120,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"Apache Web Server","history.php?tp=apache",,,1])


dumpmenus()
