
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}


var smplTxt01 = 
  'Welcome to the Hotel Du Roc, the ideal place for total relaxation away from home!  <p><br>  We warmly welcome you to our hotel which is decorated in a simple and rustic style. <br>  <br> Rocamadour, the second most popular tourist destination in France, is the ideal location from which to explore Quercy and Périgord, the most picturesque regions of France, famous for their magnificent mountainous landscape and the richness of their historical, gastronomic and religious heritage. <br>  <br> Deep  in the heart of the d&eacute;partement of Lot, this  &ldquo;hotel of charm&rdquo; in Rocamadour is the ideal place for holidays that will take  you out of yourself! ';
var smplTxt02 = 
  'Bienvenue &agrave; l\'H&ocirc;tel Du Roc, l\'endroit  id&eacute;al pour un d&eacute;paysement total !  <p>Nous vous accueillerons chaleureusement au sein d\'un d&eacute;cor  simple et rustique.</p> <p>Rocamadour, 2&egrave;me site touristique de France, est un  lieu de s&eacute;jour id&eacute;al pour d&eacute;couvrir le  Quercy et le P&eacute;rigord, r&eacute;gions pittoresques  de par leurs reliefs accident&eacute;s ainsi que la richesse  de leurs patrimoines historiques, gastronomiques et religieux.<br> <br> </p><br>Situ&eacute; au coeur du Lot, cet h&ocirc;tel  de charme &agrave; Rocamadour est le lieu id&eacute;al pour   des vacances tr&egrave;s d&eacute;paysantes !';
  
function chgSpecText(cellObjId, newSpecText)
{
  var cellObj = MM_findObj(cellObjId);
  cellObj.innerHTML = newSpecText;
}
 
