/*

 Milonic DHTML Menu

 Written by Andy Woolley

 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.

 Modified by Aby Jacob
 


*/



//The following line is critical for menu operation.

if(navigator.appVersion.indexOf("MSIE 6.0")>0)

{

	effect = "Fade(duration=0.2);Alpha(style=0,opacity=85);"

}

else

{

	effect = "Shadow(color='#999999', Direction=135, Strength=2)"

}



timegap=500			

followspeed=5		

followrate=40		

suboffset_top=0		

suboffset_left=-3	



style1=[			// style1 is an array of properties. You can have as many property arrays as you need

"white",			// Mouse Off Font Color

"#FF6513",			// Mouse Off Background Color (use zero for transparent in Netscape 6)

"yellow",			// Mouse On Font Color

"162B9F",			// Mouse On Background Color

"#FFFFFF",			// Menu 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",	// Font Name

2,					// Menu Item Padding or spacing

,					// Sub Menu Image (Leave this blank if not needed)

,					// 3D Border & Separator bar

,					// 3D High Color

,					// 3D Low Color

,					// Current Page Item Font Color (leave this blank to disable)

,					// Current Page Item Background Color (leave this blank to disable)

"images/titleback.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)

,			// Menu Item Separator ColorA4B2F5

]



style2=[			

"white",			

"0",			

"yellow",			

"0",			

"#FFFFFF",			

"11",				

"normal",			

"bold",			

"Verdana,Tahoma, Arial",	

2,					

,					

,					

,					

,					

,					

,					

,					

,					

,					

"#FFFFFF",			

]



addmenu(menu=[

"mainmenu",			// Menu Name - This is needed in order for this menu to be called

149,					// Menu Top - The Top position of this menu in pixels

1,	// Menu Left - The Left position of this menu in pixels1

,				// Menu Width - Menus width in pixels anil edited 9/2/2004

0,					// Menu Border Width

"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle" aniledited9/2/2004

style2,				// Properties Array - this array is declared above

1,					// Always Visible - allows this menu item to be visible at all time (1=on or 0=off)

"left",				// Alignment - sets this 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

0,					// Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.

1,					// Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)

0,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)

,					// Position of TOP sub image left:center:right

,					// Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount

0,					// Right To Left - Used in Hebrew for example. (1=on or 0=off)

,					// Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)

,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)

,					// Background image for menu. Color must be set to transparent for this to work

0,					// Scrollable Menu

,

,"&nbsp;Home&nbsp;&nbsp;&nbsp;","index.php",,"Home",1

,"&nbsp;Design&nbsp;Service&nbsp;&nbsp;","show-menu=designservice",,"For Rent",1

,"&nbsp;Products&nbsp;&nbsp;&nbsp;","show-menu=products",,"",1

,'About&nbsp;Us&nbsp;&nbsp;&nbsp;',"about_us.php",,"",1

,"&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;","contact_us.php",,"Contact us",1

])





addmenu(menu=["designservice",,,165,1,,style1,0,,"revealTrans(Duration=0.5,Transition=5);Shadow(color=999999, Direction=135, Strength=2)",0,0,0,,,0,0,,,0,,

	,"&nbsp;&nbsp;Hardware&nbsp;Design","show-menu=hardwaredesign",,"",1

	,"&nbsp;&nbsp;Software&nbsp;Development ","show-menu=softwaredevelopment",,"",1])

addmenu(menu=["hardwaredesign",,,280,1,,style1,0,,"revealTrans(Duration=0.5,Transition=5);Shadow(color=999999, Direction=135, Strength=2)",0,0,0,,,0,0,,,0,,

	,"&nbsp;&nbsp;Board&nbsp;Design","boarddesign.php",,"",1

	,"&nbsp;&nbsp;FPGA&nbsp;Based&nbsp;Design ","fpga.php",,"",1

	,"&nbsp;&nbsp;DSP&nbsp;Based&nbsp;Design","dsp.php",,"",1

	,"&nbsp;&nbsp;Microcontroller&nbsp;Based&nbsp;Design ","microcontroller.php",,"",1

	,"&nbsp;&nbsp;System&nbsp;Design ","systemdesign.php",,"",1

	])

	addmenu(menu=["softwaredevelopment", ,,280,1,,style1,0,,"revealTrans(Duration=0.5,Transition=5);Shadow(color=999999, Direction=135, Strength=2)",0,0,0,,,0,0,,,0,,

	,"&nbsp;&nbsp;Firmware&nbsp; development","firmware.php",,"",1

	,"&nbsp;&nbsp;System &nbsp;Software","systemsoftware.php",,"",1

	

	])

addmenu(menu=["products",,,265,1,,style1,0,,"revealTrans(Duration=0.5,Transition=5);Shadow(color=999999, Direction=135, Strength=2)",0,0,0,,,0,0,,,0,,

	,"&nbsp;&nbsp;Universal&nbsp;Programmer&nbsp;and&nbsp;IC&nbsp;Tester","universalprogrammer.php",,"",1

,"&nbsp;&nbsp;Patten&nbsp;Generator&nbsp; Logic &nbsp;Analyzer","patterngeneratorlogicanalyser.php",,"",1

	,"&nbsp;&nbsp;Atmel&nbsp;89Sxx &nbsp;Programmer","atmel_programmer.php",,"",1

	,"&nbsp;&nbsp;Atmel&nbsp;89Sxx &nbsp;In &nbsp;System Programmer","atmel_isp_programmer.php",,"",1

	,"&nbsp;&nbsp;JTAG &nbsp;Programmer","jtag.php",,"",1

	,"&nbsp;&nbsp;Microchip&nbsp;In&nbsp; System&nbsp; Programmer","microchip_isp.php",,"",1



			])

dumpmenus();

 