// JavaScript Document

document.write('<div class="main-hdr">');
document.write('<div class="sectiontitle">');
document.write('<h1>Resources</h1>');
document.write('<div class="nextlink" id="qstab"><a href="">+ Need Carpet Fast?</a></div>');
document.write('<div class="clear"></div>');
document.write('</div>');
document.write('<div class="subnav">');
if (page == 1) {
	document.write('<span>Literature</span>&nbsp;&nbsp;:&nbsp;&nbsp;');	
} else {
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/literature.asp?brand=Lees" target="_blank">Literature</a>&nbsp;&nbsp;:&nbsp;&nbsp;');	
}
/*if (page == 2) {
	document.write('<span>Warranties</span>&nbsp;&nbsp;:&nbsp;&nbsp;');	
} else {
	document.write('<a href="res_warranties.html">Warranties</a>&nbsp;&nbsp;:&nbsp;&nbsp;');	
}
if (page == 3) {
	document.write('<span>Installation</span>&nbsp;&nbsp;:&nbsp;&nbsp;');	
} else {
	document.write('<a href="res_installation.html">Installation</a>&nbsp;&nbsp;:&nbsp;&nbsp;');	
}
if (page == 4) {
	document.write('<span>Maintenance</span>&nbsp;&nbsp;:&nbsp;&nbsp;');	
} else {
	document.write('<a href="res_maintenance.html">Maintenance</a>&nbsp;&nbsp;:&nbsp;&nbsp;');	
}*/
if (page == 5) {
	document.write('<span>CRI</span>');	
} else {
	document.write('<a href="res_cri.html">CRI</a>');	
}
/*document.write('<a href="res_literature.html">Literature</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="res_warranties.html">Warranties</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="res_installation.html">Installation</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="res_maintenance.html">Maintenance</a>&nbsp;&nbsp;:&nbsp;&nbsp;<span>CRI</span><!--&nbsp;&nbsp;:&nbsp;&nbsp;<a href="res_leedmap.html">Leed Map</a>-->');*/
document.write('</div>');
document.write('</div>');
