<!--
function img (name_img,new_img) {
document.images[name_img].src=new_img;
}
function r1_out() {
document.getElementById("m15").className="m1";
}


function r1_on() {

if (document.getElementById("m15").className=="m1")
{
document.getElementById("m15").className="m2";
}
else
{
document.getElementById("m1").className="m1";
}
}




function onColor(colm) {colm.style.backgroundColor='#C9E3E5';}
function offColor(colm) {colm.style.backgroundColor='';}


function hidd() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
function menu() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
function add() {
if (document.all(window.event.srcElement.id + "p").style.display=="none")
{
document.all(window.event.srcElement.id + "p").style.display="";
}
else
{
document.all(window.event.srcElement.id + "p").style.display="none";
}
}
//-->
