//------------------------------------------------------------------------------------------------------------------------------------

defaultStatus= " I väntan på..." 

//------------------------------------------------------------------------------------------------------------------------------------

//if(top == self) self.location = "http://www.alm.nu/blue/"

//------------------------------------------------------------------------------------------------------------------------------------

<!-- 

function password( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/hemlig/login.php"; 
parent.frames[2].location.href="http://www.alm.nu/blue/hemlig/FrameMenu.htm"; 
}

function about( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/about/FrameMain.htm"; 
parent.frames[2].location.href="http://www.alm.nu/blue/about/FrameMenu.htm"; 
}

function knyttet( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/knyttet/FrameMain.php"; 
parent.frames[2].location.href="http://www.alm.nu/blue/knyttet/FrameMenu.htm"; 
}

function personal( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/personal/FrameMain.htm"; 
parent.frames[2].location.href="http://www.alm.nu/blue/personal/FrameMenu.htm"; 
}

function blog( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/blog/FrameMain.php"; 
parent.frames[2].location.href="http://www.alm.nu/blue/blog/FrameMenu.php"; 
}

function facts( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/facts/FrameMain.htm"; 
parent.frames[2].location.href="http://www.alm.nu/blue/facts/FrameMenu.htm"; 
}

function contact( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/contact/guestbook.php?do=add_form&page=1.php"; 
parent.frames[2].location.href="http://www.alm.nu/blue/contact/FrameMenu.htm"; 
}

function link( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/www/FrameMain.htm"; 
parent.frames[2].location.href="http://www.alm.nu/blue/www/FrameMenu.htm"; 
}

function home( ) 
{ 
parent.frames[1].location.href="http://www.alm.nu/blue/FrameMain.php"; 
parent.frames[2].location.href="http://www.alm.nu/blue/FrameMenu.htm"; 
}

//-->

//------------------------------------------------------------------------------------------------------------------------------------


<!--
function fixUglyIE()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = fixUglyIE;
}
// -->


//------------------------------------------------------------------------------------------------------------------------------------



function showImage (imgURL,iWidth,iHeight,bgCol,imgAlt,imgTitle)
   {

      contents = '<TITLE>' + imgTitle + '</TITLE><META http-equiv=Pragma CONTENT=no-cache><META http-equiv=imagetoolbar CONTENT=no><BODY OnBlur=window.close() TOPMARGIN=5 LEFTMARGIN=5 MARGINHEIGHT=2 BGCOLOR="' + bgCol + '">' +
                 '<IMG BORDER=0 OnClick=window.close() SRC="' + imgURL + '" ALT="' + imgAlt + '" TITLE="' + imgAlt + '">';
      options = 'width=' + iWidth + ',height=' + iHeight + ',toolbar=0' +
                ',status=0,menubar=0,scrollbar=0,resizable=0' +
                ',location=0,directories=0';

     
   newWindow = window.open ( "","magnify", options);
      newWindow.document.write (contents);
      newWindow.document.close ();
   }


