function openpopup (winname, thetitle)
{
  var fullname

  if (document.location.hostname == "www.legends-cars.com")
  {
	fullname = "http://www.legends-cars.com/popups/" + winname
  }
  else
  {
        fullname = "/popups/" + winname
  }
//  alert (document.location.hostname)
//  alert (fullname)
  window.open(fullname, thetitle, config="height=400,width=400,toolbar=no,resizable=no,status=no,location=no,scollbars=no")
}
