if (navigator.appName=="Netscape") 
document.writeln('<link rel="stylesheet" type="text/css" href="netscape.css" title="Netscape">');
else 
document.writeln('<link rel="stylesheet" type="text/css" href="explorer.css" title="Explorer">');

if (document.layers){
window.captureEvents(Event.MOUSEDOWN | Event.MOUSEUP)
window.onmousedown=rightclick;
window.onmouseup=rightclick;
function rightclick(e) {
if (e.which == 3) {
alert('Copyright bei Güttler GmbH !');
return false; 
}
else {
return true; 
}
}
}
if (document.all){
function click() {
if (event.button==2) {
alert('Copyright bei Güttler GmbH !')
}
if (event.button==3) {
alert('Copyright bei Güttler GmbH !')}
}
document.onmousedown=click
}

function vege() {
document.write("<center><span class='copy'><font color='red'>Copyright &copy; Güttler GmbH. Alle Rechte vorbehalten.<br>");
document.write("<center><span class='copy'><font color='red'>D-73230 Kirchheim/Teck, Karl-Arnold-Str. 10 - Telefon (07021) 98570 - Fax (07021) 985720<br>");
document.write("<font color='black'>Copyright &copy; 1998-2010 by <a href='http://www.hmks.hu' target='_top'>HMKS</a>. All rights reserved.<br>");
document.write("All specifications subject to change without notice.</span><br><br><br></body></html>");
}

