if (document.images) {
	var imagesProductsNormal = new Object();
	imagesProductsNormal["troubleshooting"] = new Image(20, 100);
	imagesProductsNormal["troubleshooting"].src = "images/troubleshooting_normal.gif";
	imagesProductsNormal["techTips"] = new Image(20, 54);
	imagesProductsNormal["techTips"].src = "images/techTips_normal.gif";
	imagesProductsNormal["installation"] = new Image(20, 119);
	imagesProductsNormal["installation"].src = "images/installation_normal.gif";


	var imagesProductsHilite= new Object();
	imagesProductsHilite["troubleshooting"] = new Image(20, 100);
	imagesProductsHilite["troubleshooting"].src = "images/troubleshooting_hilite.gif";
	imagesProductsHilite["techTips"] = new Image(20, 54);
	imagesProductsHilite["techTips"].src = "images/techTips_hilite.gif";
	imagesProductsHilite["installation"] = new Image (20, 119);
	imagesProductsHilite["installation"].src = "images/installation_hilite.gif";
	

}