folder='';
if (document.location.href.indexOf("/cont/010ete/0211/1501/iindex.asp")>0) folder='associazione';
if (document.location.href.indexOf("/cont/010ete/0211/1502/iindex.asp")>0) folder='melanoma';
if (document.location.href.indexOf("/cont/010ete/0211/2600/iindex.asp")>0) folder='dovesiamo';

function tocItem (name) {
this.on = new Image;
this.on.src = "/cm/img/" + name + "_on.gif"
if (name == folder){
	this.off = new Image;
	this.off.src = "/cm/img/" + name + "_on.gif"
}
else {
	this.off = new Image;
	this.off.src = "/cm/img/" + name + ".gif"
}
}
function toc_new (name) {
tocItem[name] = new tocItem (name);
}
function img_act (imgName) {
document[imgName].src = tocItem[imgName].on.src;
}
function img_inact (imgName) {
document[imgName].src = tocItem[imgName].off.src;
}
if (document.images) {
toc_new ('associazione');
toc_new ('melanoma');
toc_new ('dovesiamo');
toc_new ('areamedici');
}
function aggiorna(){
if (folder != ""){
document[folder].src="/cm/img/" + folder + "_on.gif";
}
}