// JavaScript Document


/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/



var caption=new Array()
var bigImage=new Array()


//CAPTIONS
caption[00]='4 x 8 foot sheets. Wax effect (matt&eacute;) polyurethane finish. <br /><a href="file-download.php?file=images/hires/Treefrog 70000 FSC Wenge SG.jpg">Click here to download hi-res image</a><br /><br /><br />'
caption[01]='4 x 8 foot sheets. Low Gloss polyurethane finish. <br /><a href="file-download.php?file=images/hires/Treefrog 70001 FSC Mahogany.jpg">Click here to download hi-res image</a><br /><br /><br />'
caption[02]='4 x 8 foot sheets. Wax effect (matt&eacute;) polyurethane finish. <br /><a href="file-download.php?file=images/hires/Treefrog 70002 FSC Zebrawood.jpg">Click here to download hi-res image</a><br /><br /><br />'
caption[03]='4 x 8 foot sheets. Wax effect (matt&eacute;) polyurethane finish. <br /><a href="file-download.php?file=images/hires/Treefrog 70003 FSC Ebony SG.jpg">Click here to download hi-res image</a><br /><br /><br />'
caption[04]='4 x 8 foot sheets. Wax effect (matt&eacute;) polyurethane finish. <br /><a href="file-download.php?file=images/hires/Treefrog 70004 FSC Black Oak.jpg">Click here to download hi-res image</a><br /><br /><br />'


//BIG PICS
bigImage[00]='<img src="images/veneers/70000.jpg" alt="70000" name="imageBig" />'
bigImage[01]='<img src="images/veneers/70001.jpg" alt="70001" name="imageBig" />'
bigImage[02]='<img src="images/veneers/70002.jpg" alt="70002" name="imageBig" />'
bigImage[03]='<img src="images/veneers/70003.jpg" alt="70003" name="imageBig" />'
bigImage[04]='<img src="images/veneers/70004.jpg" alt="70004" name="imageBig" />'



function changeImage(whichImage){
	if (document.all||document.getElementById){
		cross_e2=document.getElementById? document.getElementById("bigImage"):document.all.bigImage
		cross_e2.innerHTML= whichImage
	}
	else if (document.layers){
		document.d3.document.d4.document.write(whichImage)
		document.d3.document.d4.document.close()
	}
}


function changetext(whichcontent){
	if (document.all||document.getElementById){
		cross_el=document.getElementById? document.getElementById("caption"):document.all.caption
		cross_el.innerHTML= whichcontent
	}
	else if (document.layers){
		document.d1.document.d2.document.write(whichcontent)
		document.d1.document.d2.document.close()
	}
}
functions.js
