<!--
// Webs Unlimited's J-BOTS FrontPage 2002 JavaScript Generator version 4.0
// Copyright Webs Unlimited 1998, 1999, 2000, 2001 All rights reserved - http://WebsUnlimited.com
Features_handle = new Object;
Features_ID = 0;

function Features(w,h,t,l) {
if(parseInt(navigator.appVersion) >= 4){
  	l = (screen.width - w) / 2;
  	t = (screen.height - h) / 2;
  }
  var loc = 'width=' + w + ',height=' + h + ',top=' + t + ',left=' + l;
  Features_handle = window.open("features.html","Features",",,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){Features_handle.window.focus();}
}
//-->

