<!--
function bookmark()
{
  var bookmarkurl="http://www.securityhome.eu"
  var bookmarktitle="Security!"
  window.external.AddFavorite(bookmarkurl,bookmarktitle);
}

function linknew(location,picname,w,h,scroll) 
{
  var scrw=(screen.width/2)-(w/2);
  var scrh=(screen.height/2)-(h/2);
  window.open(location,picname,('toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scroll+',resizable=0,copyhistory=0,left='+scrw+',top='+scrh+',width='+w+',height='+h));
}
//-->