folder='';
if (document.location.href.indexOf("/cont/010ete/0211/1501/iindex.asp")>0) folder='finalita';
if (document.location.href.indexOf("cont/010are/0211/1901/iindex.asp")>0) folder='board';
if (document.location.href.indexOf("cont/010are/0211/1902/iindex.asp")>0) folder='aderire';
if (document.location.href.indexOf("dovesiamo")>0) folder='dovesiamo';
if (document.location.href.indexOf("cont/010are/0211/1900/iindex.asp")>0) folder='finalita';
//if (document.location.href.indexOf("")>0) folder='associati';
if (document.location.href.indexOf("cont/010are/0211/2202/iindex.asp")>0) folder='contattaci';
if (document.location.href.indexOf("cont/010are/0211/2000/iindex.asp")>0) folder='corsi';
if (document.location.href.indexOf("cont/010are/0211/2100/iindex.asp")>0) folder='calendario';
if (document.location.href.indexOf("autotest")>0) folder='autotest';
if (document.location.href.indexOf("cont/010are/0211/2500/iindex.asp")>0) folder='iscrizione';
if (document.location.href.indexOf("training")>0) folder='imgtraining';
//if (document.location.href.indexOf("")>0) folder='tuosito';
//if (document.location.href.indexOf("")>0) folder='teleconsulto';
//if (document.location.href.indexOf("")>0) folder='mailing';	
//if (document.location.href.indexOf("")>0) folder='libreria';
//if (document.location.href.indexOf("")>0) folder='medikey';

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 ('finalita');
toc_new ('relatori');
toc_new ('aderire');
toc_new ('dovesiamo');
toc_new ('associati');
toc_new ('contattaci');
toc_new ('corsi');
toc_new ('calendario');
toc_new ('autotest');
toc_new ('iscrizione');
toc_new ('imgtraining');
toc_new ('tuosito');
toc_new ('teleconsulto');
toc_new ('forum');
toc_new ('mailing');	
toc_new ('libreria');
toc_new ('medikey');
}
function aggiorna(){
if (folder != ""){
document[folder].src="/cm/img/" + folder + "_on.gif"
}
}

