The script thinks the images are here:
Code:
http://www.akcpuppy.net/
in the root of the domain. Either put them there or change this:
Code:
var contractsymbol='minus.gif' //Path to image to represent contract state.
var expandsymbol='plus.gif' //Path to image to represent expand state.
to reflect the actual path, ex:
Code:
var contractsymbol='/images/minus.gif' //Path to image to represent contract state.
var expandsymbol='/images/plus.gif' //Path to image to represent expand state.
Use the path to your actual image folder. You must also correct the paths here (and similar) in the markup:
Code:
<div class="headers"><img src="minus.gif" class="showstate" onC . . .
Bookmarks