// 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
Chart_handle = new Object;
Chart_ID = 0;

function Chart(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;
  Chart_handle = window.open("http://www.leatherhits.com/size.html","Chart",",,,,,scrollbars,," + loc);
if(parseInt(navigator.appVersion) >= 4){Chart_handle.window.focus();}
}
//-->