function setBackgroundColor(color){document.getElementById(color).style.background="#FFFF99"}	
function setDefaultBackgroundColor(color) {document.getElementById(color).style.background="#FFFFFF"}	
function refresh() {location=document.myform.selekt.options[document.myform.selekt.selectedIndex].value}	
function redirect() {location=document.myform2.srchTournam.options[document.myform2.srchTournam.selectedIndex].value}
function whichpage(cl,d)
{var i,ob,tA,h=document.location.href;	
if(document.getElementById){ob=(d)?document.getElementById(d):document;
if(ob){	tA=ob.getElementsByTagName('A');
for(i=0;i<tA.length;i++){
if(tA[i].href==h){	tA[i].className=cl;}}}}} 
function confirmSubmit()
{var agree=confirm("Are you sure you wish to continue?");
if (agree) return true ;
else return false ;}