var imgPath="./images/slideshow/"
var slideshow=new Array()
			slideshow[0]=""

			///////////////////////////////////////////////////////////////////////////
			// CONFIGURATION STARTS HERE
			///////////////////////////////////////////////////////////////////////////

			// FIRST SLIDESHOW
			// Replace the URLs of the slides and the corresponding messages.
			// Please note that the URL and the correponding message are separated by "|".
			// Watch how the "," and the " " are set!
			// You may add as many slides as you like.   rel='thumbnail' title='a'
			// Do not use the return-key to break the lines!!!
			//slideshow[1]=new Array(imgPath + "sampleholiday01.jpg|Time to relax.",imgPath + "/sampleholiday02.jpg|Yes, hatlooks like holiday!",imgPath + "sampleholiday03.jpg|Bye-bye and come back soon.") 
			
			slideshow[1]=new Array(imgPath + "slide01.jpg|<font class='fDefault'><a href='./buscard.aspx' class='fLink'>Check out</a> sample business card.</font>","" + 
						imgPath + "/slide02.jpg|<font class='fDefault'>Large format printing<br>up to 54' width!</font>","" + 
						imgPath + "slide03.jpg|<font class='fDefault'>Custom T-Shirt Printing.</font>","" +
						imgPath + "slide_sign.jpg|<font class='fDefault'>Signs for store, signet.<br><a href='./images/samples/BannerSample_Big.jpg' rel='thumbnail' title='One of the samples for custom sings/banners' target='_blank' class='fLink'>Check out</a></font>","" +
						imgPath + "slide_marketing01.jpg|<font class='fDefault'>All Marketing .</font>","" +
						imgPath + "slide_marketing02.jpg|<font class='fDefault'>Promotions items.</font>") 			// SECOND SLIDESHOW
			// Replace the URLs of the slides and the corresponding messages.
			// Please note that the URL and the correponding message are separated by "|".
			// You may add as many slides as you like.
			// Do not use the return-key to break the lines
			slideshow[2]=new Array(imgPath + "samplewomen01.jpg|My last friend.",imgPath + "samplewomen02.jpg|My new friend. <a href=\'http://www.yahoo.com\'><font color=yellow>click here</a>",imgPath + "samplewomen03.jpg|My next friend.") 

			// THIRD SLIDESHOW
			// Replace the URLs of the slides and the corresponding messages.
			// Please note that the URL and the correponding message are separated by "|".
			// You may add as many slides as you like.
			// Do not use the return-key to break the lines!!!
			slideshow[3]=new Array(imgPath + "samplecarneval01.jpg|Hey, let\'s go to Rio.",imgPath + "samplecarneval02.jpg|Is this Rio? I think not!",imgPath + "samplecarneval03.jpg|It\'s rather the end of carneval") 

			// DO YOU WANT TO ADD MORE SLIDESHOWS?
			// Just add more slideshow-blocks as seen above.

			// the font-family of the messages
			var fntfamily="Verdana"

			// the font-size of the messages (ranging from 1 to 6)
			var fntsize=1

			// the font-color of the messages 
			// instead of "yellow" you also could write "FFFF00"
			var fntcolor="#FF0000"

			// the URL of the player (the skin-image beneath your slides)
			var playerurl=imgPath + "slide01.jpg";//"sampleplayer.gif"

			// the width of the player-image (pixel)
			var playerwidth=152 //271

			// the height of the player-image (pixel)
			var playerheight=100 //207

			// the distance of the slides to the top margin of the player (pixel)
			var imgstop=0 //12

			// the distance of the slides to the left margin of the player (pixel)
			var imgsleft=0 //16

			// the distance of the messages to top margin of the player (pixel)
			var mestop=110//182

			// the distance of the messages to the left margin of the player (pixel)
			var mesleft=16

			// the minimum interval between each slide (seconds)
			var standstill=4

			///////////////////////////////////////////////////////////////////////////
			// CONFIGURATION ENDS HERE
			///////////////////////////////////////////////////////////////////////////