// JavaScript Document
if(document.images) {
    pics = new Array();
    pics[1] = new Image();
    pics[1].src = "images/parliament/parliament1.jpg";
    pics[2] = new Image();
    pics[2].src = "images/parliament/hall.jpg";
    pics[3] = new Image();
    pics[3].src = "images/parliament/abby.jpg";
    pics[4] = new Image();
    pics[4].src = "images/parliament/westminster.jpg";
	pics[9] = new Image();
    pics[9].src = "images/parliament/thames.jpg";
	pics[13] = new Image();
    pics[13].src = "images/parliament/parliamento.jpg";
    pics[14] = new Image();
    pics[14].src = "images/parliament/hallo.jpg";
    pics[15] = new Image();
    pics[15].src = "images/parliament/abbyo.jpg";
    pics[16] = new Image();
    pics[16].src = "images/parliament/westminstero.jpg";
	pics[17] = new Image();
    pics[17].src = "images/parliament/thameso.jpg";
	pics[5] = new Image();
    pics[5].src = "images/parliament/text_parliament.gif";
    pics[6] = new Image();
    pics[6].src = "images/parliament/text_hall.gif";
	pics[8] = new Image();
    pics[8].src = "images/parliament/text_abby.gif";
	pics[10] = new Image();
    pics[10].src = "images/parliament/text_westminster.gif";
	pics[12] = new Image();
    pics[12].src = "images/parliament/text_thames.gif";
    pics[7] = new Image();
    pics[7].src = "images/parliament/text_intro.gif";
  }
    function picChanger(from,to,from1,to1) {
    if(document.images) {
    document.images[from].src = pics[to].src;
    document.images[from1].src = pics[to1].src;
	}
  }
  //-->
