function selectoryear(tempyear){										// used for the select in teamphoto08.htm
								//var year=tempyear.slice(2);
								//alert(tempyear);
								parent.location='/team/team-photo-'+tempyear+'a.html';
								//alert('hello');
								}

function popUp(URL) {
eval("page" + " = window.open(URL, '" + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400,left = 400,top = 250');");
}

// USED FOR THE TEAMPHOTO -2006

function teamphoto2006()
  {
  document.getElementById("teamimage06").width = document.body.clientWidth;
  document.getElementById("teamimage06").height = document.body.clientHeight ;
  }

// USED FOR THE TEAMPHOTO -2007

function teamphoto2007()
  {
  document.getElementById("teamimage07").width = document.body.clientWidth;
  document.getElementById("teamimage07").height = document.body.clientHeight ;
  }
  
  // USED FOR THE TEAMPHOTO -2008

function teamphoto2008()
  {
  document.getElementById("teamimage08").width = document.body.clientWidth;
  document.getElementById("teamimage08").height = document.body.clientHeight ;
  }
