<!-- Activate Cloaking Device
//This script changes the graphic on mouse over and a graphic in

//another part of the screen

{

graphic1= new Image();
graphic1.src = "images/botaodimens.gif";

graphic1on = new Image();
graphic1on.src = "images/botaobasico.gif";

graphic2= new Image();
graphic2.src = "images/botaodimens.gif";

graphic2on = new Image();
graphic2on.src = "images/botaoavancado.gif";

graphic3= new Image();
graphic3.src = "images/botaodimens.gif";

graphic3on = new Image();
graphic3on.src = "images/botaoteorias.gif";

graphic4= new Image();


}

function imageChange(imageID,imageName) {

{
document.images[imageID].src = eval(imageName + ".src");

}

}

// Deactivate Cloaking  -->



