function showPopUp() {
  popWin = open('','_blank','width=450,height=300,location=no,left=75,top=250,toolbar=no,menubar=no,scrollbars=no,resizable=no');
  popWin.blur();
  popWin.location='http://www.travelfleamarket.com/index_popup.php';
  var shut=true;
}

function handleError() {
	return true;
}