var ISConf = 
{
	// you may remove anything below if you'd like to keep the file size down -- in which case the default values will be used

	// change the order of the different imageswitcher elements 
	// by entering a comma-separated list which may contain any of: 
	// "title", "list", "prevnext", "viewport"
	order : new Array 
	(
		"prevnext",
		"list",
		"viewport"
	),

	// what should the list of images look like?
	// "numbers", "thumbnails", "titles", "filenames"
	listType : "numbers", 

	// click for the current image? Adds underline to image in FF if true.
	clickImageForNext : false,

	// Tooltip options: to preserve the HTML title attribute of the image tags, set it to "false" (no quotes)
	tooltip : false,

	// customize displayed text
	prevText : "<",	
	nextText : ">",

	// if listType is "numbers", customize options: 
	countFrom : 1,

	// you may choose to preload all images in the background...
	usePreloader : true,

	// how many elements per page? choose more than 1 for captions, etc.
	elementsPerPage : 2,

	// advanced options:
	useOnLoad : false
};

