document.write('<table width=75% border=0 cellspacing=0 cellpadding=0 height=35>');
document.write('<tr valign=top bgcolor=beige><td align=center>'); 
document.write('<select name=stationselect  class=select onClick=go_to_station()>');
document.write('<option>******************************  Selecione a Matriz  ****************************** </option>');
document.write('<option>50-20-04-06=25  - Duplasena</option>');
document.write('<option>50-20-05-06=224  - Duplasena</option>');
document.write('<option>50-30-04-06=4  - Duplasena</option>');
document.write('<option>50-30-05-06=16      - Duplasena</option>');
document.write('<option>50-30-06-06=101  - Duplasena</option>');
document.write('<option>60-25-04-05=35  - Megasena</option>');
document.write('<option>60-28-04-06=9  - Megasena</option>');
document.write('<option>60-30-04-06=6  - Megasena</option>');
document.write('<option>60-30-05-06=38  - Megasena</option>');
document.write('<option>60-30-05-06=59      - Megasena</option>');
document.write('<option>80-16-03-05=88  - Quina</option>');
document.write('<option>80-25-04-05=134  - Quina</option>');
document.write('<option>80-28-03-04=20  - Quina</option>');
document.write('<option>80-28-03-05=11  - Quina</option>');
document.write('<option>80-28-04-05=83  - Quina</option>');
document.write('<option>80-28-05-05=1003  - Quina</option>');
document.write('<option>80-30-03-05=8  - Quina</option>');
document.write('<option>80-30-04-05=125     - Quina</option>');
document.write('<option>80-30-05-05=808  - Quina</option>');
document.write('<option>80-32-05-05=497  - Quina</option>');
document.write('<option>100-70-16-20=98  - Lotomania</option>');
document.write('<option>100-72-16-20=575  - Lotomania</option>');
document.write('<option>80-28-04-07=20     - Timemania</option>');
document.write('<option>80-32-04-07=10     - Timemania</option>');

document.write('</select></td></tr></table>');

function go_to_station()
    {
    if (document.stationform.stationselect.options[1].selected)		
	{	window.location.href = "matrizes_50-20-04-06=25.php";}
    if (document.stationform.stationselect.options[2].selected)		
	{	window.location.href = "matrizes_50-20-05-06=224.php";}
	else if (document.stationform.stationselect.options[3].selected)		
	{	window.location.href = "matrizes_50-30-04-06=4.php";}
		else if (document.stationform.stationselect.options[4].selected)		
	{	window.location.href = "matrizes_50-30-05-06=16.php";}	
	else if (document.stationform.stationselect.options[5].selected)		
	{	window.location.href = "matrizes_50-30-06-06=101.php";}
	else if (document.stationform.stationselect.options[6].selected)		
	{	window.location.href = "matrizes_60-25-04-05=35.php";}
	else if (document.stationform.stationselect.options[7].selected)		
	{	window.location.href = "matrizes_60-28-04-06=9.php";}
	else if (document.stationform.stationselect.options[8].selected)		
	{	window.location.href = "matrizes_60-30-04-06=6.php";}
	else if (document.stationform.stationselect.options[9].selected)		
	{	window.location.href = "matrizes_60-30-05-06=38.php";}
	else if (document.stationform.stationselect.options[10].selected)		
	{	window.location.href = "matrizes_60-30-05-06=59.php";}
	else if (document.stationform.stationselect.options[11].selected)		
	{	window.location.href = "matrizes_80-16-03-05=88.php";}
	else if (document.stationform.stationselect.options[12].selected)		
	{	window.location.href = "matrizes_80-25-04-05=134.php";}
	else if (document.stationform.stationselect.options[13].selected)		
	{	window.location.href = "matrizes_80-28-03-04=20.php";}
	else if (document.stationform.stationselect.options[14].selected)		
	{	window.location.href = "matrizes_80-28-03-05=11.php";}
	else if (document.stationform.stationselect.options[15].selected)		
	{	window.location.href = "matrizes_80-28-04-05=83.php";}
	else if (document.stationform.stationselect.options[16].selected)		
	{	window.location.href = "matrizes_80-28-05-05=1003.php";}
	else if (document.stationform.stationselect.options[17].selected)		
	{	window.location.href = "matrizes_80-30-03-05=8.php";}
	else if (document.stationform.stationselect.options[18].selected)		
	{	window.location.href = "matrizes_80-30-04-05=125.php";}
	else if (document.stationform.stationselect.options[19].selected)		
	{	window.location.href = "matrizes_80-30-05-05=808.php";}
	else if (document.stationform.stationselect.options[20].selected)		
	{	window.location.href = "matrizes_80-32-05-05=497.php";}
	else if (document.stationform.stationselect.options[21].selected)		
	{	window.location.href = "matrizes_100-70-16-20=98.php";}
	else if (document.stationform.stationselect.options[22].selected)		
	{	window.location.href = "matrizes_100-72-16-20=575.php";}
	else if (document.stationform.stationselect.options[23].selected)		
	{	window.location.href = "matrizes_80-28-04-07=20.php";}
	else if (document.stationform.stationselect.options[24].selected)		
	{	window.location.href = "matrizes_80-32-04-07=10.php";}
		
	
		

	return true;	
	}


