var translideshow1=new translideshow({
	wrapperid: "myslideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [418, 232], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

		["/img/portfolio/toyota.png","http://www.nildeposit.com.au","_new"],
		["/img/portfolio/millers.png","http://www.millersturf.com.au","_new"],
		["/img/portfolio/bligh.png","http://www.blighmining.com.au","_new"],
		["/img/portfolio/synergy.png","http://www.synergyinteriors.com.au","_new"],
		//["/img/portfolio/panache.png","http://www.bridalshoes.com.au","_new"],
		["/img/portfolio/morgan.png","http://www.morganmotel.com.au","_new"],
		["/img/portfolio/kikarse.png"],
		//["/img/portfolio/satch.png"],
		//["/img/portfolio/hnh.png","http://www.hnh.org.au","_new"],
		//["/img/portfolio/harley.png","http://www.harley-davidsonofblacktown.com.au","_new"],
		//["/img/portfolio/floors.png","http://www.floorsdirect.com.au","_new"]
		["/img/portfolio/vision.png","http://www.visionstonecoatings.com.au","_new"],
		["/img/portfolio/fedwood.png","http://www.fedwood.com.au","_new"]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'manual', pause:2000, cycles:2, pauseonmouseover:true},
	orientation: "h", //Valid values: "h" or "v"
	persist: true, //remember last viewed slide and recall within same session?
	slideduration: 400 //transition duration (milliseconds)
})
