
/**************************************
* http://vertical-scroller.vbarsan.com/
*    This notice may not be removed 
**************************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=329;

//scroller's height
var sheight=100;


//scroller's speed 
var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause 
var spause=2000;

//scroller's background
var sbcolor="#FFFFFF";

//messages: set your own; use as many as you'd like; set up Hyperlinks to
//URLs as you normally do: <a target=... href="... URL ...">..message..</a>;
var singletext=new Array();
singletext[0]='<table CELLSPACING="0" CELLPADDING="0" align="center"><tr><td height="300px" valign="middle"><div class=tan><b>HOUSE 103</b><br>(Sam Pine - Bridgewater, England) We stayed at this property in Sept/Oct 2009. It was a brilliant holiday, in a beautiful location. The property its self was lovely, it had everything you needed, we found it just it looks in the pictures. The gardens were beautiful and the views were amazing. Also the pool was a big hit with our 10 year old, as were the sun loungers with me! You do need a car if you stay at this property as it is in a rural location although the village is in walking distance, where you will find two well stocked mini supermarkets, and two restaurants although only one was open while we were there, the one that was open also offers a take away service (the pizzas were amazing and great value!) The whole area was lovely, nearby Sintra was beautiful and full of history. We took our son to the toy museum there and we were well impressed, we enjoyed it as much as he did. Nearby beach is also great with loads of lovely restaurants to choose from. We also drove the long way back from Cascais to the property along the coast and the views were amazing. The main reason for our holiday there was to go to the Moto GP in Estoril, so the property is a great base for that, once you know how to get there the property is about a 20 min drive to the track. As for Ketan, well what can we say! He was brilliant! He met us in a nearby village when we were on our way to the property, as we got lost and was always contactable when we had a problem or we needed to know how to get somewhere. The property is extremely well looked after and well managed by Ketan and Sandra. We would definately stay there again and have already recommended it to a few of our friends and family.<br><br><b>HOUSE 103</b><br>Luis F Albacete / Spain 
Un sitio estupendo para pasar unas vacaciones inolvidables. Una propiedad a la que no le falta de nada, tiene una estupenda barbacoa, una piscina estupenda (donde podrás tomar el sol y darte un bañito) y una casita prefabricada que es muy confortable y tiene todo lo necesario para pasar las vacaciones. Es exactamente como se ve por Internet. Esta muy limpia y Sandra y Ketan están pendientes de cualquier cosa que puedas necesitar, aunque nosotros no tuvimos ningún problema durante el tiempo que estuvimos alli. Son muy amables y te orientan en cualquier cosa que te pueda surgir antes de contratar la propiedad y una vez que estas alli. Situada muy cerca de Sintra, en pleno parque natural y muy cerca de un montón de sitios para ver (Lisboa, Sintra, Cascais, Estoril, Mafra, Queluz, etc). Muy cerca también de la costa, donde se puede disfrutar de las playas y de paisajes escarpados increíbles. Esta en el pueblo de Janas, un pueblo pequeñito en el que podrás encontrar cualquier cosa que precises durante tu estancia. Se la recomendamos a todo el mundo, tanto si quieren disfrutar del entorno como si quieren relajarse y descansar. Un lugar ideal para escapar del calor agobiante del verano, ya que aunque durante el día hace más calor por las noches refresca bastante y se puede dormir muy bien. A nosotros nos ha gustado mucho y seguro que repetiremos pronto.
</div></td></tr></table>';
//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->

