// dynamic navigtion menu system 
// mia.walczak@reuters.com
// Reuters Group Communications Studio
// REUTERS PICTURES NAVIGATION ITEMS:: 03/04/2003
// VARIABLES DECLARED SPECIFIC TO REUTERS PICTURES SITE

// declare top navigation items
vpath = "http://about.reuters.com/pictures/"
topnav = new Array()
topurl = new Array()



//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



//positioning for IE5 
ie5x  = new Array();
ie5x[0] = 12
ie5x[1] = 54
ie5x[2] = 116
ie5x[3] = 182
ie5x[4] = 240
ie5x[5] = 313
ie5x[6] = 400
ie5x[7] = 480
ie5y = 71

