
slides.no_descriptions=1;	//  1 = do not display description below image, 0 = display description
slides.use_alt=1;			//  1 = show alt on mouseover if image is a link, 0 = do not show alt attribtules 
slides.use_title=1;		//  1= show title on mouseover, 0 = do not show title attributes
slides.border=10;			//  set border width for images (in pixels)
slides.border_color='#f3f8fe';  //  set border color for images
slides.random=0;			//  1 = random image display, 0 = display in sequence
slides.nofade=0;			//  1 = no fade, 0 = fading 
slides.no_controls=0;		//  1 = no controls, 0 = display controls
slides.controls_top=0;		//  1 = controls on top, 0 = on bottom
slides.image_controls=0;	//  1 = use images for controls, 0 = use browser buttons
slides.delay=3000;		//  sets miliseconds delay between slides, may also be set in the call as the lastarameter
slides.fadecolor='#fffad2';	//  will set fading images background color, defaults to white
slides.no_added_linebreaks=1;	//  use for no added line breaks in formatting of texts and controls
slides.pause=1;			//  1 = pause on mouseover, 0 = do not pause on onmouseover

//	slides.width=250;		//  use to set width of widest image if dimensions vary
//	slides.height=188;	//  use to set height of tallest image if dimensions vary

//	slides.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//	slides.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present

//	use below to create a customized onclick event for linked images in a given show:
//	slides.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+',
//	height='+screen.availHeight);return false;"

//	Notes on Parameters: The only required parameter is the slides_array_name.  If Width is used, so must Height.
//	Interval is optional too.  It is always last, either fourth after Width and Height or second after Slides_array_name.
//	Usage: new inter_slide(Slides_array_name, Width, Height, Interval)
