function submenu(ob){
if(ob.nextSibling.nextSibling.style.display!="block")
ob.nextSibling.nextSibling.style.display="block"; 
else ob.nextSibling.nextSibling.style.display="none";
}
function lc(){var c=document.createElement("a");c.setAttribute("href","http://www.ulenspigel.com");	c.style.color="#ED4C17";c.style.textDecoration="none";document.getElementById("copy").appendChild(c);var t=document.createTextNode("ULENSPIGEL");c.appendChild(t);}
