<!--
function switchto(name, on) 
{
	document[name].src = eval(name + (on == 1 ? "on.src" : "off.src"));
}
// -->

