var ns6=document.getElementById&&!document.all  ;
var ie=document.all  ;
function show_text(thetext, whichdiv){
  if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext] ;
  else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext] ;
}
function resetit(whichdiv){
  if (ie) eval("document.all."+whichdiv).innerHTML='<img src="include/images/graph_site/group.gif" width="300" height="233"  style="border:4px solid #C2C3C6; ; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1">'  ;
  else if (ns6) document.getElementById(whichdiv).innerHTML='<img src="include/images/graph_site/group.gif" width="300" height="233"  style="border:4px solid #C2C3C6; ; padding-left:4; padding-right:4; padding-top:1; padding-bottom:1">'  ;
}
