<!--
<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

<!--
var urlAddress = "http://www.topsyst.ch";
var pageName = "TopSyst Fahrzeugeinrichtungen im Alu-Baukastensystem";

function addtofavorites() { 
if (window.sidebar&&window.sidebar.addPanel)
//configure two parameters below to your own (title, url of content to store)
 window.sidebar.addPanel("TopSyst Fahrzeugeinrichtungen im Alu-Baukastensystem","http://www.topsyst.ch","");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href','http://www.topsyst.ch');
	elem.setAttribute('title','TopSyst Fahrzeugeinrichtungen im Alu-Baukastensystem');
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(window.external) {
window.external.AddFavorite(urlAddress,pageName)
}
else 
 alert("Ihr Browser unterstütz die Funktion nicht, drücken Sie Ctrl+D bez. MAC User Apple+D")
   } 
//--> 


<!-- Begin
function mailpage()
{
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= TopSyst J. Fitzi, CH-9056 Gais - Fahrzeugeinrichtungen im Alu-Baukastensystem: http://www.topsyst.ch, mit den besten Empfehlungen!";
  mail_str += ""; 
  location.href = mail_str;
}
// End -->


<!-- Begin
function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// End -->