
	/********************************************************************************
	VARIABLES TO SET.

	REMEMBER THAT TO SET FONTSIZE AND FONTTYPE YOU SET THAT IN THE STYLESHEET
	ABOVE!
	********************************************************************************/

	//Making a menu object
	oMenu=new menuObj('oMenu') //Place a name for the menu in there. Must be uniqe for each menu

	//Setting menu object variables

	//Style variables NOTE: The stylesheet have been removed. Use this instead! (some styles are there by default, like position:absolute ++)
	oMenu.clMain='padding:2px; font-family:ms sans serif, arial; font-size:12px; font-weight:bold; z-index:1000' //The style for the main menus
	oMenu.clSub='padding:5px; font-family:ms sans serif, arial; font-size:10px;font-weight:bold; z-index:1000' //The style for the submenus
	oMenu.clSubSub='padding:5px; font-family:ms sans serif, arial; font-size:10px;font-weight:bold; z-index:1000' //The style for the subsubmenus
	oMenu.clAMain='text-decoration:none; color:#FFFFFF' //The style for the main links
	oMenu.clASub='text-decoration:none; color:#000000' //The style for the sub links
	oMenu.clASubSub='text-decoration:none; color:black' //The style for the subsub links

	//Background bar properties
	oMenu.backgroundbar=0 //Set to 0 if no backgroundbar
	oMenu.backgroundbarfromleft=118 //The left placement of the backgroundbar in pixel or %
	oMenu.backgroundbarfromtop=103 //The top placement of the backgroundbar  in pixel or %
	oMenu.backgroundbarsize="84%" //The size of the bar in pixel or %
	oMenu.backgroundbarcolor="006309" //The backgroundcolor of the bar

	oMenu.mainheight=17 //The height of the main menuitems in pixel or %
	oMenu.mainwidth=150//The width of the main menuitems  in pixel or %

	/*These are new variables. In this example they are set like the previous version*/
	oMenu.subwidth=oMenu.mainwidth // ** NEW ** The width of the submenus
	oMenu.subheight=20 //The height if the subitems in pixel or %

	oMenu.subsubwidth=oMenu.mainwidth // ** NEW ** The width of the subsubmenus in pixel or %
	oMenu.subsubheight=oMenu.subheight //** NEW ** The height if the subsubitems in pixel or %


	//Writing out the style for the menu (leave this line!)
	oMenu.makeStyle()

	oMenu.subplacement=oMenu.mainheight //** NEW ** Relative to the main item
	oMenu.subsubXplacement=130 //** NEW ** The X placement of the subsubmenus, relative to the sub item
	oMenu.subsubYplacement=5 //** NEW ** The Y placement of the subsubmenus, relative to the sub item

	oMenu.mainbgcoloroff='#0000ff' //The backgroundcolor of the main menuitems
	oMenu.mainbgcoloron='#000000' //The backgroundcolor on mouseover of the main menuitems
	oMenu.subbgcoloroff='#ffff66' //The backgroundcolor of the sub menuitems
	oMenu.subbgcoloron='#006400' //The backgroundcolor on mouseover of the sub menuitems
	oMenu.subsubbgcoloroff='#ffff66' //The backgroundcolor of the sub menuitems
	oMenu.subsubbgcoloron='#006400' //The backgroundcolor on mouseover of the sub menuitems
	

	oMenu.stayoncolor=0 //Do you want the menus to stay on the mouseovered color when clicked?

	oMenu.menuspeed=10 //The speed of the clipping in px
	oMenu.menusubspeed=15 //The speed of the submenus clipping in px

	oMenu.menurows=1 //Set to 0 if you want rows and to 1 if you want columns

	oMenu.menueventon="mouse" //Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick
	oMenu.menueventoff="mouse" //Set this to "mouse" if you them to disappear onmouseout, if not set it to "click"

	//Placement of the menuitems

	//Example in %:
	//oMenu.menuplacement=new Array("20%","40%","60%","50%","65%") //Remember to make the arrays contain as many values as you have main menuitems

	//Example in px: (remember to use the ' ' around the numbers)
	//oMenu.menuplacement=new Array(100,200,300,400,500)

	//Example right beside eachother (only adding the pxbetween variable)
	oMenu.menuplacement=0

	//If you use the "right beside eachother" you cant how many pixel there should be between each here
	oMenu.pxbetween=0 //in pixel or %

	//And you can set where it should start from the left here
	oMenu.fromleft=0 //in pixel or %

	//This is how much from the top the menu should be.
	oMenu.fromtop=71 //in pixel or %

	/********************************************************************************
	Construct your menus below
	********************************************************************************/

		oMenu.makeMain(0,'<img src="./images/arrow.gif" width="10" height="10" vspace="0" hspace="0" border="0" align="absmiddle">&nbsp;Product Overview','overview.htm')
		oMenu.makeSub(0,0,'About RuralBazar','overview.htm',4)
		oMenu.makeSub(0,1,'Product Features','features.htm',4)
		oMenu.makeSub(0,2,'Procurement Info','purchaseinfo.htm',4)
		oMenu.makeSub(0,3,'Requirements','Require.htm',4)
			
		oMenu.makeMain(1,'<img src="./images/arrow.gif" width="10" height="10" vspace="0" hspace="0" border="0" align="absmiddle">&nbsp;Implementation&nbsp;&nbsp;&nbsp;&nbsp;','Partners.htm')
		oMenu.makeSub(1,0,'Partners','Partners.htm',4)
		oMenu.makeSub(1,1,'Roles/Responsibilites','Role.htm',4)
		oMenu.makeSub(1,2,'RoadMap','roadmap.htm',4)
		oMenu.makeSub(1,3,'Implemented Sites','',4)

		oMenu.makeSubSub(1,3,0,'LAO-PDR','http://www.tarad.gov.la',4,'_blank')
		oMenu.makeSubSub(1,3,1,'Tamilnadu','http://www.ruralbazar.tn.gov.in',4,'_blank')
		oMenu.makeSubSub(1,3,2,'Goa','http://ruralbazargoa.nic.in',4,'_blank')
		oMenu.makeSubSub(1,3,3,'Tripura','http://purbasha.nic.in',4,'_blank')


		
		oMenu.makeMain(2,'<img src="./images/arrow.gif" width="10" height="10" vspace="0" hspace="0" border="0" align="absmiddle">&nbsp;Support','training.htm')
		oMenu.makeSub(2,0,'Training','training.htm',1)
		
		oMenu.makeMain(3,'<img src="./images/arrow.gif" width="10" height="10" vspace="0" hspace="0" border="0" align="absmiddle">&nbsp;Related Articles','concept.htm')
		oMenu.makeSub(3,0,'Concept Paper','Concept.htm',1)
		
		oMenu.makeMain(4,'<img src="./images/arrow.gif" width="10" height="10" vspace="0" hspace="0" border="0" align="absmiddle">&nbsp;Related Sites','http://164.100.28.98/ruralbazar/')
		oMenu.makeSub(4,0,'RuralBazar Demo','http://164.100.28.98/ruralbazar/',5,'_blank')
		oMenu.makeSub(4,1,'CAPART','http://capart.nic.in/',5,'_blank')
		oMenu.makeSub(4,2,'NIC','http://home.nic.in/',5,'_blank')
		oMenu.makeSub(4,3,'CRISP','http://crisp.nic.in/',5,'_blank')
		oMenu.makeSub(4,4,'RuralBazar for LAO-PDR','http://www.tarad.gov.la',5,'_blank')
		
		oMenu.construct()//This Actually Construct Your Menu

