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)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"

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=2;	// Sub menu offset Left position

plain_style=[			// 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.
"FFFFFF",					// Off Font Color
"#3128b5",					// Off Back Color
"000000",					// On Font Color
"#FFD700",					// On Back Color
"white",					// Border Color
11,							  // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",					// Font Style (italic or normal)
"bold",						// Font Weight (bold or normal)
"Verdana, Tahoma, Arial, Helvetica, sans-serif",	// 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)
"B0B0B0",					// Current Page Item Background Color (leave this blank to disable)
"arrow_down.gif",	// Top Bar image (Leave this blank to disable)
,					// 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
"simplemenu1",				// Menu items Name
90,						// Top
290,						// left
,							// Width
0,						// Border Width
"none",			// Screen Position - here you can use "center;left;right;middle;top;bottom"
plain_style,	// Properties Array - this is set higher up, as above
1,						// Always Visible - allows the menu item to be visible at all time
"left",			// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// Show an image on top menu bars indicating a sub menu exists below
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,
,
,
,"&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;","../index.htm",,"",1
,"&nbsp;&nbsp;About us&nbsp;&nbsp;&nbsp;&nbsp;","../aboutus.htm",,"",1
,"&nbsp;&nbsp;Product&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=product",,"",1
,"&nbsp;&nbsp;Inquiry &nbsp;&nbsp;&nbsp;&nbsp;","../inquiry.htm",,"",1
,"&nbsp;&nbsp;News&nbsp;","../news.htm",,"",1
,"&nbsp;&nbsp;Link&nbsp;&nbsp;","../link.htm",,"",1
,"&nbsp;&nbsp;Technical Support&nbsp;&nbsp;","../login.htm",,"",1

])


addmenu(menu=["product",
,,145,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"ULTRASOUND","show-menu=a",,,1
,"FETAL MONITOR","show-menu=b",,,1
,"FETAL DOPPLER","show-menu=c",,,1
,"COLPOSCOPE","show-menu=d",,,1
,"ELECTRO SURGERY","show-menu=e",,,1
,"EEG","show-menu=f",,,1
,"VASCULAR DOPPLER","show-menu=g",,,1

])





addmenu(menu=["a",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"DMS-50L", "../ultrasound/dms50l.htm",,,1
,"DMS-50C", "../ultrasound/dms50c.htm",,,1
,"DMS-101", "../ultrasound/dms101.htm",,,1
,"DMS-201", "../ultrasound/dms201.htm",,,1
,"DMS-101XP", "../ultrasound/dms101xp.htm",,,1
,"DMS-EXPLORER", "../ultrasound/dmsexplorer.htm",,,1
,"DMS-232", "../ultrasound/dms232.htm",,,1
,"DMS-401", "../ultrasound/dms401.htm",,,1
,"PROBES", "../ultrasound/probes.htm",,,1
,"3D", "../ultrasound/3d.htm",,,1

])

addmenu(menu=["b",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"CADENCE", "../fetalmonitor/cadence.htm",,,1
,"CADENCE TWINS", "../fetalmonitor/cadencetwins.htm",,,1

])

addmenu(menu=["c",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"SONOTRAX LITE", "../fetaldoppler/sonotraxlite.htm",,,1
,"SONOTRAX BASIC", "../fetaldoppler/sonotraxbasic.htm",,,1
,"HARMONY", "../fetalmonitor/harmony.htm",,,1

])

addmenu(menu=["d",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"COLPOSCAN", "colposcan.htm",,,1
,"COLPOVIEW 5000", "colpoview5000.htm",,,1
,"IMAGESCAN", "imagescan.htm",,,1

])

addmenu(menu=["e",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"SS-501E", "../electrosurgery/ss501e.htm",,,1
,"SS-100MC","../electrosurgery/ss100mc.htm",,,1
,"HF-120", "../electrosurgery/hf120.htm",,,1
,"SE-120", "../electrosurgery/se120.htm",,,1

])

addmenu(menu=["f",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"NEUROVIEW 1600", "../eeg/neuroview1600.htm",,,1
,"NEUROVIEW 3200", "../eeg/neuroview3200.htm",,,1


])

addmenu(menu=["g",
,,120,1,"",plain_style,,"left",effect,,,,,,,,"form1",,,,
,"SYMPHONY", "../vasculardoppler/symphony.htm",,,1
,"VENO", "../vasculardoppler/veno.htm",,,1
,"TCD", "../vasculardoppler/tcd.htm",,,1


])



dumpmenus()





