/* ======================================================================
Javascript include: (c) ActiveWEB & Macromedia 
====================================================================== */


//Auto activate flash object - ActiveWEB

objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}




//Sider låses i framesett - ActiveWEB v2.0

if (top.location == self.location){ 
top.location.href="start.htm"
}

// ======================================================================


