<!--Begin
if (document.layers) {navigator.family = "nn4"}
if (document.all) {navigator.family = "ie4"}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {navigator.family = "gecko"}
var descarray = new Array(
"Large worktops often consist of several pieces.",//0
"Insert the length and width of your worktop",
"Length of your worktop (mm)",
"Width of your worktop (mm)",
"If your granite top consists of several pieces, insert the length and width of the 2nd piece",
"Length of the 2nd piece (mm)",//5
"Width of the 2nd piece (mm)",
"If your granite top consists of several pieces, insert the length and width of the 3rd piece",
"Length of the 3rd piece (mm)",
"Width of the 3rd piece (mm)",
//10
"Insert the length and width of the 4th piece",//10
"Length of the 4th piece (mm)",
"Width of the 4th piece (mm)",
"Insert the length and width of the 5th piece",
"Length of the 5th piece (mm)",
"Width of the 5th piece (mm)",//15
"Insert the length and width of the 6th piece",
"Length of the 6th piece (mm)",
"Width of the 6th piece (mm)",
"Insert the length and width of the 7th piece",
//20
"Length of the 7th piece (mm)",//20
"Width of the 7th piece (mm)",
"Total length (mm) of <b>straight</b> worktop edges that are exposed and will need polishing",
"<img src='img/straight.gif'>",
"<img src='img/halfrounded.gif'>",
"<img src='img/rounded.gif'>",//25
"Total length (mm) of <b>curved</b> worktop edges that are exposed and will need polishing",
"Number of rounded corners with radius under 100 mm",
"Number of rounded corners with radius between 100 and 300 mm",
"If you want to place a hob inside your worktop",
//30
"Number of polished cutouts for sink",//30
"<img src='img/topmounted_1.gif' height=41 width=130 border=0",
"<img src='img/underup_1.gif' height=36 width=118>",
"<img src='img/under_1.gif' height=35 width=121>",
"<img src='img/flushfit_1.gif' height=41 width=130 border=0>",
"Number of tap and switch holes",//35
"Click \"Help\" to view what a set of drainer grooves looks like",
"If your kitchen wall has no tiling, you will need granite upstands (splashbacks)",
"Height of upstand",
"Length of upstand",
//40
"Height of 2nd upstand (if you need upstands of 2 different heights)",//40
"Length of 2nd upstand (if you need upstands of 2 different heights)",
"Height of 3rd upstand (if you need upstands of 3 different heights)",
"Length of 3rd upstand (if you need upstands of 3 different heights)",
"Quote includes the costs of measuring up",//44
"Transport costs depend on your location",//45
"Click here to view the total cost (excl. VAT) of your worktop including measuring up, transport, and fitting",//46
"Please enter your preferred date for measuring up. You may also leave this field empty",//47
"Fill in your contact details below and click this button to send your Autoquote to Diapol by email. By sending this, you do not take any liabilities. Our staff will contact you",//48
"Explanation of dimensions"//49
);
var overdiv="0";
function poplayer(a){
if(!descarray[a]){descarray[a]="<font color=red>This pop-up (#"+a+") isn't setup correctly - needs description</font>";}
if (navigator.family == "gecko") {pad="0"; bord="1 bordercolor=#AAAAAA";}
else {pad="1"; bord="0";}
if (a==49 || a==48 || a==46)
{desc  = "<table style='position:absolute;top:100px;left:-100px' cellspacing=0 cellpadding="+pad+" border="+bord+"  bgcolor=000000><tr><td>\n"
	+"<table cellspacing=0 cellpadding=3 border=0 width=250><tr><td height=50 bgcolor=ffffdd class='tip'><center>\n"
	+descarray[a]+"\n</td></tr></table>\n"
	+"</td></tr></table>";
}
else
{
desc  = "<table class='comment' cellspacing=0 cellpadding="+pad+" border="+bord+"  bgcolor=000000><tr><td>\n"
	+"<table cellspacing=0 cellpadding=3 border=0 width=250><tr><td bgcolor='#ffffdd' class='tip'><center>\n"
	+descarray[a]+"\n</td></tr></table>\n"
	+"</td></tr></table>";
}
/*
if(navigator.family =="nn4") {
	document.object1.document.open();
	document.object1.document.write(desc);
	document.object1.document.close();
	document.object1.left=x-75;
	document.object1.top=y-60;
	document.object1.zIndex=+100;
	}
*/
if(navigator.family =="ie4"){
	object1.innerHTML=desc;
	object1.style.pixelLeft=x-75;
	object1.style.pixelTop=y-75;
	}
else if(navigator.family =="gecko"){
	document.getElementById("object1").innerHTML=desc;
	document.getElementById("object1").style.left=x-95+"px";
	document.getElementById("object1").style.top=y-75+"px";
	}
}
function hidelayer(){
if (overdiv == "0") {
	if(navigator.family =="nn4") {eval(document.object1.top="-500px");}
	else if(navigator.family =="ie4"){object1.innerHTML="";}
	else if(navigator.family =="gecko") {document.getElementById("object1").style.top="-500px";}
	}
}
var isNav = (navigator.appName.indexOf("Netscape") !=-1);
function handlerMM(e){
x = (isNav) ? e.pageX : event.clientX + document.body.scrollLeft;
y = (isNav) ? e.pageY : event.clientY + document.body.scrollTop;
}
if (isNav){document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove = handlerMM;
//  End -->
