


function fixUglyIE()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = fixUglyIE;
}



function nyttWindow(lank,bredd,hojd)
{
open(lank,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=250,top=100,width='+bredd+',height='+hojd);
}
