<!-- Begin ----- ---------RENTALS-GOUVEIA / VIEW-PRICES-ROOMS.js----------------------
document.write('<DIV ALIGN="CENTER">');

document.write('<TABLE CLASS="site" border="0" cellspacing="0" cellpadding="0">'); 
document.write('<TR VALIGN="TOP">');
document.write('<TD>');
document.write('<a name="prices"><HR CLASS="orange"></a>');
document.write('</TD></TR></TABLE>');

document.write('<TABLE CLASS="site" border="0" cellspacing="0" cellpadding="0">'); 
document.write('<TR VALIGN="TOP">');
document.write('<TD WIDTH="600"><FONT color="#FF6600" SIZE="6">rental prices</FONT>');
document.write('<BR><FONT color="#FF6600" SIZE="4">Prices are per Night in Euros.</FONT>');
document.write('</TD><TD WIDTH="200" ALIGN="LEFT">');
document.write('<UL>');
document.write('<LI><a HREF="#prices">Prices</a>');
document.write('<LI><a HREF="#reserve">Reserve It Now!</a>');
document.write('<LI><a HREF="javascript:history.back()">Go Back</a>');
document.write('</UL>');
document.write('</TD>');
document.write('</TR></TABLE>');

document.write('<TABLE CLASS="site" border="0" cellspacing="0" cellpadding="0">'); 
document.write('<TR VALIGN="TOP">');
document.write('<TD>');
document.write('<HR CLASS="orange">');
document.write('</TD></TR></TABLE>');


document.write('<TABLE CLASS="site" border="0" cellpadding="0" cellspacing="0">');
document.write('<TR VALIGN="TOP">');
document.write('<TD WIDTH="200">');
document.write('<img src="../IMG/buttons-available.gif" border="0" alt="AVAILABLE"><BR><img src="../IMG/1-bedroom-2-180.jpg" border="0" alt="ROOMS">');
document.write('</TD>');

document.write('<TD>');

document.write('<TABLE WIDTH="100%" border="1" BORDERCOLOR="#CCCCCC" cellpadding="3" cellspacing="0">');
document.write('<TR VALIGN="MIDDLE" ALIGN="CENTER" BGCOLOR="#CCFFCC">');
document.write('<TD>GUESTS</TD><TD>1 to 7 Nights Stay<BR>Price/Night</TD><TD>8 to14 Nights Stay<BR>Price/Night</TD><TD>15 to 30 Nights Stay<BR>Price/Night</TD>');
document.write('</TR><TR VALIGN="MIDDLE" ALIGN="CENTER">');
document.write('<TD BGCOLOR="#CCFFCC">1 GUEST</TD><TD>€ 25.00</TD><TD>€ 20.00</TD><TD>€ 17.50</TD>');
document.write('</TR><TR VALIGN="MIDDLE" ALIGN="CENTER">');
document.write('<TD BGCOLOR="#CCFFCC">2 GUESTS</TD><TD>€ 40.00</TD><TD>€ 30.00</TD><TD>€ 25.00</TD>');
document.write('</TR></TABLE>');

document.write('</TD>');
document.write('</TR></TABLE>');

document.write('</DIV>');
// End ------------------------------------------------------------ -->

