document.write('<table width=80% border=3 cellspacing=0 cellpadding=0 height=35>');
document.write('<tr valign=top bgcolor=#cccccc><td width=48% height=35>'); 
document.write('<center><b><font color=red size=2> Qtde de Dezenas</font></b><br>');
document.write('<select name=stationselect  class=select onClick=go_to_station()>');
document.write('<option>* Selecione o Fechamento * </option>');
document.write('<option>16 Dez. Disponível </option>');
document.write('<option>17 Dez. somente p/ Usuários Registrados </option>');
document.write('<option>18 Dez. somente p/ Usuários Registrados </option>');
document.write('<option>19 Dez. somente p/ Usuários Registrados </option>');

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

document.write('<td width=15% valign=top height=35> ');
document.write('<center><b><font size=2 color=red>Volantes</font></b></center> ');

document.write('<select name=select class=select>');
document.write('<option>* Qtde * </option>');
document.write('<option>15 Dezenas</option>');
document.write('</select></td>');

document.write('<td width=37% valign=top height=35><center> ');
document.write('<font size=2 color=red><b>Boloes</b></font><br>');
document.write("<input type=button  class=select onClick=window.open('http://www.megabolao.com/index.html','menubar','scrollbars=yes','directories','location')  name=stationbutton2 value=$$Boloes$$>");
document.write('</center></td></tr></table>');
function go_to_station()
    {
    if (document.stationform.stationselect.options[1].selected)		
	{	window.location.href = "lf15g15_dez16.htm";}	
    else if (document.stationform.stationselect.options[2].selected)		
	{	window.location.href = "lf15g15_dez17.htm";}	
    else if (document.stationform.stationselect.options[3].selected)		
	{	window.location.href = "lf15g15_dez18.htm";}	
	else if (document.stationform.stationselect.options[4].selected)		
	{	window.location.href = "lf15g15_dez19.htm";}	

	
    	
	return true;	
	}


