function Saturday1stXISelection()
{

	var i ;

	document.write('<td width="250" valign="top" style="border: 1 solid #008000" bgcolor="#F5F5DC">') ;
	document.write('<font face="Trebuchet MS" size="2">') ;
	document.write('<p '+selection_style +'><b>'+Sat1stXI_opposition+'</b></p>'); 
	document.write('<p '+selection_style +'>'+Sat1stXI_matchdate+'</p>'); 
	document.write('<p '+selection_style +'>'+Sat1stXI_start+'</p>') ;

		for(i=1;i<=12;i++)
		{
			document.write('<p '+selection_style+'>'+Sat1stXI_player[i]+'</p>') ;
		}

	document.write('<p '+selection_style+'>'+Sat1stXI_Umpire+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat1stXI_Scorer+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat1stXI_MeetAt+'</p>') ;

        document.write('</font></td>') ;

}

function Saturday2ndXISelection()
{

	var i ;

	document.write('<td width="250" valign="top" style="border: 1 solid #008000" bgcolor="#F5F5DC">') ;
	document.write('<font face="Trebuchet MS" size="2">') ;
	document.write('<p '+selection_style +'><b>'+Sat2ndXI_opposition+'</b></p>'); 
	document.write('<p '+selection_style +'>'+Sat2ndXI_matchdate+'</p>'); 
	document.write('<p '+selection_style +'>'+Sat2ndXI_start+'</p>') ;

		for(i=1;i<=12;i++)
		{
			document.write('<p '+selection_style+'>'+Sat2ndXI_player[i]+'</p>') ;
		}

	document.write('<p '+selection_style+'>'+Sat2ndXI_Umpire+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat2ndXI_Scorer+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat2ndXI_MeetAt+'</p>') ;

        document.write('</font></td>') ;

}

function Saturday3rdXISelection()
{

	var i ;

	document.write('<td width="250" valign="top" style="border: 1 solid #008000" bgcolor="#F5F5DC">') ;
	document.write('<font face="Trebuchet MS" size="2">') ;
	document.write('<p '+selection_style +'><b>'+Sat3rdXI_opposition+'</b></p>'); 
	document.write('<p '+selection_style +'>'+Sat3rdXI_matchdate+'</p>'); 
	document.write('<p '+selection_style +'>'+Sat3rdXI_start+'</p>') ;

		for(i=1;i<=12;i++)
		{
			document.write('<p '+selection_style+'>'+Sat3rdXI_player[i]+'</p>') ;
		}

	document.write('<p '+selection_style+'>'+Sat3rdXI_Umpire+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat3rdXI_Scorer+'</p>') ;
	document.write('<p '+selection_style+'>'+Sat3rdXI_MeetAt+'</p>') ;

        document.write('</font></td>') ;

}

function SundayXISelection()
{

	var i ;

	document.write('<td width="250" valign="top" style="border: 1 solid #008000" bgcolor="#F5F5DC">') ;
	document.write('<font face="Trebuchet MS" size="2">') ;
	document.write('<p '+selection_style +'><b>'+SundayXI_opposition+'</b></p>'); 
	document.write('<p '+selection_style +'>'+SundayXI_matchdate+'</p>'); 
	document.write('<p '+selection_style +'>'+SundayXI_start+'</p>') ;

		for(i=1;i<=12;i++)
		{
			document.write('<p '+selection_style+'>'+SundayXI_player[i]+'</p>') ;
		}

	document.write('<p '+selection_style+'>'+SundayXI_Umpire+'</p>') ;
	document.write('<p '+selection_style+'>'+SundayXI_Scorer+'</p>') ;
	document.write('<p '+selection_style+'>'+SundayXI_MeetAt+'</p>') ;

        document.write('</font></td>') ;

}
