function LN_bgtop(dividbgt) 
{ 
	document.getElementById(dividbgt).style.backgroundPosition='top';
}
function LN_bgbottom(dividbgb) 
{ 
	document.getElementById(dividbgb).style.backgroundPosition='bottom';
}
function LN_close(dividc) 
{ 
	document.getElementById(dividc).style.display='none';
}
function LN_open(divido) 
{ 
	document.getElementById(divido).style.display='block';
}
function menuJump(targ, selObj, restore) {
	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	if (restore) {
		selObj.selectedIndex = 0;
	}
}
function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}


function pop( id, width ) {
	width += 40;
	var win = window.open( 'photo.php?id=' + id, 'photo', 'width=' + width + ',height=600,toolbar=no,resizable=yes,scrollbars=yes' );
	win.focus();
}
/* specific for team page */
function bteam() {
	document.getElementById("btn_bteam").style.display = "block";
	document.getElementById("btn_grass").style.display = "none";
	document.getElementById("tbl_bteam").style.display = "block";
	document.getElementById("tbl_grass").style.display = "none";
	return false;
}
function grass() {
	document.getElementById("btn_grass").style.display = "block";
	document.getElementById("btn_bteam").style.display = "none";
	document.getElementById("tbl_grass").style.display = "block";
	document.getElementById("tbl_bteam").style.display = "none";
	return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

