<!-- 
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';
}
function openpopup(popurl){
var winpops=window.open(popurl,"popup","width=480,height=600,status,scrollbars")
}
function autoalley(popurl){
var winpops=window.open(popurl,"popup","width=500,height=250,status,scrollbars")
}
function screenshot(popurl){
var winpops=window.open(popurl,"popup","width=660,height=505,status,scrollbars")
}
function OpenCertDetails()
{
thewindow =window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USRETI9-1', 'anew',config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}
function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103042414293031114', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
} 

image = new Array(10);
image[0] = "<img src='images/sub_feat.jpg' width='516' height='178'>"
image[1] = "<img src='images/sub_feat2.jpg' width='516' height='178'>"
image[2] = "<img src='images/sub_feat3.jpg' width='516' height='178'>"
image[3] = "<img src='images/sub_feat4.jpg' width='516' height='178'>"
image[4] = "<img src='images/sub_feat5.jpg' width='516' height='178'>"
image[5] = "<img src='images/sub_feat7.jpg' width='516' height='178'>"
image[6] = "<img src='images/sub_feat8.jpg' width='516' height='178'>"
image[7] = "<img src='images/sub_feat9.jpg' width='516' height='178'>"
image[8] = "<img src='images/sub_feat10.jpg' width='516' height='178'>"
image[9] = "<img src='images/sub_feat11.jpg' width='516' height='178'>"


index = Math.floor(Math.random() * image.length);

// -->

