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="";
	//effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#E87918', Direction=135, Strength=0)"
}
else
{
	effect="";
	//effect = "Shadow(color='#FFFFFF', Direction=135, Strength=0)" //E87918
}


timegap=500				
followspeed=5			
followrate=40		
suboffset_top=0;		
suboffset_left=-3;		

style3=[				
"",				
"",				
"",				
"",				
"",				
11,						
"normal",				
"bold",				
"Tahoma",		
0,						
"",
0,						
"",				
"",				
"",				
"",		
"",
"",				
"",
]

style1=[				
"#000000",				
"",				
"",				
"#F3EFD4",				
"#F3EFD4",				
11,						
"normal",				
"bold",				
"Tahoma",		
0,						
"",
0,						
"",				
"",				
"",				
"white",		
"",
"",				
"",
]

style2=[				
"#000000",				
"",				
"",				
"#F3EFD4",				
"#F3EFD4",				
11,						
"normal",				
"bold",				
"Tahoma",		
2, // Padding						
"",
0, // Border						
"",				
"",				
"",				
"white",		
"",
"",				
"",
]

addmenu(menu=[		
"mainmenu",			
93, // This gives the position from the top where our menu shows				
10,				
0,				
0,					
"center",				
style3,				
1, // Visible					
"center",				
effect,				
,					
1, 	// Horizontal or Vertial
,					
"center",				
,					
,					
,					
,					
,					
,					
,					
,"<a class='home_new' href='index.htm' id='a_home'></a>","index.htm",,"",1 
,"<a class='about' href='profile.htm' id='a_profile'></a>","profile.htm",,"",1 
,"<a class='membership' href='list.htm' id='a_list'></a>","list.htm",,"",1 
,"<a class='role' href='objective.htm' id='a_objective'></a>","objective.htm",,"",1 
,"<a class='industry' href='#' id='a_ind_profile'></a>","show-menu=industryProfile",,"",1 
,"<a class='recent' href='fortified.htm' id='a_fortified'></a>","fortified.htm",,"",1
,"<a class='events' href='past.htm' id='a_past'></a>","past.htm",,"",1
,"<a class='affiliation' href='CIFTI.htm' id='a_cifti'></a>","CIFTI.htm",,"",1
,"<a class='aibma_new' href='news.htm' id='a_news'></a>","news.htm",,"",1
,"<a class='technical' href='technical.htm' id='a_technical'></a>","technical.htm",,"",1
,"<a class='recipes' href='recipes.htm' id='a_recipes'></a>","recipes.htm",,"",1
,"<a class='feedback' href='feedback.htm' id='a_feedback'></a>","feedback.htm",,"",1 
,"<a class='contact' href='contact.htm' id='a_contact'></a>","contact.htm",,"",1 
])

	
	addmenu(menu=["technicalPaper",
	,,127,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;To be invited","technical.htm",,,0
	])
	
	addmenu(menu=["affiliation",
	,,127,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;CIFTI","CIFTI.htm",,,1
	,"&nbsp;&nbsp;AIFPA","AIFPA.htm",,,1
	])
		
	addmenu(menu=["membership",
	,,127,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;List of members","list.htm",,,1
	
	])
//	--------------------------
addmenu(menu=["MyDomestic",
	,,127,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;abc","domestic.asp",,,1
	])
//-----------------------
		addmenu(menu=["rolenfunc",
	,,190,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Objective of the Association","objective.htm",,,1
	,"&nbsp;&nbsp;Achievements","achievement.htm",,,1
	,"&nbsp;&nbsp;Current Initiatives","current.htm",,,1
	])
		
	addmenu(menu=["industryProfile",
	,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Indian Bread Industry","industry.htm",,,1
	,"&nbsp;&nbsp;Global Status","global.htm",,,1
	,"&nbsp;&nbsp;Legislations  Impacting Bread &nbsp;&nbsp;Industry","technologies.htm",,,1
	,"&nbsp;&nbsp;Issues and Concerns ","regulatory.htm",,,1
	,"&nbsp;&nbsp;Technologies / Machinery ","machinery.htm",,,1

	])
			
	addmenu(menu=["recentInnovation",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Fortified foods ","fortified.htm",,,1
	,"&nbsp;&nbsp;Ingredients","ingredients.htm",,,1
	,"&nbsp;&nbsp;Packaging","packaging.htm",,,1
	])
				
	addmenu(menu=["events",
	,,130,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Past","past.htm",,,1
	,"&nbsp;&nbsp;Present","present.htm",,,1
	
	])
	
	addmenu(menu=["about",
	,,187,2,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Profile of the Association","profile.htm",,,2
	,"&nbsp;&nbsp;Office bearers","office.htm",,,2
	
	])

	addmenu(menu=["issuesnconcern",
	,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
	,"&nbsp;&nbsp;Regulatory ","regulatory.htm",,,1
	,"&nbsp;&nbsp;Taxation","taxation.htm",,,1
	,"&nbsp;&nbsp;Environment Issues","environment.htm",,,1
	])
dumpmenus()