<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
if(document.images) {

onhome				= new Image(); onhome.src				= "../images/grey_butt_on.gif";
home				= new Image(); home.src				= "../images/grey_butt_off.gif";

onabout				= new Image(); onabout.src				= "../images/grey_butt_on.gif";
about				= new Image(); about.src				= "../images/grey_butt_off.gif";

onproducts				= new Image(); onproducts.src				= "../images/grey_butt_on.gif";
products				= new Image(); products.src				= "../images/grey_butt_off.gif";

onenquiry				= new Image(); onenquiry.src				= "../images/grey_butt_on.gif";
enquiry				= new Image(); enquiry.src				= "../images/grey_butt_off.gif";

ontechnical				= new Image(); ontechnical.src				= "../images/grey_butt_on.gif";
technical				= new Image(); technical.src				= "../images/grey_butt_off.gif";

ondesigners				= new Image(); ondesigners.src				= "../images/grey_butt_on.gif";
designers				= new Image(); designers.src				= "../images/grey_butt_off.gif";

onnews				= new Image(); onnews.src				= "../images/grey_butt_on.gif";
news				= new Image(); news.src				= "../images/grey_butt_off.gif";

onfaqs				= new Image(); onfaqs.src				= "../images/grey_butt_on.gif";
faqs				= new Image(); faqs.src				= "../images/grey_butt_off.gif";

onvacancy				= new Image(); onvacancy.src				= "../images/grey_butt_on.gif";
vacancy				= new Image(); vacancy.src				= "../images/grey_butt_off.gif";

oncontacts				= new Image(); oncontacts.src				= "../images/grey_butt_on.gif";
contacts				= new Image(); contacts.src				= "../images/grey_butt_off.gif";



onbutt1				= new Image(); onbutt1.src				= "../images/sml_butt_on.gif";
butt1				= new Image(); butt1.src				= "../images/sml_butt_off.gif";

onbutt2				= new Image(); onbutt2.src				= "../images/sml_butt_on.gif";
butt2				= new Image(); butt2.src				= "../images/sml_butt_off.gif";

onbutt3				= new Image(); onbutt3.src				= "../images/sml_butt_on.gif";
butt3				= new Image(); butt3.src				= "../images/sml_butt_off.gif";

onbutt4				= new Image(); onbutt4.src				= "../images/sml_butt_on.gif";
butt4				= new Image(); butt4.src				= "../images/sml_butt_off.gif";

onbutt5				= new Image(); onbutt5.src				= "../images/sml_butt_on.gif";
butt5				= new Image(); butt5.src				= "../images/sml_butt_off.gif";

onbutt6				= new Image(); onbutt6.src				= "../images/sml_butt_on.gif";
butt6				= new Image(); butt6.src				= "../images/sml_butt_off.gif";

onbutt7				= new Image(); onbutt7.src				= "../images/sml_butt_on.gif";
butt7				= new Image(); butt7.src				= "../images/sml_butt_off.gif";



onbuttw1				= new Image(); onbuttw1.src				= "../images/sml_buttw_on.gif";
buttw1				= new Image(); buttw1.src				= "../images/sml_buttw_off.gif";

onbuttw2				= new Image(); onbuttw2.src				= "../images/sml_buttw_on.gif";
buttw2				= new Image(); buttw2.src				= "../images/sml_buttw_off.gif";

onbuttw3				= new Image(); onbuttw3.src				= "../images/sml_buttw_on.gif";
buttw3				= new Image(); buttw3.src				= "../images/sml_buttw_off.gif";

onbuttw4				= new Image(); onbuttw4.src				= "../images/sml_buttw_on.gif";
buttw4				= new Image(); buttw4.src				= "../images/sml_buttw_off.gif";

onbuttw5				= new Image(); onbuttw5.src				= "../images/sml_buttw_on.gif";
buttw5				= new Image(); buttw5.src				= "../images/sml_buttw_off.gif";

onbuttw6				= new Image(); onbuttw6.src				= "../images/sml_buttw_on.gif";
buttw6				= new Image(); buttw6.src				= "../images/sml_buttw_off.gif";

onbuttw7				= new Image(); onbuttw7.src				= "../images/sml_buttw_on.gif";
buttw7				= new Image(); buttw7.src				= "../images/sml_buttw_off.gif";
}

function swap(place, imgName) {if ( version == "n3" || version == "e4" ) {document[place].src = eval(imgName + ".src")}
}

//-->
