// JavaScript Document


var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

function popUp(URL, width) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=595,height=580,left = 218,top = 94');");
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

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 MM_nbGroup(event, grpName) { //v6.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
      nbArr[nbArr.length] = img;
  } }
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


function changeBorder(imgName){
document.getElementById(imgName).className = "picborderover";
}

function changeBorderBack(imgName){
document.getElementById(imgName).className = "picborder";
}

function swopBG1(fieldName){
document.getElementById(fieldName).className = "dropdownfocus";
}

function swopBGBack1(fieldName){
document.getElementById(fieldName).className = "dropdown";
}

function swopBG(fieldName){
document.getElementById(fieldName).className = "inputfieldfocus";
}

function swopBGBackz(fieldName){
document.getElementById(fieldName).className = "inputfield3";
}

function swopBGz(fieldName){
document.getElementById(fieldName).className = "inputfieldfocus3";
}

function swopBGBack(fieldName){
document.getElementById(fieldName).className = "inputfield";
}


function swopBGlong(fieldName){
document.getElementById(fieldName).className = "inputfieldfocuslong";
}

function swopBGBacklong(fieldName){
document.getElementById(fieldName).className = "inputfieldlong";
}

function swopBGlongz(fieldName){
document.getElementById(fieldName).className = "inputfieldfocuslong3";
}

function swopBGBacklongz(fieldName){
document.getElementById(fieldName).className = "inputfieldlong3";
}

function swopBG2(fieldName){
document.getElementById(fieldName).className = "inputfield2focus";
}

function swopBGBack2(fieldName){
document.getElementById(fieldName).className = "inputfield2";
}
function swopBG2long(fieldName){
document.getElementById(fieldName).className = "inputfield2focuslong";
}

function swopBGBack2long(fieldName){
document.getElementById(fieldName).className = "inputfield2long";
}

function showName(what){
if(what == "selfdrives"){
document.getElementById('showName').innerHTML = "Self Drives";
}else if(what == "flyins"){
document.getElementById('showName').innerHTML = "Fly-Ins";
}else if(what == "guidedtours"){
document.getElementById('showName').innerHTML = "Guided Tours";
}else if(what == "addons"){
document.getElementById('showName').innerHTML = "Add-Ons";
}else if(what == "offthebeatentrack"){
document.getElementById('showName').innerHTML = "Off the Beaten Track";
}else if(what == "traveltips"){
document.getElementById('showName').innerHTML = "Travel Tips";
}
}

function showNameNot(){
document.getElementById('showName').innerHTML = "";
}

function showit(section){
document.getElementById("sect" + section + "").className = "boxbodyshow";
document.getElementById("buttontd" + section + "").innerHTML = "<div align='center'><a href=javascript:hideit('" + section + "');><img src=http://www.africatraveltips.com/images/button_close.gif width=53 height=19 border='0'></a></div>";
}

function hideit(section){
document.getElementById("sect" + section + "").className = "boxbodyhide";
document.getElementById("buttontd" + section + "").innerHTML = "<div align='center'><a href=javascript:showit('" + section + "');><img src=http://www.africatraveltips.com/images/button_read.gif width=53 height=19 border='0'></a></div>";
}

function showCoords(file){
window.open("" + file + "", "", "width=560, height=400, toolbar=no, location=no, resizable=no, scrollbars=yes")
}

function checkForm(){
ind = document.bookingform.ClientCountriesInterest.selectedIndex;
val = document.bookingform.ClientCountriesInterest.options[ind].value;

if ((bookingform.ClientName.value.length==0) ||(bookingform.ClientName.value==null)) {
alert('Please enter your name') ;
document.bookingform.ClientName.select();
return false;
}else if((bookingform.ClientEmail.value.length==0) ||(bookingform.ClientEmail.value==null)) {
alert('Please enter your email address before submitting');
document.bookingform.ClientEmail.select();
return false;
}else if((bookingform.ClientBudget.value.length==0) || (bookingform.ClientBudget.value=="Per Day")) {
alert('Please fill in your approximate budget');
document.bookingform.ClientBudget.select();
return false;
}else if((bookingform.ClientNumPeople.value.length==0) ||(bookingform.ClientNumPeople.value==null)) {
alert('Please tell us how many people will be travelling');
document.bookingform.ClientNumPeople.select();
return false;
}else if((val == "") || (val == null)) {
alert('Please indicate which countries you are interested in');
document.bookingform.ClientCountriesInterest.focus();
return false;
}else{
return true;
}
}
