<!--

// Preload
if (document.images) {

// START Interview
   var a1_off = new Image(); a1_off.src = "/i/front2/feature1-off.gif";
   var a1_on = new Image(); a1_on.src = "/i/front2/feature1-on.gif";
// END Interview

// START AR
   var b1_off = new Image(); b1_off.src = "/i/front2/feature2-off.gif";
   var b1_on = new Image(); b1_on.src = "/i/front2/feature2-on.gif";
// END AR

// START Presentation
   var c1_off = new Image(); c1_off.src = "/i/front2/feature2-off.gif";
   var c1_on = new Image(); c1_on.src = "/i/front2/feature2-on.gif";
// END Presentation

// START AR
   var d1_off = new Image(); d1_off.src = "/i/front/OrangeFeat-off.gif";
   var d1_on = new Image(); d1_on.src = "/i/front/OrangeFeat-on.gif";
// END AR

// START AR
   var dd1_off = new Image(); dd1_off.src = "/i/front/OrangeFeat-off.gif";
   var dd1_on = new Image(); dd1_on.src = "/i/front/OrangeFeat-on.gif";
// END AR

// START Media
   var e1_off = new Image(); e1_off.src = "/i/front2/GreyFeat-off.gif";
   var e1_on = new Image(); e1_on.src = "/i/front2/GreyFeat-on.gif";
// END Media

// START Presentation
   var f1_off = new Image(); f1_off.src = "/i/front2/RedFeat-off.gif";
   var f1_on = new Image(); f1_on.src = "/i/front2/RedFeat-on.gif";
// END Presentation

}

// Rollover functions

// START Interview
function a1on() { if (document.images) document.images.a1.src = a1_on.src; }
function a1off() { if (document.images) document.images.a1.src = a1_off.src; }
// END Interview

// START AR
function b1on() { if (document.images) document.images.b1.src = b1_on.src; }
function b1off() { if (document.images) document.images.b1.src = b1_off.src; }
// END AR

// START Presentation
function c1on() { if (document.images) document.images.c1.src = c1_on.src; }
function c1off() { if (document.images) document.images.c1.src = c1_off.src; }
// END Presentation

// START AR
function d1on() { if (document.images) document.images.d1.src = d1_on.src; }
function d1off() { if (document.images) document.images.d1.src = d1_off.src; }
// END AR

function dd1on() { if (document.images) document.images.dd1.src = dd1_on.src; }
function dd1off() { if (document.images) document.images.dd1.src = dd1_off.src; }


// START Media
function e1on() { if (document.images) document.images.e1.src = e1_on.src; }
function e1off() { if (document.images) document.images.e1.src = e1_off.src; }
// END Media

// START Presentation
function f1on() { if (document.images) document.images.f1.src = f1_on.src; }
function f1off() { if (document.images) document.images.f1.src = f1_off.src; }
// END Presentation

//-->
