//***************************************************************
// (c) Custom Deck Specialists, LLC
// www.customdex.com
//***************************************************************


function navHover(elem,state){
	if (state == 1){
		document.getElementById(elem).src='images/' + elem + '_on.gif';
		}
	else
		document.getElementById(elem).src='images/' + elem + '.gif';
}

function getPhone(){
	document.write("(973) 763-0561 or (973) 324-5566");
}



