//---------------------------------------------------------------------------------------------------------
// CONTENTS
//---------------------------------------------------------------------------------------------------------
// Insert your contents here. Example:
//
// slsContents[0] = "This is the first page.";
// slsContents[1] = "This is the second page.";
// slsContents[2] = "Here's an image:<br><img src=\"path/to/image\">";
// ...
//
// - You can use HTML-tags.
// - Escape all quotation marks inside your contents with a backslash (\").
// - Use tables or CSS to set a padding where needed.
//
// Just see what I did below, and you'll get the picture. :-)
//---------------------------------------------------------------------------------------------------------

var slsContents = new Array();


slsContents[0] = "<a href=\"SkuGrpListVOR1ITM.asp\" title=\"Shop Now VWvortex Items\"><img src=\"elements/scBkGrnd_1.jpg\" width=\"800\" height=\"283\" border=0></a>";

slsContents[1] = "<a href=\"SkuGrpListVOR1ITM.asp\" title=\"Shop Now VWvortex Items\"><img src=\"elements/scBkGrnd_2.jpg\" width=\"800\" height=\"283\" border=0></a>";

slsContents[2] = "<a href=\"SkuGrpListVOR1ITM.asp\" title=\"Shop Now VWvortex Items\"><img src=\"elements/scBkGrnd_3.jpg\" width=\"800\" height=\"283\" border=0></a>";

slsContents[3] = "<a href=\"SkuGrpListVOR1ITM.asp\" title=\"Shop Now VWvortex Items\"><img src=\"elements/scBkGrnd_4.jpg\" width=\"800\" height=\"283\" border=0></a>";

