function show(graph){ 
document.getElementById(graph).style.display=(document.getElementById(graph).style.display?'':'none');
return false;
}// JavaScript Document
