// declare top navigation items
topnav = new Array()
topurl = new Array()

topnav[0] = "Annual Report home page"
topnav[1] = "Annual Review site"

 
   
topurl[0] = linkStart+"../report/index.htm"
topurl[1] = linkStart+"../review/index.htm"




//creation of main array 
subnav = new Array() // declare sub nav items
suburl = new Array() // declare the corresponding sub nav urls

//filling main array with sub arrays
subnav[0] = new Array() 
subnav[1] = new Array() 


suburl[0] = new Array() 
suburl[1] = new Array() 

 

ie4x 	= new Array();
ie4x[0] = 12
ie4x[1] = 54


ie4x 	= new Array();
ie4y = 71