// set the URLs of your images
// add as many as you like
var slideurl=new Array()
slideurl[0]="orpheus.gif"
slideurl[1]="CSuite.gif"
slideurl[2]="converter.gif"
slideurl[3]="AAPro.gif"
slideurl[4]="mixer.gif"
slideurl[5]="WE.gif"
slideurl[6]="PM.gif"
slideurl[7]="ripper.gif"
slideurl[8]="streaming.gif"
slideurl[9]="jspro.gif"
slideurl[10]="jukebox.gif"
slideurl[11]="dm.gif"
slideurl[12]="php.gif"
slideurl[13]="editor.gif"
slideurl[14]="cs.gif"

// add a corresponding link for each image
// if you don't wont to link an image, enter "#"
var slidelink=new Array()
slidelink[0]="http://www.TheBestMusicSoftware.com"
slidelink[1]="http://www.c-point.com/creativesuite.htm"
slidelink[2]="http://www.TheBestMusicSoftware.com/converter.php"
slidelink[3]="http://www.c-point.com/mediaed.htm"
slidelink[4]="http://www.TheBestMusicSoftware.com/mixer.php"
slidelink[5]="http://www.c-point.com/webeffects.htm"
slidelink[6]="http://www.c-point.com/photomagic.htm"
slidelink[7]="http://www.TheBestMusicSoftware.com/ripper.php"
slidelink[8]="http://www.TheBestMusicSoftware.com/streaming.php"
slidelink[9]="http://www.c-point.com/pjedit.htm"
slidelink[10]="http://www.TheBestMusicSoftware.com/jukebox.php"
slidelink[11]="http://www.c-point.com/drawmagic.htm"
slidelink[12]="http://www.c-point.com/apedit.htm"
slidelink[13]="http://www.TheBestMusicSoftware.com/editor.php"
slidelink[14]="http://www.c-point.com/csharp.htm"

// add a corresponding target for each link
// acceptable values "_blank" or "_top" or "_parent" or "_self"
var slidetarget=new Array()
slidetarget[0]="_blank"
slidetarget[1]="_self"
slidetarget[2]="_self"
slidetarget[3]="_self"
slidetarget[4]="_self"
slidetarget[5]="_self"
slidetarget[6]="_self"
slidetarget[7]="_blank"
slidetarget[8]="_self"
slidetarget[9]="_self"
slidetarget[10]="_self"
slidetarget[11]="_self"
slidetarget[12]="_self"
slidetarget[13]="_self"
slidetarget[14]="_self"

// set the width of the 3D-border (pixels)
var backdepth=6

// set thecolorof the 3D-border (HTML-values required)
var fillcolor="#666666"

// set the standstill (seconds) for the images (required for Netscape Navigator)
var standstill=3

// set the form of the imageframe
// acceptable values are "oval" or "rect"
var imageform="oval"
