	if (screen.width >= 640) {
		if (screen.width >= 1024) {
			  	document.write('<map name="Banner">');
			  	document.write('<area shape="rect" coords="710,33,750,47" href="/index1024.html" alt="A&amp;L Home Page" title="A&amp;L Home Page">');
				document.write('<area shape="rect" coords="755,33,822,47" href="/pages/product.shtml" alt="Product Information" title="Product Information">');
				document.write('<area shape="rect" coords="824,33,867,47" href="/pages/press.htm" alt="A&L Press Releases" title="A&L Press Releases">');
				document.write('<area shape="rect" coords="872,33,925,46" href="/pages/support.htm" alt="Contact Information" title="Contact Information">');
				document.write('<area shape="rect" coords="935,33,990,47" href="/pages/history.htm" alt="Company Profile" title="Company Profile">');
				document.write('</map>');				
		} else if (screen.width >= 800) {
			  	document.write('<map name="Ban800">');
    			document.write('<area shape="rect" coords="515,31,556,44" href="/indexbig.html" alt="A&amp;L Home Page" title="A&amp;L Home Page">');
    			document.write('<area shape="rect" coords="557,31,618,44" href="/pages/product.shtml" alt="Product Information" title="Product Information">');
    			document.write('<area shape="rect" coords="619,31,662,44" href="/pages/press.htm" alt="A&L Press Releases" title="A&L Press Releases">');
    			document.write('<area shape="rect" coords="661,31,713,43" href="/pages/support.htm" alt="Contact Information" title="Contact Information">');
    			document.write('<area shape="rect" coords="716,31,769,44" href="/pages/history.htm" alt="Company Profile" title="Company Profile">');		
				document.write('</map>');				
		} else {
			  		  	
document.write('<map name="Ban800">');
    			document.write('<area shape="rect" coords="515,31,556,44" href="/indexbig.html" alt="A&amp;L Home Page" title="A&amp;L Home Page">');
    			document.write('<area shape="rect" coords="557,31,618,44" href="/pages/product.shtml" alt="Product Information" title="Product Information">');
    			document.write('<area shape="rect" coords="619,31,662,44" href="/pages/press.htm" alt="A&L Press Releases" title="A&L Press Releases">');
    			document.write('<area shape="rect" coords="661,31,713,43" href="/pages/support.htm" alt="Contact Information" title="Contact Information">');
    			document.write('<area shape="rect" coords="716,31,769,44" href="/pages/history.htm" alt="Company Profile" title="Company Profile">');		
				document.write('</map>');					
		}
	}

