<!--

//Javascript by Euroweb - www.euroweb.pt

{

//Estilos
document.writeln('<style type="text/css">');
document.writeln('.form {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}');
document.writeln('.textobarra {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; text-decoration: none}');
document.writeln('a:hover {  text-decoration: underline}');
document.writeln('</style>');
//Fim Estilos

document.writeln('<form name="guideform">');
document.write('<table width="100%" cellspacing="0" cellpadding="0" border="0" bgcolor="200040" height="0">');
document.writeln('<td width="100%" bgcolor="#" align="left" valign="middle">');
	document.writeln('<SELECT class="form" name="guidelinks" onchange="self.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">');
	document.writeln('<option value="">acesso directo</option>');
	document.writeln('<option value="http://www.indouro.com/default.asp?id=40&mnu=40">Reservas online');
	document.writeln('<option value="http://www.indouro.com/default.asp?id=26&mnu=26">Newsletter');
	document.writeln('<option value="http://www.indouro.com/default.asp?id=0&ACT=18">Mapa do site');
	document.writeln('<option value="http://www.indouro.com/default.asp?id=27&mnu=27">Quem somos');
	document.writeln('<option value="http://www.indouro.com/default.asp?id=17&mnu=17">Contacte-nos');
	document.writeln('</select>');	
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('</form>');

}

//-->