//menu

oneon = new Image();
	oneon.src = "/clastudios/images/frenchOn.gif";
oneoff = new Image();
	oneoff.src = "/clastudios/images/frenchOff.gif";
twoon = new Image();
	twoon.src = "/clastudios/images/englishOn.gif";
twooff = new Image();
	twooff.src = "/clastudios/images/englishOff.gif";
threeon = new Image();
	threeon.src = "/clastudios/images/italianOn.gif";
threeoff = new Image();
	threeoff.src = "/clastudios/images/italianOff.gif";

function rollon(pos,imgName) { document.images[imgName].src = eval(pos+
"on.src");}

function rolloff(pos,imgName) { document.images[imgName].src = eval(pos+
"off.src"); }

