desc_prefix='<b>Description:<\/b> ' //string prefix for image descriptions display
controls_top=1 //use for top controls
counter=1 //use to show image count
width=140 //use to set width of widest image if dimensions vary, may also be set in the call as the 2nd parameter
height=225 //use to set height of tallest image if dimensions vary, may also be set in the call as the 3rd parameter
no_auto=1 //use to make show completely user operated (no play button, starts in stopped mode)
use_alt=1 //use descriptions as the images' alt attributes
use_title=1 //use descriptions as the images' title attributes
nofade=1 //use for no fade-in, fade-out effect for this show
border=2 //set border width for images (number of pixels)
border_color='lightblue' //set border color for images (string) - use color name or hex value with # prefix
border_style='ridge' //set border style for for images (string) - requires border_color be set
no_descriptions=1 //use for no descriptions displayed for this slide show
pause=1 //use for pause onmouseover
image_controls=1 //use images for controls instead of the default buttons
manual_start=1 //start show in manual mode (stopped)
button_highlight='#cccccc' //onmouseover background-color for image buttons (string) (requires image_controls=1) - use color name or hex value with # prefix
target='_new' //will set a target for a slide group, will be overridden by array_name[#][3], if present
specs='width=300, height=250, top=150, left=200, scrollbars, resizable, location' //will set new window specifications for a slide group, will be overridden by array_name[#][4], if present
random=1 //set a random slide sequence on each page load
fadecolor='blue' //set fading images' background color, defaults to white (string) - use color name or hex value with # prefix
no_controls=1 //use for a slide show with no controls
delay=3000 //set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
jumpto=1 //use for added controls to jump to a particular image by its number
no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
//use below for customized onclick event for linked images:
onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
Bookmarks