<!--  Visa frameset om det saknas
var ie=document.all;
var nn=document.layers;
var ff=window.getComputedStyle;

function WW_m()
{

var user = "info"; 
var host = "goodlight.se"; 

window.location = ("ma" + "ilto:" + user + "@" + host); 
}

function act(what)
{
 what.cursor="pointer";
 what.color="blue";
}
function deact(what)
{
 what.cursor="default";
 what.color="black";
}
// -->

