<!--

if (document.images) {
var onef = new Image();
onef.src = "images/layout_07.jpg";
var oneo = new Image();
oneo.src = "images/layout_07_2.jpg";
var twof = new Image();
twof.src = "images/layout_11.jpg";
var twoo = new Image();
twoo.src = "images/layout_11_2.jpg";
var threef = new Image();
threef.src = "images/layout_12.jpg";
var threeo = new Image();
threeo.src = "images/layout_12_2.jpg";
var fourf = new Image();
fourf.src = "images/layout_13.jpg";
var fouro = new Image();
fouro.src = "images/layout_13_2.jpg";
var fivef = new Image();
fivef.src = "images/layout_14.jpg";
var fiveo = new Image();
fiveo.src = "images/layout_14_2.jpg";
var sixf = new Image();
sixf.src = "images/layout_15.jpg";
var sixo = new Image();
sixo.src = "images/layout_15_2.jpg";
}

function act(imgName) {
if (document.images) 
document[imgName].src = eval(imgName + "o.src");
}

function inact(imgName) {
if (document.images)
document[imgName].src = eval(imgName + "f.src");
}

// -->
