This as an array declaration in the head section would do that:
Code:
var array_name=[];
//configure the below images and descriptions (empty here) to your own, note optional links.
array_name[0] = ["1_side.jpg", "", "http://www.google.com"];
array_name[1] = ["2_side.jpg", "", "http://www.yahoo.com"];
array_name[2] = ["3_side.jpg", "", "http://www.dynamicdrive.com"];
array_name[3] = ["5_side.jpg", "", "http://www.msn.com"];
//optional properties for these images:
array_name.no_descriptions=1; //use for no descriptions displayed
array_name.pause=1; //use for pause onmouseover
array_name.no_controls=1; //use images for controls
You didn't specify if you wanted descriptions or not so, I chose not.
Bookmarks