if (document.all){
  document.write('<A HREF="javascript:history.go(0);" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.magangyogyszereszek.hu\');">');
  document.write('<p><font size="2"><B>Legyen ez a kezd&otilde;lapom</B></font></p></a>');
}

// If it's Netscape 6, tell user to drag link onto Home button
// Be sure to change the "http://www.YourWebSiteHere.com\"
// to the URL you want them to bookmark.
else if (document.getElementById){
  document.write('<p><a href="http://www.magangyogyszereszek.hu">Legyen ez a kezd&otilde;lapom.</a></p>');
}

// If it's Netscape 4 or lower, give instructions to set Home Page
else if (document.layers){
  document.write('<b>Legyen ez a kezd&otilde;lapom:</b><br>- Menj a  <b>Preferences</b> majd az <B>Edit</B> Menu.<br>- V&aacute;laszd a <b>Navigatort</b> a baloldali list&aacute;b&oacute;l.<br>- V&aacute;laszd a <b>"Use Current Page"</b> men&uuml;t.');
}

// If it's any other browser, for which I don't know the specifications of home paging, display instructions
else {
  document.write('<b>Legyen ez a kezd&otilde;lapom:</b><br>- Menj a  <b>Preferences</b> majd az <B>Edit</B> Menu.<br>- V&aacute;laszd a <b>Navigatort</b> a baloldali list&aacute;b&oacute;l.<br>- V&aacute;laszd a <b>"Use Current Page"</b> men&uuml;t.');
}
