function over(acolor) 
{
source=event.srcElement 
if (source.tagName=="TR"||source.tagName=="TABLE") 
return 
while(source.tagName!="TD") 
source=source.parentElement 
if (source.style.backgroundColor!=acolor&&source.id!="ignore") 
source.style.backgroundColor=acolor
} 
function out(rcolor) 
{ 
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore") 
return 
if (event.toElement!=source) 
source.style.backgroundColor=rcolor
}
function winopen(path) 
{ 
jpgart=window.open(path, 'jpg_art', 'resizable=yes,scrollbars=yes,toolbar=no,location=no,height=500,width=600')
jpgart.focus();
}

function show(){
var index = event.srcElement.sourceIndex
var ted33 = document.all[index+1]
if (ted33.style.display=="none") {
ted33.style.display=''
}
else {
ted33.style.display="none"
}
}

