/*
 * @(#)navcond.js	Date: 30/08/2002
 * Copyright (c) 2001-2002 KESDEE Systems(India) PVT. LTD.
 * All rights reserved.
 */
/**
 * The variables used in the script
 */
 
mydoc=document;
mymenu=0;
myarray=new Array();

/* This function will create arrays that contains the main menu along with the sub menus */
function definemenu()
	{
		mymenu++;
		//alert(mymenu);
		myarray[mymenu]=boardstr;
		//alert(boardstr);
	}
/* This function will generate script for all the main menu that contains submenu and write on the documents */	
	function getMymenu()
	{
		myScript="<script language=javascript>";
			for(i=1;i<myarray.length;i++)
			{
				myScript+=" menu"+i+"=myarray["+i+"];"
			}
		myScript+="<\/script>";
		mydoc.write(myScript);
		//alert(myScript);
		
	}

/* This array contains mouse off font color, mouse on font color, mouse on background color, mouse off background color, font size, menu size. It can have many properties as needed*/	
menustyle=["000000","ffffff","ffffff","666666","666666",11,"normal",,"Verdana, Arial",3]

/* This array contains the main-menu and other details */
if (navigator.appName == 'Netscape' && parseFloat(navigator.appVersion) >= 4.0 && parseFloat(navigator.appVersion) < 5.0)
{
definemenu(boardstr=["topHeading",48,0,,1,,menustyle,1,"center",,,1,,,,,,,,,,,"&nbsp;&nbsp;&nbsp;about us&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,"",1 ,"&nbsp;&nbsp;&nbsp;&nbsp;products&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=product",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;services&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=service",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;seminars&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=seminar",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=client",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;careers&nbsp;&nbsp;&nbsp;&nbsp;","careers.jsp",,"careers",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sitemap&nbsp;&nbsp;&nbsp;&nbsp;","site.jsp",,"sitemap",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact&nbsp;&nbsp;&nbsp;&nbsp;","contact.jsp",,"contact",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;faqs &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","faqsn.jsp",,"faqs",1])
}
else
{
definemenu(boardstr=["topHeading",48,0,,1,,menustyle,1,"center",,,1,,,,,,,,,,,"&nbsp;&nbsp;&nbsp;about us&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,"",1 ,"&nbsp;&nbsp;&nbsp;&nbsp;products&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=product",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;services&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=service",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;seminars&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=seminar",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;clients&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=client",,"",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;careers&nbsp;&nbsp;&nbsp;&nbsp;","careers.jsp",,"careers",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sitemap&nbsp;&nbsp;&nbsp;&nbsp;","site.jsp",,"sitemap",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contact&nbsp;&nbsp;&nbsp;&nbsp;","contact.jsp",,"contact",1,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;faqs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","faqsn.jsp",,"faqs",1])
}
/* These arrays contain all the sub-main menu properties and other details */
definemenu(boardstr=["about",,,85,1,"",menustyle,,"left","GradientWipe(duration=0.6,wipeStyle=0);Direction=50, Strength=2)",0,,,,,,,,,,,,"&nbsp;mission","mission.jsp",,"mission",1,"&nbsp;profile","profile.jsp",,"profile",1,"&nbsp;team","team.jsp",,"team",1,"&nbsp;founders","founders.jsp",,"founders",1,"&nbsp;the edge","theedge.jsp",,"the edge",1,"&nbsp;partnership","identity.jsp",,"partnership",1])
definemenu(boardstr=["product",,,120,1,"",menustyle,,"left","GradientWipe(duration=0.6,wipeStyle=0);Direction=50, Strength=2)",0,,,,,,,,,,,,"&nbsp;overview","prodoverview.jsp",,"overview",1,"&nbsp;development","development.jsp",,"development",1,"&nbsp;catalog","productcatalog.jsp",,"catalog",1,"&nbsp;architecture","parch.jsp",,"architecture",1,"&nbsp;demo","new_user.jsp",,"demo",1,"&nbsp;benefits","benefits.jsp",,"benefits",1,"&nbsp;requirements","techrequirements.jsp",,"requirements",1,"&nbsp;who would benefit","whobenefits.jsp",,"who would benefit",1])
definemenu(boardstr=["service",,,100,1,"",menustyle,,"left","GradientWipe(duration=0.6,wipeStyle=0);Direction=50, Strength=2)",0,,,,,,,,,,,,"&nbsp;customization","customization.jsp",,"customization",1,"&nbsp;custom content","customcontent.jsp",,"custom content",1])
definemenu(boardstr=["seminar",,,110,1,"",menustyle,,"left","GradientWipe(duration=0.6,wipeStyle=0);Direction=50, Strength=2)",0,,,,,,,,,,,,"&nbsp;gftt","iltraining.jsp",,"gftt",1,"&nbsp;events calendar","ecalendar.jsp",,"events calendar",1])
definemenu(boardstr=["client",,,88,1,"",menustyle,,"left","GradientWipe(duration=0.6,wipeStyle=0);Direction=50, Strength=2)",0,,,,,,,,,,,,"&nbsp;institutions","clientlist.jsp",,"institutions",1,"&nbsp;countries","countrieslist.jsp",,"countries",1])
/* The variables used for Time delay,Scrolling speed,Scrolling Rate,Top position,Left position */

//getMymenu.setAlign("center")
delay=500		
FS=5	 	
FW=40		
ST=10;		
SL=10;		
getMymenu()