function showimage(url)
{

  var aw = screen.availWidth;
  var ah = screen.availHeight;
  awaa = window.open("images/shots/" + url, null, "resizable=yes,scrollbars=yes");
  awaa

//  imag = new Image;
//  imag.src = "images/shots/" + url;
//  awaa = window.open(imag.src, null, "resizable=yes,scrollbars=no");
//  imag.onResize = awaa.resizeTo(imag.width + 30, imag.height + 55);

}

function news()
{
  awaa = window.open("news.php", "Title", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=350,height=460");
}

function menu_on(button) {
  button.style.backgroundColor='#CCCC99';
  button.style.border='1px solid #000000';
  button.style.cursor='hand';
}

function menu_off(button) {
  button.style.backgroundColor='#999777';
  button.style.border='1px solid #999777';
}

function menu_open(url) {
  location.href = url;
}

function openUp(theURL,w,h) {
  if (w==null) w = screen.availWidth - 10;
  if (h==null) h = screen.availHeight - 30;
  window.open(theURL,"","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+"");

}
