function outline(divid) 
{

 if(document.getElementById(divid).style.display == 'block')
 {
  document.getElementById(divid).style.display = 'none'; 
 }
 else
 { 
  document.getElementById(divid).style.display = 'block';
 } 
}


 
function inline(divid2)
{
  if(document.getElementById(divid2).style.display == 'block')
  {
   document.getElementById(divid2).style.display = 'none';
  }
 else
  {
  }
}


function hovereffectover(divid3)
{
 if(document.getElementById)
 {
 if (document.getElementById(divid3).style) 
{
    document.getElementById(divid3).style.color = "#000000";
   document.getElementById(divid3).style.borderTop = "solid black 1px";
   document.getElementById(divid3).style.borderBottom = "solid black 1px";
  document.getElementById(divid3).style.borderLeft = "solid black 0px";
document.getElementById(divid3).style.borderRight = "solid black 0px";
 }
}
}

function hovereffectout(divid4)
{
 if(document.getElementById)
 {
 if (document.getElementById(divid4).style) 
{
    document.getElementById(divid4).style.color = "#003366";
 document.getElementById(divid4).style.borderTop = "solid white 1px";
   document.getElementById(divid4).style.borderBottom = "solid white 1px";
  document.getElementById(divid4).style.borderLeft = "solid white 0px";
document.getElementById(divid4).style.borderRight = "solid white 0px";

 }
}

}
function onload_js()
{
footer_schreiben();
if (document.URL.search(/idcatside\S147/) != -1)
{
	load();	
}
}
 
function footer_schreiben()
{
	if(document.URL.search(/lang\S8/) != -1)
	{
		document.getElementById("footer").innerHTML = "<a href='index.php?idcatside=159&lang=8'>Home</a> : <a href='index.php?idcatside=89'>Impressum</a> : <a href='index.php?lang=8&idcat=37'>Contact</a> : © SOTEC 2007</div>";
	}
	else
	{
        document.getElementById("footer").innerHTML = "<a href='index.php?idcatside=159&lang=5'>Startseite</a> : <a href='index.php?idcatside=89'>Impressum</a> : <a href='index.php?idcat=37'>Kontakt</a> : ©  SOTEC 2007</div>";
	}
}