<!-- hide from old browsers

var days = new Array();
days[0] = "Sunday";
days[1] = "Monday";
days[2] = "Tuesday";
days[3] = "Wednesday";
days[4] = "Thursday";
days[5] = "Friday";
days[6] = "Saturday";

var months = new Array();
months[0] = "January";
months[1] = "February";
months[2] = "March";
months[3] = "April";
months[4] = "May";
months[5] = "June";
months[6] = "July";
months[7] = "August";
months[8] = "September";
months[9] = "October";
months[10] = "November";
months[11] = "December";


var url="http://www.djhengineering.co.uk"
var title="DJH Engineering"
function addfave() {
if (document.all)
window.external.AddFavorite(url,title)}

// Function
function change(ObjectName, ChangeTo)
                {
                  document[ObjectName].src = eval(ObjectName + ChangeTo + ".src");
                }


// mouseover


shopnav01on = new Image(200,35);
shopnav01on.src = "http://www.djhengineering.co.uk/images/navclivedonon.gif";
shopnav01off = new Image(200,35);
shopnav01off.src = "http://www.djhengineering.co.uk/images/navclivedon.gif";

shopnav02on = new Image(200,35);
shopnav02on.src = "http://www.djhengineering.co.uk/images/navlocoon.gif";
shopnav02off = new Image(200,35);
shopnav02off.src = "http://www.djhengineering.co.uk/images/navloco.gif";

shopnav03on = new Image(200,35);
shopnav03on.src = "http://www.djhengineering.co.uk/images/navgiftwareon.gif";
shopnav03off = new Image(200,35);
shopnav03off.src = "http://www.djhengineering.co.uk/images/navgiftware.gif";

shopnav04on = new Image(200,35);
shopnav04on.src = "http://www.djhengineering.co.uk/images/navgiftson.gif";
shopnav04off = new Image(200,35);
shopnav04off.src = "http://www.djhengineering.co.uk/images/navgifts.gif";

// hightlight table cells

function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TR")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}

function changeImage(newImg) {
	document.ProdID.src = "prodbig/" + newImg + ".jpg";
}

// REPLACE UNLOADED IMAGES WITH FAILURE MESSAGE
function noimgsmall(imgPath) {
	eval(imgPath).src = "http://www.djhengineering.co.uk/images/noimg100.gif";
}

function noimgnormal(imgPath) {
	eval(imgPath).src = "http://www.djhengineering.co.uk/images/noimg200.jpg";
}

function noimgbrok(imgPath) {
	eval(imgPath).src = "http://www.djhengineering.co.uk/clivedon/brokerage/noimg.gif";
}


self.name = "main";
function openWin(width, height, imagewidth, imageheight, pic) {
        picWin = open("", "popup", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=yes,resizable=no,menubar=no");
        picWin.document.open();
        picWin.document.clear();
        picWin.document.writeln("<html><head><title>Product Detail</TITLE></head><body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"><table width=\"100%\" height=\"100%\" cellpadding=0 cellspacing=0 border=0><tr><td valign=\"middle\" align=\"center\"><img src=\"prodhuge/" + pic + ".jpg\" alt=\"enlarged image\"></td></tr><tr><td align=\"center\" bgcolor=\"#999999\"><a href=\"#\" onClick='self.close()'><FONT SIZE=\"1\" FACE=\"Verdana,Helvetica,Arial,MS Sans Serif\" COLOR=\"#ffffff\">close this window</FONT></a></td></tr></table></body></html>");
        picWin.document.close();
}
function openurl(width, height,url) {
        picWin = open(url, "popup", "width=" + width + ",height=" + height + ",toolbar=no,directories=no,status=no,location=no,scrollbars=yes,resizable=no,menubar=no");

}

// - end hiding -->
