
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;
}

function switchImg(imgObjId, newSrc)
{
  var imgObj = MM_findObj(imgObjId);
  var targetObj = MM_findObj('Photo');
  targetObj.src = newSrc;
}

var smplTxt01 = 
  'The Desert Fox Camp, a short walk away from the Monastery of St. Catherine and right at the foot of the Mt. Sinai massif, provides a variety of accommodation types for individuals or groups, for longer or shorter stay, with a chance to explore the area or just to relax. ';
var smplTxt02 = 
  'There are 26 rooms, separate areas for camping and caravans, Bedouin tents, hotwater and clean bathrooms, self serve kitchen and restaurant, a large room used for educational programs, a pleasant garden with olive trees and a number of shady sitting places.';
var smplTxt03 = 
  'In one part of the garden five different medicinal and aromatic herbs are grown, some of them used to treat illnesses, others to improve general wellness and add a special taste to our authentic complimentary Bedouin tea made over the camp fire.';
var smplTxt04 = 
  'Located between the town and the Monastery at the end of a nice, quite and green valley, it is a short stroll to all important amenities. Mt. Sinai and the Monastery of St. Catherine is nearer than from any other hotel or camp. It is close to the round about, at the entrance of the town.';
var smplTxt05 = 
  'DESERT CAMP...';
var smplTxt06 = 
  'We have a large number of rooms and usually there are a couple free, so unless booking for a group reservation is not necessary. There is also plenty of camping space and a few Bedouin tents to sleep in. Prices range between 10 LE for camping to 25/50 LE for rooms.';
  
function chgSpecText(cellObjId, newSpecText)
{
  var cellObj = MM_findObj(cellObjId);
  cellObj.innerHTML = newSpecText;
}
 

