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

$(document).ready(function() {

/* 
PAGE SPECIFIC CODE
*/
var homepage="index.htm";
var wl=window.location;
var wlx=wl.toString()
var filename=wlx.substr(wlx.lastIndexOf('/')+1);
if(isNaN(filename)==false || filename.charAt(0)=="?"){filename=homepage;}
var imgTag;
switch(filename){
	default:
	case homepage :
		var FO = { movie:"lib/mainpic.swf", width:"385", height:"385", majorversion:"7", build:"16", xi:"true" };
		UFO.create(FO, "theBanner");
		
		titleTag="<img src='images/hometitle.gif' width='385' height='45' />";
		imgTag="<img src='images/index/foundedin1984.gif' width='385' height='200' />";
		
	break;
	case 'company.htm':
		titleTag="<img src='images/company/companytitle.gif' width='385' height='45' />";
		imgTag="<img src='images/company/comprisingof.gif' width='385' height='200' />";
	break;
	case 'our.htm':
		titleTag="<img src='images/our/ourtitle.gif' width='385' height='45' />";
		imgTag="<img src='images/our/wdelliot.gif' width='385' height='200' />";
	break;
	case 'rock.htm':
		titleTag="<img src='images/rock/rocktitle.gif' width='385' height='45' />";
		imgTag="<img src='images/rock/whetheryou.gif' width='385' height='200' />";
	break;
	case 'concrete.htm':
		titleTag="<img src='images/concrete/concretetitle.gif' width='385' height='45' />";
		imgTag="<img src='images/concrete/withavastexperience.gif' width='385' height='200' />";
	break;
	case 'building.htm':
		titleTag="<img src='images/building/buildingtitle.gif' width='385' height='45' />";
		imgTag="<img src='images/building/specialising.gif' width='385' height='200' />";
	break;
	case 'demolition.htm':
		titleTag="<img src='images/demolition/demolitiontitle.gif' width='385' height='45' />";
		imgTag="<img src='images/demolition/wdelliott.gif' width='385' height='200' />";
	break;	
	case 'plant.htm':
		titleTag="<img src='images/plant/planttitle.gif' width='385' height='45' />";
		imgTag="<img src='images/plant/wdelliott.gif' width='385' height='200' />";
	break;
	case 'contact.htm':
		titleTag="<img src='images/contact/contacttitle.gif' width='385' height='45' />";
		imgTag="<img src='images/contact/whetheryouare.gif' width='385' height='200' />";
	break;

}
//alert(imgTag);
if(imgTag){
$("#advert").html(imgTag);
$("#advert").css("padding","0px");
$("#right > h1").html(titleTag);
$("#right > h1").css("padding","0px");
}//else{alert("Bling Bling")}
 });
