var bV=parseInt(navigator.appVersion);
NS4=(document.layers) ? true : false;
IE4=((document.all)&&(bV>=4))?true:false;

function addBookmark() { if (IE4) { window.external.addFavorite('http://www.intelsys.ru/', 'Intelsys') } }
function setStart(obj) {
 if (IE4) {
   obj.style.behavior='url(#default#homepage)';
   obj.setHomePage('http://www.intelsys.ru/');
  }
 }
