// JavaScript Document
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)" // Stop IE5.5 bug when using more than one filter
}

timegap=500
followspeed=5
followrate=40
suboffset_top=0;
suboffset_left=-2;

style1=["000000","f0fff0","ffffff","004400","000000",12,"normal","normal","MS Sans Serif",5,"Image/arrow.gif",1,"000099","0000aa","Purple","pink","Image/arrowdn.gif","ffffff","000099",]
style2=["000000","ffffdd","ffff00","000040","ffffff",10,"normal","normal","MS Sans Serif",4,"Image/arrow.gif",1,"000099","0000aa","Purple","pink","Image/arrowdn.gif","ffffff","000099",]
//addmenu "menu name",190down,right
addmenu(menu=["mainmenu",190,100,130,2,"",style1,1,"center",effect,0,1,,,,,,,,,,
,"Company","show-menu=company",,"",1
,"Products","show-menu=products",,"",1
,"Services","show-menu=service",,"",1
,"Applications","show-menu=application",,"",1

])

addmenu(menu=["company",216,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"Overview","index.html",,,1
,"Company Profile","Profile.html",,,1
,"Solution","Solution.html",,,1
,"Recruitment","Recruitment.html",,,1
,"Contact Us","Contact.html",,,1
,"Check Mail","http://www.mail2web.com",,,1
])

addmenu(menu=["products",216,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"PCI Geomatics","PCIGeomatica.html",,,1
,"Trimble","http://www.ecognition.com/",,,1
,"SpacEyes","Spaceyes.html",,,1
,"GWN Technologies","http://www.gwnsys.ca/",,,1
,"ZODIAC AEROSPACE Data System","zodiac.html",,,1
,"eGeos","http://www.e-geos.it/",,,1
,"DigitalGlobe","DigitalGlobe.html",,,1
,"Download","show-menu=download",,,1
])

addmenu(menu=["service",216,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
])

addmenu(menu=["application",216,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"Civil Gov-Mapping","Gov-Mapping.html",,,1
,"Agriculture","Agriculture.html",,,1
,"Fire Risk Assessment","FireRiskAssessment.html",,,1
,"Environment","Environment.html",,,1
,"Forestry","Foresty.html",,,1
])


addmenu(menu=["download",380,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"Free Trials & Updates","FreeTrial.html",,,1
,"Brochures","Brochure.html",,,1
,"Knowledge Papers","Knowledge.html",,,1
])

addmenu(menu=["SatelliteImg",216,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"DigitalGlobe","http://www.digitalglobe.com",,,1
,"Eurimage","http://www.eurimage.com",,,1
])

addmenu(menu=["RSPS",240,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"PCI Geomatics","http://www.pcigeomatics.com",,,1
,"Definiens","Definiens_new.html",,,1
,"SpacEyes","http://www.spaceyes.net/index.php?lang=en_GB",,,1
,"GWN Technologies","http://www.gwnsys.ca/",,,1
])

addmenu(menu=["Tele",264,,150,1,"",style1,0,"left",effect,1,,,,,,,,,,,
,"ZODIACAEROSPACE","http://www.zodiacaerospace.com/",,,1
])

dumpmenus()

