var imgPath;
var imgPath = "../images/";			

// Swaps the arrow image.
// input: 	imgName - name of the image
//			ON - on or off state
function arrowSwap(linkName, ON, obj, obj2) {
	var theImage = 'document.'

	if (obj && is.ie) {
		theImage += 'all.'
	} else if (obj && is.ns) {
	 	theImage += obj + '.document.'
	}

	if (obj2 && is.ns) {
			theImage += obj2 + '.document.'
		}
	
	theImage += linkName
	theImageObj = eval(theImage);

	theImageObj.src = imgPath + "serv_arrow" + ((ON) ? "_on":"") + ".gif";
}
//faq pop-up
function faqpop(page) {
popwin = this.open(page, "page", "width=400,height=450, toolbar=no,scrollbars=yes,statusbar=0, menubar=no,location=no,resize=no,noresize");
popwin.focus()}

function jules() {
popwin = this.open("/about/juleslandscaping.htm", "page", "width=400,height=450, toolbar=no,scrollbars=no,statusbar=0, menubar=no,location=no,resize=no,noresize");
popwin.focus()}

function winpop() {
popwin = this.open("/about/6flags2005.htm", "page", "width=600,height=480, toolbar=no,scrollbars=no,statusbar=0, menubar=no,location=no,resize=no,noresize");
popwin.focus()}
function popCrew(year) {
popwin = this.open("/about/crew" + year + ".htm", "page", "width=600,height=480, toolbar=no,scrollbars=no,statusbar=0, menubar=no,location=no,resize=no,noresize");
popwin.focus()}
