// JavaScript Document<!-- Left Panel -->var DrywallLeftNav, GraffitiLeftNav, StorageIndLeftNav, ResidentialPaintLeftNav, CommercialPaintLeftNav, pagesubname;	if (pagesubname == "Drywall"){//		DrywallLeftNav = "<li class='current'><a href='drywall.html'>Drywalls Repairs</a></li>"// When "Drywall" has its own page of content// Remove the comment markers on the line above// And delete or comment out the line below. 		DrywallLeftNav = "<li class='current'><a href='drywall.html'>Drywalls Repairs</a></li>"	}else{				DrywallLeftNav = "<li><a href='services.html#drywall'>Drywalls Repairs</a></li>"	}	if (pagesubname == "Graffiti"){//		GraffitiLeftNav = "<li class='current'><a href='graffiti.html'>Graffiti Abatement </a></li>"// When "Graffiti" has its own page of content// Remove the comment markers on the line above// And delete or comment out the line below. 		GraffitiLeftNav = "<li class='current'><a href='graffiti.html'>Graffiti Abatement </a></li>"	}else{				GraffitiLeftNav = "<li><a href='services.html#graffiti'>Graffiti Abatement</a></li>"	}	if (pagesubname == "StorageInd"){//		StorageIndLeftNav = "<li class='current'><a href='storage.html'>Storage Industry Painting</a></li>"// When "StorageInd" has its own page of content// Remove the comment markers on the line above// And delete or comment out the line below. 		StorageIndLeftNav = "<li class='current'><a href='storage.html'>Storage Industry Painting</a></li>"	}else{				StorageIndLeftNav = "<li><a href='services.html#storage'>Storage Industry Painting</a></li>"	}	if (pagesubname == "ResidentialPaint"){//		ResidentialPaintLeftNav = "<li class='current'><a href='residential.html'>Residential Painting</a></li>"// When "ResidentialPaint" has its own page of content// Remove the comment markers on the line above// And delete or comment out the line below. 		ResidentialPaintLeftNav = "<li class='current'><a href='residential.html'>Residential Painting</a></li>"	}else{				ResidentialPaintLeftNav = "<li><a href='services.html#residential'>Residential Painting</a></li>"	}	if (pagesubname == "CommercialPaint"){//		CommercialPaintLeftNav = "<li class='current'><a href='commercial.html'>Commercial Painting</a></li>"// When "CommercialPaint" has its own page of content// Remove the comment markers on the line above// And delete or comment out the line below. 		CommercialPaintLeftNav = "<li class='current'><a href='commercial.html'>Commercial Painting</a></li>"	}else{				CommercialPaintLeftNav = "<li><a href='services.html#commercial'>Commercial Painting</a></li>"	}document.write('<td width="30%" valign="top" class="servicescontainer">');document.write('<div><img src="images/trans.gif" alt="" height="10" /></div>');document.write('<table border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF" class="topcurve" >');document.write('	<tr>');document.write('		<td colspan="2"><img src="images/trans.gif" alt="" height="5" /></td>');document.write('	</tr>');document.write('	<tr>');document.write('		<td colspan="2" style="padding:0px 5px;"><div class="tabtitle"><span>Certifications</span></div></td>');document.write('	</tr>');document.write('	<tr>');document.write('		<td colspan="2" class="testimonials">');document.write('		<p><a href="certs.html"><img src="images/ellis.gif" alt="" border="0"/></a></p>');document.write('		<p>PCL & Ellis Paint Application & Training Course<br />....for public storage properties including Enviro-Finish, Euroseal and WUP finishes.</p>');document.write('		<hr size="1" /><p><a href="certs.html"><img src="images/deove.gif" alt="" border="0"/></a></p>');document.write('		<p>Devoe Coatings Certificate of Achievement<br />New West Painting has completed the Devoe Coatings Training Course - Dec 96</p>');document.write('	    <hr size="1" /><p><a href="certs.html"><img src="images/am_logo.png" alt="" border="0"/></a><?p>' );document.write('	    <p>We are a certified installation contractor for American Polymer Graffiti Solution System "GSS".</p> ');document.write('		</td>');document.write('	</tr>');document.write('	<tr>');document.write('		<td colspan="2"><img src="images/curve-bottom.gif" alt="" /></td>');document.write('	</tr>');document.write('</table>');document.write('</td>');<!--Left Panel-->