<!--
function MC_VSOL_DisplayText(newText) { 
var nothing;
nothing = ' ';
 if ((newText==null)){
   	var newText = 'Below are the areas in which Volante specialises. We believe the work that we do within these areas and by combining these specialisations help organisations bring order to information chaos.';
	document.getElementById("first").childNodes[0].nodeValue = newText;
	document.getElementById("info").childNodes[0].nodeValue = nothing;
   }
  else{
	document.getElementById("first").childNodes[0].nodeValue = nothing;
	document.getElementById("info").childNodes[0].nodeValue = newText;
   } 
}

function MC_DisplayText(displaytext) {
 if ((displaytext==null)){
   	var displaytext = ' ';
   }
document.getElementById("home").childNodes[0].nodeValue = displaytext;
}

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_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_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_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 MM_displayStatusMsg(msgStr) { //v1.0
status=msgStr;
document.MM_returnValue = true;
}

function MM_setTextOfTextfield(objName,x,newText) { //v3.0
var obj = MM_findObj(objName); if (obj) obj.value = newText;
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
obj.visibility=v; }
}
	
function OpenWindow(link, vwidth, vheight) {
 if ((vwidth==null)&&(vheight==null)){
   	var windowWidth = 650;
	var windowHeight = 500;
   }
 else{
    var windowWidth = vwidth;
	var windowHeight = vheight;
   }   
	var leftLocation = (screen.width - windowWidth) / 2;
	var topLocation = (screen.height - windowHeight) / 2;	

	window.open(link,'_minime','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+windowWidth+',height='+windowHeight+',left='+leftLocation+',top='+topLocation)
	}
		
function OpenWindowTemp(link, vwidth, vheight) {
 if ((vwidth==null)&&(vheight==null)){
   	var windowWidth = 650;
	var windowHeight = 500;
   }
 else{
    var windowWidth = vwidth;
	var windowHeight = vheight;
   }   
	var leftLocation = (screen.width - windowWidth) / 2;
	var topLocation = (screen.height - windowHeight) / 2;	

	window.open(link,'_minime','toolbar=no,location=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,width='+windowWidth+',height='+windowHeight+',left='+leftLocation+',top='+topLocation)
	}

function MM_dateStamp() {
function y2k(number){return (number < 1000) ? number + 1900 : number;}
	var day="";
	var month="";
	var myweekday="";
	var year="";
	
	mydate = new Date();
	
	myday = mydate.getDay();
	mymonth = mydate.getMonth();
	myweekday= mydate.getDate();
	weekday= myweekday;

	if(myday == 0)
	day = " Sunday";
	else if(myday == 1)
	day = " Monday";
	else if(myday == 2)
	day = " Tuesday";
	else if(myday == 3)
	day = " Wednesday";
	else if(myday == 4)
	day = " Thursday";
	else if(myday == 5)
	day = " Friday";
	else if(myday == 6)
	day = " Saturday";
	if(mymonth == 0) {
	month = "January ";}
	else if(mymonth ==1)
	month = "February ";
	else if(mymonth ==2)
	month = "March ";
	else if(mymonth ==3)
	month = "April ";
	else if(mymonth ==4)
	month = "May ";
	else if(mymonth ==5)
	month = "June ";
	else if(mymonth ==6)
	month = "July ";
	else if(mymonth ==7)
	month = "August ";
	else if(mymonth ==8)
	month = "September ";
	else if(mymonth ==9)
	month = "October ";
	else if(mymonth ==10)
	month = "November ";
	else if(mymonth ==11)
	month = "December ";

	document.write(day + ', ' + myweekday  + " " + month  + y2k(mydate.getYear()));
}

function f_getcookieval(offset) {
	var endstr = document.cookie.indexOf (";", offset);
	if (endstr == -1) endstr = document.cookie.length;
	return unescape(document.cookie.substring(offset, endstr));
}

function f_getcookie(name) {
	var arg = name + "=";
	var alen = arg.length;
	var clen = document.cookie.length;
	var i = 0;
	while (i < clen) {
	var j = i + alen;
	if (document.cookie.substring(i, j) == arg) return f_getcookieval (j);
	i = document.cookie.indexOf(" ", i) + 1;
	if (i == 0) break;
	}
	return null;
}

function f_setcookie (name, value, expires) {
	document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + '; path=/';
}

function addDays(intDays,datDate){
	datStart =Date.parse(datDate)
	datEnd = datStart + intDays*(24*60*60*1000)
	datFinal = new Date(datEnd)
	return datFinal
}
//-->