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)}
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "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=10;			// Sub menu offset Left position
Frames_Top_Offset=0 		// Frames Page Adjustment for Top Offset
Frames_Left_Offset=-36		// Frames Page Adjustment for Left Offset


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.
"#F7F9F7",					// Off Font Color
"#006699",					// Off Back Color 099999
"#1D3B23",					// On Font Color
"#9EE3A9",					// On Back Color
"#FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal ",					// Font Weight
"Verdana, Tahoma, Arial, Helvetica, sans-serif",	// Font Name
4,							// Menu Item Padding
"arrow.gif",				// Sub Menu Image (Leave this blank if not needed)
2,							// 3D Border & Separator bar
"#FFFFFF",					// 3D High Color
"#367E45",					// 3D Low Color
"Purple",					// Current Page Item Font Color (leave this blank to disable)
"pink",						// Current Page Item Background Color (leave this blank to disable)
"images/3darrow_down.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",					// Menu Header Font Color (Leave blank if headers are not needed)
"000099",					// 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 Name - This is needed in order for the menu to be called
1,							// Menu Top - The Top position of the menu in pixels
1,							// Menu Left - The Left position of the menu in pixels
180,						// Menu Width - Menus width in pixels
1,							// Menu Border Width 
,							// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
plain_style,				// 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)
"left",						// 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 Top Position - Tells the menu to follow the user down the screen on scroll placing the menu at the value specified.
, 							// 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
,							// Set the Overall Width of Horizontal Menu to 100% and height to a specified amount
,							// 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
// "Menu Item Text", "URL", "Alternate URL for submenu holders", "Status Text", "Separator Bar Width"
,"Home","home.html?tp=asp target=_top;sourceframe=main;",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
//,"National Iodine Deficiency Disorder Control Programme&nbsp;&nbsp;","NIDCCP.asp target=main; sourceframe=main;",,"#",1
//,"Transport of Salt By Rail&nbsp;&nbsp;","TransportByRail.asp target=_new; sourceframe=main;",,"#",1
,"Movement of Salt","show-menu=Transport target=main; sourceframe=main;",,"#",1
,"Development and Welfare Schemes&nbsp;&nbsp;","welfare_schemes.html target=_top; sourceframe=main;",,"#",1
,"Procedure for Allotment of Saline Land &nbsp;&nbsp;","lease_Allotment.html target=main; sourceframe=main;",,"#",1
/*,"Department For the production of Salt&nbsp;&nbsp;","production.asp target=main; sourceframe=main;",,"#",1*/
,"Details of Land and Its Current Status&nbsp;&nbsp;","DetailsofLand.xls target=main; sourceframe=main;",,"#",1
//,"Statistical Data Relating to Salt Industry&nbsp;&nbsp;","StasticalData.asp target=_new; sourceframe=main;",,"#",1
,"Vision Documents &nbsp;&nbsp;","Home2.html target=main; sourceframe=main;",,"#",1
,"Right to Information Act&nbsp;&nbsp;","RighttoinfoAct2005.html target=main; sourceframe=main;",,"#",1
,"Photo Gallary","SaltPicture.html target=main; sourceframe=main;",,"#",1
,"Public Grievances","http://www.pgportal.gov.in target=blank;",,"#",1
])
/*aI("text=Home;url=main.asp;target=body;");
aI("text=National Iodine Deficiency Disorder Control Programme;showmenu=NIDCCP;url=NIDCCP.asp;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Transportation of Salt By Rail;showmenu=Transport by Rail;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Development and Welfare Schemes;showmenu=Department and Walfare ;url=welfare_schemes.asp;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Allotment of Saline land  with Salt Department for the Production of Salt;showmenu=Allotment of Saline;url=;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Details of land and its currents status;showmenu=Details of Land;url=;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Statistical Data Relating to Salt Industry;showmenu=Statistical Data;url=;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Right to Information Act 2005;showmenu=RIT 2005;url=;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");*/


dumpmenus()
