
// www.BusinessSellCanada.com/sale/bsc_sel.js //

defaultStatus=" - - -  Buy a Profitable Canadian Business For Sale  - - -";
window.status="<<< Buy a Profitable Canadian Business For Sale >>>";

function RestStat() { window.status=''; return true; }

logoonn = new Image(460, 208);
logoonn.src = "/images/bsctop_w.jpg";
logooff = new Image(460, 208);
logooff.src = "/images/bsctop_g.jpg";

function logo_onn()  {
  document.images["logo"].src = logoonn.src;
}
function logo_off()  {
  document.images["logo"].src = logooff.src;
}

function HelpWindow (name, high, file) {
  if (! high) { high = 250; }
  if (! file) { file = "inih"; }
  var HelpWin=window.open('/sale/sel'+file+'.htm#'+name+'','Help',
   'toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,history=no,resizable=yes,width=450,height='+high+'');
  HelpWin.location.hash = name;
  HelpWin.focus();
}

