function resize()
{
  var wide = window.screen.availWidth
  var high = window.screen.availHeight
  var maxh = 800 // your max height here; enter 0 if not used
  var maxw = 640 // your max width here; enter 0 if not used
  var content = document.getElementById('content')
  content.style.position = 'absolute'
  if(maxh > 0 && high <= maxh)
  {
  content.style.height = high
  }
  if(maxw > 0 && wide <= maxw)
  {
  content.style.height = high
  }
  if(maxh > 0 && high > maxh)
  {
  content.style.height = maxh
  high = (high - maxh) / 2
  content.style.top = high
  }
  if(maxw > 0 && wide > maxw)
  {
  content.style.width = maxw
  wide = (wide - maxw) / 2
  content.style.left = wide
  }
}

function SRFWindow() {
  SRFWin=window.open('../travbengmb.html','newwin','width=450,height=400,resizable=yes,scrollbars=yes');
  }

function GPFWindow() {
  ETGWin=window.open ('../travbrunei.html','newwin','width=450,height=400,resizable=yes,scrollbars=yes');
  }

function ConWindow() {
  ConWin=window.open('../construct.html','newwin','width=300,height=180,resizable=yes,scrollbars=yes');
  }

function ContWindow() {
  ContWin=window.open('../contact.html','newwin','width=280,height=240,resizable=yes,scrollbars=yes');
  }

function BgmWindow() {
  BgmWin=window.open('../pic/greasemonkey/benmech.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function BbdWindow() {
  BbdWin=window.open('../pic/benbirth/benbirth.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function Bxm6Window() {
  Bxm6Win=window.open('../pic/firstchristmas/benxm06.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function BmbWindow() {
  BmbWin=window.open('../benmtbike.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function BwrWindow() {
  BwrWin=window.open('../pic/waterrafting/benwr06.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function BbpWindow() {
  BbpWin=window.open('../pic/babyben/babyben.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function BgvWindow() {
  BgvWin=window.open('../pic/benatvet/benvet07.html','newwin','width=250,height=250,resizable=yes,scrollbars=yes');
  }

function CtesWindow() {
  CtesWin=window.open('../contest.html','newwin','width=350,height=350,resizable=yes,scrollbars=yes');
  }

function ScrSaveWindow() {
  ScrSave=window.open('../screensave.html','newwin','width=280,height=240,resizable=yes,scrollbars=yes');
  }

function BcmtWindow() {
  BcmtWin=window.open('../pic/catmus/catmus.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
  }

function BbdWindow2() {
  BbdWin=window.open('../pic/benbirth2/benbirth2.html','newwin','width=390,height=325,resizable=yes,scrollbars=yes');
}

function Bcp6Window() {
  Bcp6Win=window.open('../pic/bencp6/bencp06.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
}

function BhlWindow() {
  BhlWin=window.open('../pic/bh0808/bornhgt.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
  }

function BclcWindow() {
  BclcWin=window.open('../pic/bcslc08/lantcont8.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
  }

function Bcdp8Window() {
  Bcdp8Win=window.open('../pic/bakcp08/bakcp08.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
  }

function BkvicWindow() {
  BkvicWin=window.open('../pic/benstbkch/benstbkch.html','newwin','width=600,height=560,resizable=yes,scrollbars=yes');
  }

function BfspWindow() {
  BfspWin=window.open('../pic/benfspark/benfsp.html','newwin','width=700,height=500,resizable=yes,scrollbars=yes');
  }


function BsarmWindow() {
  BsarmWin=window.open('../pic/samus/sarmus.html','newwin','width=700,height=500,resizable=yes,scrollbars=yes');
  }

function BgfireWindow() {
  BgfireWin=window.open('../pic/firecat/firecat.html','newwin','width=725,height=650,resizable=yes,scrollbars=yes');
  }

function BbdWindow3() {
  BgfireWin=window.open('../pic/benbirth3/benbirth3.html','newwin','width=725,height=650,resizable=yes,scrollbars=yes');
  }

function BbdWindow4() {
  BgfireWin=window.open('../pic/benbirth3/benbirth4.html','newwin','width=725,height=650,resizable=yes,scrollbars=yes');
  }

function BspWindow() {
  BspWin=window.open('../pic/bensp/bensp.html','newwin','width=700,height=500,resizable=yes,scrollbars=yes');
  }

function BcrWindow() {
  BcrWin=window.open('../pic/cats/cats.html','newwin','width=700,height=500,resizable=yes,scrollbars=yes');
  }


function checknew(date) {
  var newimg = "../image/new.gif";
  var expdate = new Date(date);
  var curdate = new Date();
  if (expdate.getTime() > curdate.getTime())
  {
    document.write('<img src=' + newimg + '>' + " " +'<div class="headline-new">');
  }
  else
  {
    document.write('<div class="headline">');
  }
}

