// Foto=Wallpaper 23
Menu = new Array();
im=0;
Menu[im++] = new menuItem("2001. gads", "xml.to.htm#p002",2,2);
Menu[im++] = new menuItem("2002. gads", "xml.to.htm#p001",2,1);
Menu[im++] = new menuItem("Pavasaris", "xml.to.htm#p001",3,1);
Menu[im++] = new menuItem("Daugava", "xml.to.htm#p003",3,3);
Menu[im++] = new menuItem("Daugava 2", "xml.to.htm#p021",3,21);
Menu[im++] = new menuItem("2003. gads", "xml.to.htm#p023",2,23);
Menu[im++] = new menuItem("No Daugavas ledus", "xml.to.htm#p023",3,23);
Menu[im++] = new menuItem("Aizkavējusies ziema", "xml.to.htm#p026",3,26);
Menu[im++] = new menuItem("Daugava", "xml.to.htm#p028",3,28);
Menu[im++] = new menuItem("Rīgas parki", "xml.to.htm#p029",3,29);
Menu[im++] = new menuItem("Rīgas parki 2", "xml.to.htm#p030",3,30);
Menu[im++] = new menuItem("Rīgas pilsētas kanāls 1", "xml.to.htm#p032",3,32);
Menu[im++] = new menuItem("Rīgas pilsētas kanāls 2", "xml.to.htm#p034",3,34);
Menu[im++] = new menuItem("Rīgas pilsētas kanāls 3", "xml.to.htm#p035",3,35);
Menu[im++] = new menuItem("Ziema", "xml.to.htm#p036",3,36);
Menu[im++] = new menuItem("2004. gads", "xml.to.htm#p038",2,38);
Menu[im++] = new menuItem("Daugava", "xml.to.htm#p038",3,38);
Menu[im++] = new menuItem("Sigulda / Krimulda", "xml.to.htm#p039",33,39);
Menu[im++] = new menuItem("Jūrmala", "xml.to.htm#p033",2,33);
Menu[im++] = new menuItem("Pēc saulrieta", "xml.to.htm#p033",3,33);
Menu[im++] = new menuItem("Ledus kalns", "xml.to.htm#p025",3,25);
Menu[im++] = new menuItem("Pludmale ziemā", "xml.to.htm#p024",3,24);
Menu[im++] = new menuItem("Ārpus Rīgas", "xml.to.htm#p022",2,22);
Menu[im++] = new menuItem("Galerija 1", "xml.to.htm#p022",3,22);
Menu[im++] = new menuItem("Galerija 2", "xml.to.htm#p037",3,37);
Menu[im++] = new menuItem("Lielupe", "xml.to.htm#p020",2,20);
Menu[im++] = new menuItem("Eirovīzija 2003", "xml.to.htm#p031",2,31);
Menu[im++] = new menuItem("Vienas celtnes vēsture", "c0001.htm",2,17);
Menu[im++] = new menuItem("Ievads", "c0001.htm",3,17);
Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("Skats A (lapa 1)", "xml.to.htm#p004",3,4);
Menu[im++] = new menuItem("Skats A (lapa 2)", "xml.to.htm#p005",3,5);
Menu[im++] = new menuItem("Skats A (lapa 3)", "xml.to.htm#p006",3,6);
Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("Skats B (lapa 1)", "xml.to.htm#p007",3,7);
Menu[im++] = new menuItem("Skats B (lapa 2)", "xml.to.htm#p008",3,8);
Menu[im++] = new menuItem("Skats B (lapa 3)", "xml.to.htm#p009",3,9);
Menu[im++] = new menuItem("Skats B (lapa 4)", "xml.to.htm#p010",3,10);
Menu[im++] = new menuItem("Skats B (lapa 5)", "xml.to.htm#p011",3,11);
Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("Skats C (lapa 1)", "xml.to.htm#p012",3,12);
Menu[im++] = new menuItem("Skats C (lapa 2)", "xml.to.htm#p013",3,13);
Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("Skats D", "xml.to.htm#p014",3,14);
Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("Skats E (lapa 1)", "xml.to.htm#p015",3,15);
Menu[im++] = new menuItem("Skats E (lapa 2)", "xml.to.htm#p016",3,16);

Menu[im++] = new menuItem("", "-",0,205);
Menu[im++] = new menuItem("uz pirmo lapu", "../index.html",9,206);

MakeMenu(sadala);

function menuItem(title, url, ico, mnu) {this.title = title;this.url = url;this.ico = ico;this.mnu = mnu;}
function Refr(a) {document.location.href=a;}

