
<!--
// (Rightclick:) This section disables right click in MSIE and Netscape
function right(evnt) {
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("Copyright © 2005 KGL-Produkter - All kopiering och obehörig användning förbjuden. Upphovsrättslagen gäller för rättsskydd");
return false;
}
}
else
if (event.button>=2)
alert("Copyright © 2005 KGL-Produkter - All kopiering och obehörig användning förbjuden. Upphovsrättslagen gäller för rättsskydd");
}
document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
// (Resize:) End rightclick disable section
// -->


<!--
defaultStatus ="Copyright © 2005 KGL-Produkter"
// -->

<!--
if(top == self) self.location = "index.html";
//-->
