function startmusik() 
{ 
if (document.all)
{
//document.all.lydfilenbg.src = "fileadmin/template/sounds/home_wild.mp3"; 
}
}
function stopmusik() 
{
if (document.all)
{
//document.all.lydfilenbg.src = "fileadmin/template/sounds/doh_long.mp3"; 
}
} 
function startmusikdreng() 
{ 
if (document.all)
{
//document.all.lydfilenbg.src = "fileadmin/template/sounds/long_hello.mp3"; 
}
}


function foelgmed()
{
//foelgmeddiv.style.top=(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop)
//foelgmeddiv.style.top = document.documentElement.scrollTop;

var box = document.getElementById('foelgmeddiv');
box.style.top = document.body.scrollTop;

}
function tipenvenvindue(linkurl)
{
var temptip=escape(linkurl)
var tipurl="http://www.t3cms.dk/tipenven/?tipUrl="+temptip
window.open(tipurl, "newwin", "height=330,width=340,toolbar=no,scrollbars=no,menubar=no,resizeable=no,location=no,directories=no,status=yes");
}
