
function a_message()
{
alert('I came from an external script! Ha, Ha, Ha!!!!');
}

// define image files and give the filenames

img1     = new Image(132,72);
img1.src = "images/home-1a.gif";
img2     = new Image(132,72);
img2.src = "images/home-2a.gif";
img3     = new Image(132,72);
img3.src = "images/aboutme-1a.gif";
img4     = new Image(132,72);
img4.src = "images/aboutme-2a.gif";
img5     = new Image(132,72);
img5.src = "images/portfolio-1a.gif";
img6     = new Image (132,72);
img6.src = "images/portfolio-2a.gif";
img7     = new Image(132,72);
img7.src = "images/contact-1a.gif";
img8     = new Image(132,72);
img8.src = "images/contact-2a.gif";
img9     = new Image(132,72);
img9.src = "images/technology-1a.gif";
img10     = new Image(132,72);
img10.src = "images/technology-2a.gif";
img11     = new Image(132,72);
img11.src = "images/searchengine-1a.gif";
img12     = new Image(132,72);
img12.src = "images/searchengine-2a.gif";
img13     = new Image(132,72);
img13.src = "images/hvpublishers-1a.gif";
img14     = new Image(132,72);
img14.src = "images/hvpublishers-2a.gif";
img15     = new Image(132,72);
img15.src = "images/more-1a.gif";
img16     = new Image(132,72);
img16.src = "images/more-2a.gif";
img17     = new Image(26,26);
img17.src = "images/1-1a.gif";
img18     = new Image(26,26);
img18.src = "images/1-2a.gif";
img19     = new Image(26,26);
img19.src = "images/2-1a.gif";
img20     = new Image(26,26);
img20.src = "images/2-2a.gif";
img21     = new Image(26,26);
img21.src = "images/3-1a.gif";
img22     = new Image(132,72);
img22.src = "images/3-2a.gif";
img23     = new Image(132,72);
img23.src = "images/pricing-1a.gif";
img24     = new Image(132,72);
img24.src = "images/pricing-2a.gif";






// change image

function changeimage(imgx,placex)  { 
    if (document.images) { 
        document.images[placex].src = eval(imgx + ".src");
    }
}
