var hotkey="CTRL-D";
var agent=navigator.userAgent.toLowerCase();
d=document;
if (agent.indexOf("msie")!=-1) version_ie=parseFloat(agent.split("msie")[1])
if (agent.indexOf("msie")!=-1 && version_ie>=4 && navigator.appName!="Netscape" && agent.indexOf("opera")<1) ie_ok="1"
else ie_ok="0"
if (agent.substr(agent.indexOf('opera')+6,1)<9) hotkey="CTRL-T"
d.write("<Form Name=\"mprograms\">")
d.write("<Input Type=\"BUTTON\" Value=\"1\" OnClick=\"location='http://slezenko.com'\" title=\"Go to Home!\">")
d.write("<Input Type=\"BUTTON\" Value=\"<<\" OnClick=\"history.go(-1)\" title=\"The previous page!\">")
if (ie_ok=="1") d.write("<Input Type=\"BUTTON\" Value=\"+\" OnClick=\"window.external.AddFavorite(location.href,d.title)\" title=\"Add to Favorites!\">")
if (ie_ok=="0") d.write("<Input Type=\"BUTTON\" Value=\"+\" OnClick=\"alert(\'Press '+hotkey+' to bookmark this page!\')\" title=\"Add to Favorites!\">")
d.write("<Input Type=\"BUTTON\" Value=\">>\" OnClick=\"history.go(1)\" title=\"The next page!\">")
if (ie_ok=="1" && version_ie>=5) d.write("<Input Type=\"BUTTON\" Value=\"!\" OnClick=\"this.style.behavior='url(#default#homepage)'; this.setHomePage(d.location)\" title=\"Make this web-site your homepage!\">")
if (ie_ok=="1" && version_ie<5) ie_ok="0"
if (ie_ok=="0") d.write("<Input Type=\"BUTTON\" Value=\"!\" OnClick=\"alert(\'Make this web-site your homepage manually! Thanks!\')\" title=\"Make this web-site your homepage!\">")
d.write("<Input Type=\"BUTTON\" Value=\"R\" OnClick=\"javascript:d.location.reload()\" title=\"Reload this page!\">")
d.write("&nbsp;<Input Type=\"BUTTON\" Value=\"SOS\" OnClick=\"location='q_programs.htm'\" title=\"Questions and answers (in UKR) !\">")
d.write("&nbsp;<Input Type=\"BUTTON\" Value=\"?\" OnClick=\"alert(\'1 &nbsp;&nbsp;- Home.\\n<< - Back.\\n>> - Forward.\\n+ &nbsp;&nbsp;- Add to Favorites.\\n! &nbsp;&nbsp;&nbsp;- Set Homepage.\\n$ &nbsp;&nbsp;- [SHOP].\\n@ &nbsp;- Recommend a page.\\nR &nbsp;&nbsp;- Reload page.\\nP &nbsp;&nbsp;- Printing a page.\\nh &nbsp;&nbsp;- Notice.\\nSOS - Questions and answers.\\n\\n? &nbsp;&nbsp;- This help.\')\" title=\"Help!\">")
d.write('&nbsp;&nbsp;&nbsp;<select name="mprograms" size="1"><option value="programs_en.htm" selected>Menu "Programs"</option><option value="prog_list_en.htm">> List of programs</option><option value="pictures/logo/">> Browse logos</option><option value="utils.htm">> Utils/Services</option><option value="antivir.htm">>> AntiVirus Service</option><option value="antivir2.htm">>> AntiVirus Utils</option><option value="search.htm">>> Search</option><option value="links_en.htm">> Links</option></select><input type=button title="Please select item and press the &quot;OK&quot; button." name="go" value="OK" onclick="top.location.href=this.form.mprograms.options[this.form.mprograms.selectedIndex].value">')