//Fade-in image slideshow- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use
var pause=8000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
var fadeimages=new Array()
var fadetext=new Array()
var fadelink=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0] = 'image3.php?f=697G'
fadetext[0] = 'NPL432 Shark 292 SXI- Metal Cutting Band Saw Ex Demonstration Unit
The Shark 292SXI industrial band saw has the capacity to cut single work pieces and bundles up to 290 x 200mm with an angle cut facility of 60 degrees left and 45 degrees right. Coupled with the three modes of labour saving options: Manual Manually grip the material in the vice, start the... [Read more...]'
fadelink[0] = 'product.php?product_id=697'
fadeimages[1] = 'image3.php?f=696G'
fadetext[1] = 'NPL431 FAC/T - Mobile Weld Fume Extraction Unit Ex Demonstration Unit (un-used) NPL431
This fully mobile extraction unit, robustly constructed in steel is suitable for the separation of oily fumes. Based on a dry filter principle the polluted air is taken in via the adjustable jointed arm to a steel spark proof pre-filter. Finally a rigid pocket filter with 85% efficiency... [Read more...]'
fadelink[1] = 'product.php?product_id=696'
////NO need to edit beyond here/////////////
var preloadedimages=new Array()
for (p=0;p | ' + fadetext[index] + ' | ';
}
function fadepic() {
if (curpos<100) {
curpos+=10
if (tempobj.filters)
tempobj.filters.alpha.opacity=curpos
else if (tempobj.style.MozOpacity)
tempobj.style.MozOpacity=curpos/100
}
else {
clearInterval(dropslide)
nextcanvas=(curcanvas=="canvas0")? "canvas0" : "canvas1"
tempobj=ie4? eval("document.all."+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=formatStory(nextimageindex);
nextimageindex=(nextimageindex