// JavaScript Document
var galFolder = new Array("development","lighting","walkways","stonework","arbors","water","features","property","irrigation","drainage");
var galImage = new Array("PL-lanscapeDevelopment","PL-lighting","PL-walkwaysAndPatios","PL-stonework","PL-arbor","PL-waterFeatures","PL-lanscapeFeatures","PL-propertyManagement","PL-irrigation","PL-drainage");

function galSwitch(index,iNum) {
	document.getElementById("galFull").src="/wp-content/themes/pli/images/gallery/"+galFolder[index]+"/"+galImage[index]+"-"+iNum+".jpg";
}

function readMore1() {
	//var container = $( "#readMoreTests1" );
	//container.slideDown( 500 );
	document.getElementById("readMoreTests1").style.display = "block";
	document.getElementById("readMoreLink").style.display = "none";
}