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)
  }

effect1 = "";
effect3 = "";


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
//	effect1 = "randomdissolve(duration=0.2);Alpha(style=0,opacity=94);";
//	effect2 = "randomdissolve(duration=0.2);Alpha(style=0,opacity=94);Shadow(color='#777777', Direction=135, Strength=5)";
	effect2 = "Alpha(style=0,opacity=94);Shadow(color='#777777', Direction=135, Strength=5)";
//	effect3 = "revealTrans(duration=0.4,transition=21);";
}
else
{
	effect2 = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter;
}



timegap=100		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[			// 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.
/*"FFFFFF",		// Mouse Off Font Color
"0000FF",		// Mouse Off Background Color
"000000",		// Mouse On Font Color
"EEEE00",		// Mouse On Background Color
"000000",		// Menu Border Color */

"FFFFFF",		// Mouse Off Font Color
"ffffff",		// Mouse Off Background Color
"FFFFFF",		// Mouse On Font Color
"ffffff",		// Mouse On Background Color
"FFFFFF",		// Menu Border Color 
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial",		// Font Name
0,			// Menu Item Padding
,       		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"ffffff",			// 3D High Color
"ffffff",		// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable) "arrowdn.gif"
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"ffffff"		// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[			// 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.
"000000",		// Mouse Off Font Color
"FDF07F",		// Mouse Off Background Color
"FF0000",		// Mouse On Font Color
"FDF07F",		// Mouse On Background Color
"FDF07F",		// Menu Border Color 
12,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Arial",		// Font Name
3,			// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,			// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",		// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,		// Top Bar image (Leave this blank to disable) "arrowdn.gif"
"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
"mainmenu",		// Menu Name - This is needed in order for the menu to be called
98,			// Menu Top - The Top position of the menu in pixels
116,			// Menu Left - The Left position of the menu in pixels
,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
,	// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		// 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)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect1,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 			// 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 the specified amount (Leave blank to disable)
,			// 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
,"<img src='http://www.geo-strategies.com/menu/home.gif' width='49' height='26' />","http://www.geo-strategies.com/home.htm",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src='http://www.geo-strategies.com/menu/aboutus.gif' width='68' height='26' />","show-menu=About","http://www.geo-strategies.com/about/index.htm",,1
,"<img src='http://www.geo-strategies.com/menu/news.gif' width='49' height='26' />","show-menu=News","http://www.geo-strategies.com/news/index.htm",,1
,"<img src='http://www.geo-strategies.com/menu/sitemap.gif' width='68' height='26' />","show-menu=SiteMap","http://www.geo-strategies.com/sitemap/index.htm",,1
,"<img src='http://www.geo-strategies.com/menu/downloads.gif' width='80' height='26' />","http://www.geo-strategies.com/activepages/downloads.pl",,,1
,"<img src='http://www.geo-strategies.com/menu/romania.gif' width='68' height='26' />","show-menu=Romania","http://www.geo-strategies.com/romania/index.htm",,1
,"<img src='http://www.geo-strategies.com/menu/jobs.gif' width='49' height='26' />","http://www.geo-strategies.com/jobs/index.htm",,,1
,"<img src='http://www.geo-strategies.com/menu/contacts.gif' width='68' height='26' />","http://www.geo-strategies.com/contacts/index.htm",,,1
,"<img src='http://www.geo-strategies.com/menu/comments.gif' width='80' height='26' />","http://www.geo-strategies.com/activepages/comments.pl",,,1
])

addmenu(menu=[		// This is the array that contains your menu properties and details
"leftmenu",		// Menu Name - This is needed in order for the menu to be called
157,			// Menu Top - The Top position of the menu in pixels
,			// Menu Left - The Left position of the menu in pixels
128,			// Menu Width - Menus width in pixels
0,			// Menu Border Width 
"left",		// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,		// 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
effect3,		// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,			// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 			// 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 the specified amount (Leave blank to disable)
,			// 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
,"<img src='http://www.geo-strategies.com/menu/worlddata.gif' width='114' height='26' />","show-menu=Worldd","http://www.geo-strategies.com/digitaldata/availability/ceeurope/index.htm",,0 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src='http://www.geo-strategies.com/menu/euaccess.gif' width='114' height='43' />","show-menu=Euaccess","http://www.geo-strategies.com/cee/mapping/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/populationdata.gif' width='114' height='26' />","show-menu=Populat","http://www.geo-strategies.com/cee/population/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/boundaries.gif' width='114' height='26' />","show-menu=Bound","http://www.geo-strategies.com/cee/boundaries/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/pois.gif' width='114' height='26' />","show-menu=Pois","http://www.geo-strategies.com/cee/poi/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/gazetteers.gif' width='114' height='43' />","show-menu=Gazet","http://www.geo-strategies.com/cee/tables/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/dataservices.gif' width='114' height='43' />","show-menu=Dataser","http://www.geo-strategies.com/services/index.htm",,0
,"<img src='http://www.geo-strategies.com/menu/support.gif' width='114' height='26' />","show-menu=Support","http://www.geo-strategies.com/support/index.htm",,0
])


	addmenu(menu=["About",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"About Us","http://www.geo-strategies.com/about/index.htm",,,0
	,"Our Staff","http://www.geo-strategies.com/about/staff/index.htm",,,0
	,"Our Customers","http://www.geo-strategies.com/about/customers.htm",,,0
	,"Our Partners","http://www.geo-strategies.com/about/partners/index.htm",,,0
	,"Our Technology","http://www.geo-strategies.com/about/technology/index.htm",,,0
	,"Our History","http://www.geo-strategies.com/about/history.htm",,,0
	,"Cambridge","http://www.geo-strategies.com/about/cambridge.htm",,,0
	,"FAQs","http://www.geo-strategies.com/about/faqs.htm",,,0
	,"Referrals","http://www.geo-strategies.com/about/others.htm",,,0
	,"Memory Lane","http://www.geo-strategies.com/about/memorylane/index.htm",,,0
	])

	addmenu(menu=["News",
	,,130,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"News","http://www.geo-strategies.com/news/index.htm",,,0
	,"Industry Updates","http://www.geo-strategies.com/news/updates.htm",,,0
	,"Heights 1999","http://www.geo-strategies.com/news/heights/index.htm",,,0
	,"User Group","http://www.geo-strategies.com/news/usergroup.htm",,,0
	,"Royal Visit","http://www.geo-strategies.com/news/hrh.htm",,,0
	,"Press Reports","http://www.geo-strategies.com/news/press/index.htm",,,0
	,"Technical Articles","http://www.geo-strategies.com/news/technical/index.htm",,,0
	])

	addmenu(menu=["SiteMap",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Site Map","http://www.geo-strategies.com/sitemap/index.htm",,,0
	,"Links","http://www.geo-strategies.com/sitemap/links.htm",,,0
	,"About the Site","http://www.geo-strategies.com/sitemap/site.htm",,,0
	])


	addmenu(menu=["Romania",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Romania","http://www.geo-strategies.com/romania/index.htm",,,0
	,"Geography","http://www.geo-strategies.com/romania/geography.htm",,,0
	,"Vrancea Region","http://www.geo-strategies.com/romania/vrancea.htm",,,0
	,"Black Sea University","http://www.geo-strategies.com/romania/bsu.htm",,,0
	,"EURISC","http://www.geo-strategies.com/romania/eurisc.htm",,,0
	,"Romanian Space Agency","http://www.geo-strategies.com/romania/rsa.htm",,,0
	,"Sibiu in Transylvania","http://www.geo-strategies.com/romania/sibiu.htm",,,0
	,"Pentru Romani","http://www.geo-strategies.com/romania/pentru.htm",,,0
	])
	
	addmenu(menu=["Worldd",
	,,170,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"World Data","http://www.geo-strategies.com/digitaldata/index.htm",,,0
	,"EU Enlargement","http://www.geo-strategies.com/cee/mapping/index.htm",,,0
	,"Location Based Services","http://www.geo-strategies.com/digitaldata/lbs/index.htm",,,0
	,"Interactive Maps","http://www.geo-strategies.com/digitaldata/interactrast/index.htm",,,0
	])

	addmenu(menu=["Euaccess",
	,,180,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Country Maps","http://www.geo-strategies.com/cee/mapping/index.htm",,,0
	,"National","http://www.geo-strategies.com/cee/mapping/national.htm",,,0
	,"Street","http://www.geo-strategies.com/cee/mapping/street.htm",,,0
	,"Routing","http://www.geo-strategies.com/cee/mapping/routing.htm",,,0
	,"GIS","http://www.geo-strategies.com/cee/mapping/gis.htm",,,0
	,"LBS","http://www.geo-strategies.com/cee/mapping/lbs.htm",,,0
	,"Terrain Data","http://www.geo-strategies.com/cee/mapping/terrain.htm",,,0
	])

	addmenu(menu=["Populat",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Population","http://www.geo-strategies.com/cee/population/index.htm",,,0
	,"Demographics","http://www.geo-strategies.com/cee/population/demographics.htm",,,0
	,"Lifestyle","http://www.geo-strategies.com/cee/population/lifestyle.htm",,,0
	,"Thematic","http://www.geo-strategies.com/cee/population/thematic.htm",,,0
	])

	addmenu(menu=["Bound",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Boundaries","http://www.geo-strategies.com/cee/boundaries/index.htm",,,0
	,"NUTS","http://www.geo-strategies.com/cee/boundaries/nuts.htm",,,0
	,"Post-Codes","http://www.geo-strategies.com/cee/boundaries/postcodes.htm",,,0
	,"Census","http://www.geo-strategies.com/cee/boundaries/census.htm",,,0
	,"Address Ranging","http://www.geo-strategies.com/cee/boundaries/addressranging.htm",,,0
	])

	addmenu(menu=["Pois",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"POIs","http://www.geo-strategies.com/cee/poi/index.htm",,,0
	,"Standard","http://www.geo-strategies.com/cee/poi/index.htm",,,0
	,"Added Value","http://www.geo-strategies.com/cee/poi/index.htm",,,0
	])

	addmenu(menu=["Gazet",
	,,170,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Gazetteers &amp; Tables","http://www.geo-strategies.com/cee/tables/index.htm",,,0
	,"Gazetteers","http://www.geo-strategies.com/cee/tables/gazetteers.htm",,,0
	,"Geocoders","http://www.geo-strategies.com/cee/tables/geocoders.htm",,,0
	,"Distance Matrices","http://www.geo-strategies.com/cee/tables/distancematrices.htm",,,0
	])

	addmenu(menu=["Dataser",
	,,170,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Data Services","http://www.geo-strategies.com/services/index.htm",,,0
	,"Data Capture","http://www.geo-strategies.com/services/datacapture/index.htm",,,0
	,"Data Engineering","http://www.geo-strategies.com/services/dataengineering/index.htm",,,0
	,"Applications Development","http://www.geo-strategies.com/services/appdev/index.htm",,,0
	,"Image Processing","http://www.geo-strategies.com/services/imageprocessing/index.htm",,,0
	,"Land Survey","http://www.geo-strategies.com/services/landsurvey/index.htm",,,0
	])

	addmenu(menu=["Support",
	,,120,1,"",style2,,"left",effect2,,,,,,,,,0,,,
	,"Support","http://www.geo-strategies.com/support/index.htm",,,0
	,"Hardware","http://www.geo-strategies.com/support/software/index.htm",,,0
	,"Software","http://www.geo-strategies.com/support/software/index.htm",,,0
	,"Consultancy","http://www.geo-strategies.com/support/consultancy/index.htm",,,0
	,"Training","http://www.geo-strategies.com/support/training/index.htm",,,0
	])


dumpmenus()