<!-- Preload photo - Portofolio -->

    img1 = new Image();
    img1.src = "images/portfolio1a.jpg";
	img2 = new Image();
	img2.src = "images/portfolio2a.jpg";
	img3 = new Image();
	img3.src = "images/portfolio3a.jpg";
	img4 = new Image();
	img4.src = "images/portfolio4a.jpg";
	img5 = new Image();
    img5.src = "images/portfolio5a.jpg";
	img6 = new Image();
	img6.src = "images/portfolio6a.jpg";
	img7 = new Image();
	img7.src = "images/portfolio7a.jpg";
	img8 = new Image();
	img8.src = "images/portfolio8a.jpg";
	img9 = new Image();
	img9.src = "images/portfolio_athena_on_en.jpg";
	img10 = new Image();
	img10.src = "images/portfolio_segm_on_en.jpg";
	img11 = new Image();
	img11.src = "images/portfolio_dimosmlo_on_en.jpg";
	img12 = new Image();
	img12.src = "images/portfolio_ostria_on_en.jpg";

function change1(picture) {
document.theimg1.src = picture
}

function change2(picture) {
document.theimg2.src = picture
}

function change3(picture) {
document.theimg3.src = picture
}

function change4(picture) {
document.theimg4.src = picture
}

function change5(picture) {
document.theimg5.src = picture
}

function change6(picture) {
document.theimg6.src = picture
}

function change7(picture) {
document.theimg7.src = picture
}

function change8(picture) {
document.theimg8.src = picture
}

function change9(picture) {
document.theimg9.src = picture
}

function change10(picture) {
document.theimg10.src = picture
}

function change11(picture) {
document.theimg11.src = picture
}

function change12(picture) {
document.theimg12.src = picture
}
