  
window.status=("e s p e n h o f f . c o m");
  
function init()
  {
  resizehandler();
  InnholdRamme.document.location = "Logg.asp";
  MsgBoardRamme.document.location = "Chatting.html";
  //transformXml("Meny.xml","Meny.xslt", "LinksDiv");
  
  }

function resizehandler()
  {
  screenHeight = document.body.clientHeight;
  screenWidth = document.body.clientWidth;
 
  tabellen.style.left=(screenWidth/2)-400;
	  
  Innhold.style.height=screenHeight-270;
  document.all["InnholdRamme"].style.height=screenHeight-270;
  MsgBoard.style.height=screenHeight-388;
  document.all["MsgBoardRamme"].style.height=screenHeight-388;
  tabellen.style.visibility="visible";
  }

function displayWindow(url, width, height)
  {
  var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes,' );
  }

  
