// declare top navigation items
topnav = new Array()
topurl = new Array()

topnav[0] = "Portada"

topurl[0] = "/serviciosmoviles/"


//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
ie4x 	= new Array();
ie4x[0] = 12
ie4x[1] = 54
ie4x[2] = 100

ie4y = 71