// JavaScript Document

function toggleLayer( whichLayer )
{
  var elem, vis;
  if( document.getElementById ) // this is the way the standards work
    elem = document.getElementById( whichLayer );
  else if( document.all ) // this is the way old msie versions work
      elem = document.all[whichLayer];
  else if( document.layers ) // this is the way nn4 works
    elem = document.layers[whichLayer];
  vis = elem.style;
  // if the style.display value is blank we try to figure it out here
  if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
    vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
  vis.display = (vis.display==''||vis.display=='block')?'none':'block';
}

// E-mail munger for 
function zlHIBfSPSRHXupd()
{
var SmjxDbKIHyLVSUp=["x72","111","98","x69","x6e","x40","114","104","x61","x6d","105","x6c","108","46","111","x72","97","110","103","x65","104","111","x6d","x65","46","99","x6f","46","x75","x6b"];
var wTmjjADTEsvxvWO=[" "];
var bqOCubDZyIRgsps=["x72","x6f","x62","x69","x6e","x40","114","104","x61","109","x69","108","108","x2e","111","x72","x61","x6e","103","x65","104","111","x6d","x65","x2e","99","x6f","46","x75","x6b"];
document.write("<a href=\"&#x6d;&#97;&#105;&#108;&#116;&#111;&#00058;");
for (i=0; i<SmjxDbKIHyLVSUp.length; i++) document.write("&#"+SmjxDbKIHyLVSUp[i]+";");
for (i=0; i<wTmjjADTEsvxvWO.length; i++) document.write(wTmjjADTEsvxvWO[i]);
document.write("\">");
for (i=0; i<bqOCubDZyIRgsps.length; i++) document.write("&#"+bqOCubDZyIRgsps[i]+";");
document.write('</a>');
}

