if (document.images) {

var linkon1 = new Image();
linkon1.src = "navig/interior.jpg";

var linkon2 = new Image();
linkon2.src = "navig/offices.jpg";

var linkon3 = new Image();
linkon3.src = "navig/housing.jpg";

var linkon4 = new Image();
linkon4.src = "navig/retail.jpg";

var linkon5 = new Image();
linkon5.src = "navig/transpor.jpg";

var linkon6 = new Image();
linkon6.src = "navig/educ.jpg";

var linkon7 = new Image();
linkon7.src = "navig/landscap.jpg";

var linkon8 = new Image();
linkon8.src = "navig/aerials.jpg";

var linkon9 = new Image();
linkon9.src = "navig/watersid.jpg";

var linkon10 = new Image();
linkon10.src = "navig/america.jpg";

var linkon11 = new Image();
linkon11.src = "navig/landscap.jpg";

var linkon12 = new Image();
linkon12.src = "navig/plans.jpg";

var linkoff = new Image();
linkoff.src = "images/logo5.gif";

}

function buton1() {
if (document.images)
document.images.label.src = linkon1.src;
window.status = 'Simon Jones & Associates | Interiors' ;
}

function butoff1() {
if (document.images)
document.images.label.src = linkoff.src;
window.status = ' ' ;
}

function buton2() {
if (document.images)
document.images.label.src = linkon2.src;
window.status = 'Simon Jones & Associates | Offices' ;
}

function buton3() {
if (document.images)
document.images.label.src = linkon3.src;
window.status = 'Simon Jones & Associates | Housing' ;
}

function buton4() {
if (document.images)
document.images.label.src = linkon4.src;
window.status = 'Simon Jones & Associates | Retail' ;
}

function buton5() {
if (document.images)
document.images.label.src = linkon5.src;
window.status = 'Simon Jones & Associates | Transport' ;
}

function buton6() {
if (document.images)
document.images.label.src = linkon6.src;
window.status = 'Simon Jones & Associates | Education' ;
}

function buton7() {
if (document.images)
document.images.label.src = linkon7.src;
window.status = 'Simon Jones & Associates | Landscape' ;
}

function buton8() {
if (document.images)
document.images.label.src = linkon8.src;
window.status = 'Simon Jones & Associates | Aerials' ;
}

function buton9() {
if (document.images)
document.images.label.src = linkon9.src;
window.status = 'Simon Jones & Associates | Waterside' ;
}

function buton10() {
if (document.images)
document.images.label.src = linkon10.src;
window.status = 'Simon Jones & Associates | Americas' ;
}

function buton11() {
if (document.images)
document.images.label.src = linkon11.src;
window.status = 'Simon Jones & Associates |  Middle East' ;
}

function buton12() {
if (document.images)
document.images.label.src = linkon12.src;
window.status = 'Simon Jones & Associates |  Plans & elevations' ;
}



function myopen(filename,windowname,properties) {
mywindow = window.open(filename,windowname,properties);
}