// JavaScript Document
var prices=0;
function pricesRates(URLStr, left, top, width, height)
{
  if(prices)
  {
    if(!prices.closed) prices.close();
  }
  prices = window.open('pricesRates.html', 'prices', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+425+',height='+600+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}