
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 = 
  'Our programs are designed to get the most out of your visit to Sinai, either you choose a camel, jeep or walking safari. We have been in business for over two decades and know every little corner of the peninsula, just as much as the needs of our customers.';
var smplTxt02 = 
  'no text';
var smplTxt03 = 
  'Camel safaris can take you to places inaccessible to 4WDs and further then walking safaris. Big open sandy plains, long mountain wadis, hidden oases and authentic Bedouin life. Experience Sinai the traditional way.';
var smplTxt04 = 
  '4WD safaris will take you through vast expanses of desert to see distant sights. We know and respect the desert - we will get you to all the places with safety, quality and the environment in mind. Comfort outdoors.';
var smplTxt05 = 
  'Hiking and trekking in the Sinai desert and mountains is a unique experience and   the best way to see the place. Camels carry everything and on long distances   there is the option to ride them. In the summer starting earlier  and finishing later, with a long mid-day break in between.';
var smplTxt06 = 
  'Prices depend on the safari or trek you want and group size, and can range from 20 Euro up to 60 Euro per person per day, everything included. We can tailor make any program to suit your needs for no extra cost. Do not hesitate to ask - we are here to help!';
  
function chgSpecText(cellObjId, newSpecText)
{
  var cellObj = MM_findObj(cellObjId);
  cellObj.innerHTML = newSpecText;
}
 
