<!--
function winBRopen(theURL, Name, popW, popH) {
	var winHorz = (screen.width-popW)/2;
	var winVert = (screen.height-popH)/2;
	winProp = 'width='+popW+',height='+popH+',left='+winHorz+',top='+winVert+',scrollbars=yes,resizable=yes';
	Win = window.open(theURL, Name, winProp);
	if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }
}
function showThisBrand(obj,brand,basis) {
	var arrRows = document.getElementsByTagName("TR");
	for(var x=0; x < arrRows.length; x++) {
		if(arrRows[x].getAttribute("id") == brand + '_' + basis) {
			if(arrRows[x].style.display == 'none') {
				arrRows[x].style.display = '';
				obj.innerHTML = '&lt;&lt;&nbsp;Hide';
			} else {
				arrRows[x].style.display = 'none';
				obj.innerHTML = 'Show More&nbsp;&gt;&gt;';
			}
		}
	}
}
function showThisBrandAll(brand) {
	var arrRows = document.getElementById("moduleTable").getElementsByTagName("TR");
	var rowID = '';
	var prefix = '';
	var image = 'http://webapps.easy2.com/cm/logos_110x65/' + brand + '.gif';
	for(var x=0; x < arrRows.length; x++) {
		rowID = arrRows[x].getAttribute("id");
		if(rowID != null) {
			prefix = rowID.substring(0,4);
			if(prefix == brand) {
				arrRows[x].style.display = '';
			} else if(rowID != '') {
				arrRows[x].style.display = 'none';
			}
		}
	}
	
	document.location.href = '#';
	document.getElementById("instructRow").style.display = 'none';
}
document.write ('<STYLE type=\"text/css\">');
document.write ('<!--');
document.write ('body {');
document.write ('margin-left: 0px;');
document.write ('margin-top: 0px;');
document.write ('margin-right: 0px;');
document.write ('margin-bottom: 0px;');
document.write ('}');
document.write ('.content {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #000000;');
document.write ('}');
document.write ('.bullets {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #0045AB;');
document.write ('}');
document.write ('.titles {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('font-weight: bold;');
document.write ('color: #000000;');
document.write ('}');
document.write ('.featured a:link {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('font-weight: bold;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('.featured a:visited {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('font-weight: bold;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('.featured a:hover {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('font-weight: bold;');
document.write ('color: #0045AB;');
document.write ('text-decoration: none;');
document.write ('}');
document.write ('.featured a:active {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('font-weight: bold;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('.easy2 a:link {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('.easy2 a:visited {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('.easy2 a:hover {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #0045AB;');
document.write ('text-decoration: none;');
document.write ('}');
document.write ('.easy2 a:active {');
document.write ('font-family: Arial;');
document.write ('font-size: 13px;');
document.write ('color: #0045AB;');
document.write ('text-decoration: underline;');
document.write ('}');
document.write ('-->');
document.write ('</STYLE>');
document.write ('<TABLE width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"frame\">');
document.write ('<TR>');
document.write ('<TD width=\"10\" align=\"left\" valign=\"top\"><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"10\" height=\"10\"></TD>');
document.write ('<TD width=\"50%\" valign=\"top\"><TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#A9A9A9\" id=\"prodDemo\">');
document.write ('<TR>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('<TD align=\"center\"><TABLE width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" id=\"prodDemo_top\">');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD colspan=\"3\"><TABLE width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"http://webapps.easy2.com/dm/auha/images/head_bg.gif\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/auha/images/proddemo_head.gif\" alt=\"Product Demonstrations\" width=\"196\" height=\"26\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"57\" rowspan=\"2\" bgcolor=\"#F2F2F2\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_demo.jpg\" width=\"57\" height=\"57\"></TD>');
document.write ('<TD colspan=\"2\" align=\"left\" valign=\"top\" bgcolor=\"#009933\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_demo_title.gif\" alt=\"Featured Demo:\" width=\"140\" height=\"22\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"5\" height=\"35\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"></TD>');
document.write ('<TD width=\"430\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"><TABLE width=\"98%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">');
document.write ('<TR>');
document.write ('<TD align=\"left\" valign=\"top\"><SPAN class=\"featured\"><A href=\"javascript:;\" \onClick=\"javascript: window.open(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730520\',\'\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=629,height=511\');\">Skil 5.0 Amp Orbital/Scrolling Jigsaw w/ Laser Guide</A></SPAN></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"3\" bgcolor=\"#A9A9A9\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"100%\" height=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\" id=\"prodDemo_content\">');
document.write ('<TR>');
document.write ('<TD width=\"5\" height=\"22\" align=\"left\" valign=\"middle\"></TD>');
document.write ('<TD align=\"left\" valign=\"middle\" class=\"content\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#AAAAAA\"></TD>');
document.write ('</TR>');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD></TD>');
document.write ('<TD><table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"content\">Check out the Interactive Product Demos which will bring these products to life!</td></tr>');
document.write ('</table>');
document.write ('<div name=\"dvTable\" id=\"dvTable\">');
document.write ('<table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Black and Decker</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35763014\',\'Easy2Module\',640,480);\">Alligator Lopper</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734223\',\'Easy2Module\',640,480);\">Dragster Belt Sander</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734216\',\'Easy2Module\',640,480);\">Pivot Plus Screwdriver</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730184\',\'Easy2Module\',640,480);\">BullsEye Laser Level Stud Sensor</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"blak_dv\" id=\"blak_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724472\',\'Easy2Module\',640,480);\">Orbital Action Jigsaw</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"blak_dv\" id=\"blak_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724465\',\'Easy2Module\',640,480);\">MegaMouse Sander</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'blak\',\'dv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Culligan</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730212\',\'Easy2Module\',640,480);\">Under Sink Water Filter</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Delta Faucet Company</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35763784\',\'Easy2Module\',640,480);\">Delta Victorian Bath Faucet</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730226\',\'Easy2Module\',640,480);\">Signature Pull-Out Spray Faucet</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730219\',\'Easy2Module\',640,480);\">Monitor Jetted Shower System</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">DeWalt</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35765618\',\'Easy2Module\',640,480);\">Heavy-Duty 1/2\" 36V Cordless Impact Wrench</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35765590\',\'Easy2Module\',640,480);\">Heavy-Duty 36V Cordless 7-1/4\" Circular Saw</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35765233\',\'Easy2Module\',640,480);\">Heavy-Duty Reciprocating Saw Kit</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35765135\',\'Easy2Module\',640,480);\">Heavy-Duty 4-1/2\" 18V Cordless Cut-Off Tool</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764995\',\'Easy2Module\',640,480);\">Heavy-Duty Gas Generators</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764624\',\'Easy2Module\',640,480);\">Heavy-Duty 18V Cordless Cut-Out Tool</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764554\',\'Easy2Module\',640,480);\">Heavy-Duty Cordless or Corded Wet/Dry Vac</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764470\',\'Easy2Module\',640,480);\">HEAVY-DUTY 6-1/2\" 18V CORDLESS CIRCULAR SAW</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764428\',\'Easy2Module\',640,480);\">HEAVY-DUTY 18V FLUORESCENT AREA LIGHT</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35764302\',\'Easy2Module\',640,480);\">DEWALT Precision Trim Saw Blades</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35757568\',\'Easy2Module\',640,480);\">Heavy-Duty Double-Bevel Compound Miter Saw</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35756413\',\'Easy2Module\',640,480);\">HEAVY-DUTY 18V CORDLESS RECIPROCATING SAW</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35756357\',\'Easy2Module\',640,480);\">HEAVY-DUTY 18V CORDLESS JIG SAW KIT</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35750792\',\'Easy2Module\',640,480);\">Heavy-Duty XRP&#8482; &#189;&#8221; 18V Cordless Hammerdrills and Drill/Drivers</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"dwlt_dv\" id=\"dwlt_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35750736\',\'Easy2Module\',640,480);\">Heavy-Duty DEWALT 10\" Wet Tile Saw</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'dwlt\',\'dv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Dremel</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734314\',\'Easy2Module\',640,480);\">3956 MultiPro</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Henkel</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35766213\',\'Easy2Module\',640,480);\">Loctite&#174; Power Grab&#174; Construction Adhesives</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Hydro Industries</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35766451\',\'Easy2Module\',640,480);\">Reel Smart Hose Reel</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Irwin</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35743386\',\'Easy2Module\',640,480);\">TS99 Torch</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734377\',\'Easy2Module\',640,480);\">ProTouch Retractable Utility Knife</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729659\',\'Easy2Module\',640,480);\">Irwin Quick-Grip XP</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724521\',\'Easy2Module\',640,480);\">Quick Adjusting Pipe Wrench</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"irwi_dv\" id=\"irwi_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724514\',\'Easy2Module\',640,480);\">Bolt Grip</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"irwi_dv\" id=\"irwi_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724507\',\'Easy2Module\',640,480);\">Vise Grip</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'irwi\',\'dv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Lutron</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724983\',\'Easy2Module\',640,480);\">Credenza Lamp Dimmer</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724535\',\'Easy2Module\',640,480);\">Diva dimmer</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724542\',\'Easy2Module\',640,480);\">Skylark dimmer</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724528\',\'Easy2Module\',640,480);\">Maestro Dimmer</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">MK Diamond</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35755321\',\'Easy2Module\',640,480);\">MK-370 Wet Tile Saw</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35755314\',\'Easy2Module\',640,480);\">MK-145 Wet Tile Saw</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35755307\',\'Easy2Module\',640,480);\">MK-170 Wet Tile Saw</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Moen</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724570\',\'Easy2Module\',640,480);\">Aberdeen Faucet</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Porter Cable</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35775299\',\'Easy2Module\',640,480);\">Finishing Sanders</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35775117\',\'Easy2Module\',640,480);\">Random Orbit Sanders</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734664\',\'Easy2Module\',640,480);\">Deluxe Plate Joiner Kit</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734587\',\'Easy2Module\',640,480);\">TIGERCLAW&#153;</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"poca_dv\" id=\"poca_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734580\',\'Easy2Module\',640,480);\">MAG-SAW&#153;</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"poca_dv\" id=\"poca_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734552\',\'Easy2Module\',640,480);\">RAZOR&#8482;</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'poca\',\'dv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Rubbermaid</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724626\',\'Easy2Module\',640,480);\">Seal \'n Saver Food Containers</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724633\',\'Easy2Module\',640,480);\">Slim Cooler #1801</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724605\',\'Easy2Module\',640,480);\">Folding Step Stool (4209-03)</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724612\',\'Easy2Module\',640,480);\">Long Handle Utility Storage Rack (7092)</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Rustoleum</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724710\',\'Easy2Module\',640,480);\">Specialty Plastic Primer</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724703\',\'Easy2Module\',640,480);\">Hammered Metal Paint</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724696\',\'Easy2Module\',640,480);\">Varathane Renewal</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724682\',\'Easy2Module\',640,480);\">Chalkboard Latex Paint</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724689\',\'Easy2Module\',640,480);\">Distressed Finishes</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724668\',\'Easy2Module\',640,480);\">Stops Rust Textured</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724675\',\'Easy2Module\',640,480);\">High Heat</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724654\',\'Easy2Module\',640,480);\">Varathane Floor Finishing</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724661\',\'Easy2Module\',640,480);\">American Accents Patina</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"rstm_dv\" id=\"rstm_dv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724647\',\'Easy2Module\',640,480);\">Epoxy Flooring</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'rstm\',\'dv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Scotts</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35730590\',\'Easy2Module\',640,480);\">Scotts Liquifeed</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Stanley Works</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724780\',\'Easy2Module\',640,480);\">IntelliLaser Pro</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Step2</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35743561\',\'Easy2Module\',640,480);\">MailMaster&#174; StoreMore Mailbox</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724787\',\'Easy2Module\',640,480);\">Mailmaster Plus</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">The Flood Co.</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35766178\',\'Easy2Module\',640,480);\">Restora</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Wayne Dalton</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35777350\',\'Easy2Module\',640,480);\">FabricShield&#8482; Storm Panels Demo</a></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</div>');
document.write ('<p>&nbsp;</p>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#AAAAAA\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>    </TD>');
document.write ('<TD width=\"10\" align=\"center\" valign=\"top\"><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"10\" height=\"10\"></TD>');
document.write ('<TD width=\"50%\" align=\"right\" valign=\"top\"><TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#A9A9A9\" id=\"howTo\">');
document.write ('<TR>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('<TD align=\"center\"><TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"howTo_top\">');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD colspan=\"3\"><TABLE width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"http://webapps.easy2.com/dm/auha/images/head_bg.gif\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/auha/images/buyingguides_head.gif\" alt=\"Buying Guides\" width=\"162\" height=\"25\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"57\" rowspan=\"2\" bgcolor=\"#F2F2F2\"><IMG src=\"http://webapps.easy2.com/dm/images/dril-driv_feat_bg.jpg\" width=\"57\" height=\"57\"></TD>');
document.write ('<TD colspan=\"2\" align=\"left\" valign=\"top\" bgcolor=\"#009933\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_BG_title.gif\" alt=\"Featured Buying Guide:\" width=\"174\" height=\"22\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"6\" height=\"35\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"></TD>');
document.write ('<TD width=\"445\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"><TABLE width=\"98%\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\">');
document.write ('<TR>');
document.write ('<TD align=\"left\" valign=\"top\"><SPAN class=\"featured\"><A href=\"javascript:;\" \onClick=\"javascript: window.open(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35742910\',\'\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=900,height=630\');\">Cordless Drill/Driver Buying Guide</A></SPAN></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR bgcolor=\"#A9A9A9\">');
document.write ('<TD height=\"1\" colspan=\"3\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('</TD>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"198\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"198\" height=\"9\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#A9A9A9\" id=\"howTo\">');
document.write ('<TR>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('<TD align=\"center\"><TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"howTo_top\">');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD colspan=\"3\"><TABLE width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"http://webapps.easy2.com/dm/auha/images/head_bg.gif\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/auha/images/howto_head.gif\" alt=\"How-To Tutorials\" width=\"196\" height=\"26\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"57\" rowspan=\"2\" bgcolor=\"#F2F2F2\"><IMG src=\"http://webapps.easy2.com/dm/images/diy0169_feat_howto.gif\" width=\"57\" height=\"57\"></TD>');
document.write ('<TD colspan=\"2\" align=\"left\" valign=\"top\" bgcolor=\"#009933\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_howto_title.gif\" alt=\"Featured How-To:\" width=\"140\" height=\"22\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"6\" height=\"35\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"></TD>');
document.write ('<TD width=\"445\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"><TABLE width=\"98%\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\">');
document.write ('<TR>');
document.write ('<TD align=\"left\" valign=\"top\"><SPAN class=\"featured\"><A href=\"javascript:;\" \onClick=\"javascript: window.open(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35737926\',\'\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=440\');\">Patching Hardwood Floors</A></SPAN></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR bgcolor=\"#A9A9A9\">');
document.write ('<TD height=\"1\" colspan=\"3\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"100%\" height=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\" id=\"howTo_content\">');
document.write ('<TR>');
document.write ('<TD width=\"1%\" align=\"left\" valign=\"middle\"><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"5\" height=\"22\"></TD>');
document.write ('<TD width=\"99%\" align=\"left\" valign=\"middle\" class=\"content\">&nbsp;</TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#A9A9A9\"></TD>');
document.write ('</TR>');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD></TD>');
document.write ('<TD><table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"content\">Learn how to take care of and improve your yard/garden with projects that you should do this season!</td></tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('</table>');
document.write ('<div name=\"htTable\" id=\"htTable\">');
document.write ('<table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735308\',\'Easy2Module\',640,480);\">Building a Dry Stone Wall</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731080\',\'Easy2Module\',640,480);\">Deck  1: Planning a Deck</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731094\',\'Easy2Module\',640,480);\">Deck  2: Deck Structural Design</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731101\',\'Easy2Module\',640,480);\">Deck  3: Deck Marking & Layout</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731108\',\'Easy2Module\',640,480);\">Deck  4: Installing the Deck Ledger</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731115\',\'Easy2Module\',640,480);\">Deck  5: Deck Post Holes & Foundations</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731122\',\'Easy2Module\',640,480);\">Deck  6: Installing Deck Posts & Beams</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731129\',\'Easy2Module\',640,480);\">Deck  7: Installing Deck Joists</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731136\',\'Easy2Module\',640,480);\">Deck  8: Installing Deck Boards</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731143\',\'Easy2Module\',640,480);\">Deck  9: Installing Deck Stairs</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35731087\',\'Easy2Module\',640,480);\">Deck 10: Installing Deck Railing </a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735315\',\'Easy2Module\',640,480);\">Installing a Garden Pond</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735322\',\'Easy2Module\',640,480);\">Installing a Sod Lawn</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35738206\',\'Easy2Module\',640,480);\">Installing Ceramic Floor Tile</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735329\',\'Easy2Module\',640,480);\">Installing Outdoor Low-Voltage Lighting</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35726502\',\'Easy2Module\',640,480);\">Interior Paint Calculator</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735336\',\'Easy2Module\',640,480);\">Laying a Brick Walkway or Patio</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735350\',\'Easy2Module\',640,480);\">Laying Stepping Stones</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735357\',\'Easy2Module\',640,480);\">Painting Exterior Trim</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735301\',\'Easy2Module\',640,480);\">Patching Dead Grass</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735364\',\'Easy2Module\',640,480);\">Pruning & Trimming Trees</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35735371\',\'Easy2Module\',640,480);\">Repairing Concrete Cracks</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35738283\',\'Easy2Module\',640,480);\">Silencing Floor Squeaks</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35738360\',\'Easy2Module\',640,480);\">Unclogging a Sink Drain</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35726306\',\'Easy2Module\',640,480);\">Applying Permanent Weatherstripping</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35737961\',\'Easy2Module\',640,480);\">Chemically Stripping Wood</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724962\',\'Easy2Module\',640,480);\">Cleaning Gutters</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729127\',\'Easy2Module\',640,480);\">Countertop Removal & Demolition</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35737891\',\'Easy2Module\',640,480);\">Hanging Drywall</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729190\',\'Easy2Module\',640,480);\">Installing a Post-form Countertop</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35728994\',\'Easy2Module\',640,480);\">Installing a Ridge Vent</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729057\',\'Easy2Module\',640,480);\">Installing a Soffit Vent</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35738003\',\'Easy2Module\',640,480);\">Installing a Tongue & Groove Floor</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729274\',\'Easy2Module\',640,480);\">Installing Base Cabinets</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724941\',\'Easy2Module\',640,480);\">Installing Blown-In Insulation</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729337\',\'Easy2Module\',640,480);\">Installing Hanging Cabinets</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724934\',\'Easy2Module\',640,480);\">Insulating an Unfinished Attic</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724948\',\'Easy2Module\',640,480);\">Interior Paint Prep</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35728924\',\'Easy2Module\',640,480);\">Making Radiator Covers</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724955\',\'Easy2Module\',640,480);\">Painting Interior Rooms</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35737926\',\'Easy2Module\',640,480);\">Patching Hardwood Floors</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35729400\',\'Easy2Module\',640,480);\">Plumbing Basics</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724969\',\'Easy2Module\',640,480);\">Repairing & Maintaining Gutters</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724920\',\'Easy2Module\',640,480);\">Repairing Asphalt Cracks</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724976\',\'Easy2Module\',640,480);\">Replacing Asphalt Shingles</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724927\',\'Easy2Module\',640,480);\">Sealcoating Asphalt Driveways</a></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</div>');
document.write ('<p>&nbsp;</p>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#A9A9A9\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"198\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"198\" height=\"9\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#A9A9A9\" id=\"instructions\">');
document.write ('<TR>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('<TD height=\"1\" align=\"center\"></TD>');
document.write ('<TD width=\"1\"><IMG src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"1\" height=\"1\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"1\"></TD>');
document.write ('<TD align=\"center\"><TABLE width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"instruct_top\">');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD colspan=\"3\"><TABLE width=\"100%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"http://webapps.easy2.com/dm/auha/images/head_bg.gif\">');
document.write ('<TR>');
document.write ('<TD><IMG src=\"http://webapps.easy2.com/dm/auha/images/prodinst_head.gif\" alt=\"Product Instructions\" width=\"196\" height=\"26\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"57\" height=\"57\" rowspan=\"2\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_install.jpg\" width=\"57\" height=\"57\"></TD>');
document.write ('<TD colspan=\"2\" align=\"left\" valign=\"top\" bgcolor=\"#009933\"><IMG src=\"http://webapps.easy2.com/dm/auha/images/featured_install_title.gif\" alt=\"Featured Install:\" width=\"140\" height=\"22\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD width=\"5\" height=\"34\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"></TD>');
document.write ('<TD width=\"437\" align=\"left\" valign=\"top\" bgcolor=\"#F2F2F2\"><TABLE width=\"98%\" border=\"0\" cellpadding=\"0\" cellspacing=\"3\">');
document.write ('<TR>');
document.write ('<TD align=\"left\" valign=\"top\"><SPAN class=\"featured\"><A href=\"javascript:;\" \onClick=\"javascript: window.open(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724906\',\'\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=410\');\">Moen Extensa INS132C Single Handle Kitchen Faucet</A></SPAN></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('</TR>');
document.write ('<TR bgcolor=\"#A9A9A9\">');
document.write ('<TD height=\"1\" colspan=\"3\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');
document.write ('<TABLE width=\"100%\" height=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\" id=\"instruct_content\">');
document.write ('<TR>');
document.write ('<TD width=\"5\" height=\"22\" align=\"left\" valign=\"middle\"></TD>');
document.write ('<TD align=\"left\" valign=\"middle\" class=\"content\"></TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#AAAAAA\"></TD>');
document.write ('</TR>');
document.write ('<TR align=\"left\" valign=\"top\">');
document.write ('<TD></TD>');
document.write ('<TD><table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"content\">Each of these Interactive Product Instructions will clearly show you how to install or assemble products from these manufacturers!</td></tr>');
document.write ('</table>');
document.write ('<div name=\"ivTable\" id=\"ivTable\">');
document.write ('<table width=\"98%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Briggs & Stratton</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734279\',\'Easy2Module\',640,480);\">Mower Maintenance</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">ClosetMaid</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734307\',\'Easy2Module\',640,480);\">Product Line Tour</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734300\',\'Easy2Module\',640,480);\">Closet Designer Tutorial</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35734293\',\'Easy2Module\',640,480);\">Product Installation Guide</a></td>');
document.write ('</tr>');
document.write ('<tr><td colspan=\"2\"><img src=\"http://webapps.easy2.com/dm/images/1dot_transparent.gif\" width=\"10\" height=\"15\"></td></tr>');
document.write ('<tr><td colspan=\"2\" class=\"titles\">Moen</td></tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724906\',\'Easy2Module\',640,480);\">Extensa INS132C Single Handle Kitchen Faucet</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724878\',\'Easy2Module\',640,480);\">Installing the Moen Two-Handle Mini-Wide Valve</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724885\',\'Easy2Module\',640,480);\">1224 Cartridge Installation Instructions</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724892\',\'Easy2Module\',640,480);\">1220/1225 Cartridge Installation Instructions</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724899\',\'Easy2Module\',640,480);\">1222 Cartridge Installation Instructions</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724857\',\'Easy2Module\',640,480);\">Installing Asceri Lav Faucet</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724864\',\'Easy2Module\',640,480);\">Installing the Colonnade Kitchen Faucet, INS112</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724871\',\'Easy2Module\',640,480);\">Installing the Moen Two-Handle Widespread Valve</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724843\',\'Easy2Module\',640,480);\">Installing the Moen Chrome Metal Waste Assembly</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724850\',\'Easy2Module\',640,480);\">Installing the Moen Non-Metal Waste Assembly</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724822\',\'Easy2Module\',640,480);\">Installing the Moen 7980, 7990, & 87980 Series Two-Handle Faucet, INS082C</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724829\',\'Easy2Module\',640,480);\">Installing the Moen 4700, 84000, L4700, L84000 Series Single Handle Lavatory Faucet, INS165A</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724836\',\'Easy2Module\',640,480);\">Installing the Moen PureTouch Filtering Faucet System , INS115C</a></td>');
document.write ('</tr>');
document.write ('<tr name=\"moen_iv\" id=\"moen_iv\" style=\"display:none\">');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&#149</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><a href=\"javascript:;\" \onClick=\"winBRopen(\'http://webapps.easy2.com/cm/masterflash/generic_index.asp?page_id=35724815\',\'Easy2Module\',640,480);\">Installing the Moen 7600 Series Single Handle Faucet, INS107C</a></td>');
document.write ('</tr>');
document.write ('<tr>');
document.write ('<td width=\"5%\" valign=\"top\" class=\"bullets\">&nbsp;</td>');
document.write ('<td width=\"95%\" valign=\"top\" class=\"easy2\"><strong><a href=\"javascript:;\" \onClick=\"showThisBrand(this,\'moen\',\'iv\')\">Show More&nbsp;&gt;&gt;</a></strong></td>');
document.write ('</tr>');
document.write ('</table>');
document.write ('</div>');
document.write ('<p>&nbsp;</p>');
document.write ('</TD>');
document.write ('</TR>');
document.write ('<TR>');
document.write ('<TD height=\"1\" colspan=\"2\" bgcolor=\"#AAAAAA\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('<TD width=\"1\"></TD>');
document.write ('</TR>');
document.write ('</TABLE></TD>');
document.write ('<TD width=\"10\" align=\"right\" valign=\"top\"><IMG src=\"http://webapps.easy2.com/dm/images/1_white.gif\" width=\"10\" height=\"10\"></TD>');
document.write ('</TR>');
document.write ('</TABLE>');

var now = new Date();
var host = '';
var refer = '';
var page_id = '0';
var buyhide = '0';
var basis = '0';
var iurl = '';

var arrPVURL = document.location.href.split('?');
if(arrPVURL.length > 1) {
	var arrTmp = arrPVURL[1].split('&');
	for(var x=0; x < arrTmp.length; x++) {
		var tmp = arrTmp[x].split('=');
		eval('var ' + unescape(tmp[0]) + '=\'' + unescape(tmp[1]) + '\'');
	}
}

function checkPVSC() {
	var arrCookies = document.cookie.toString().split(';');
	var sesCookie = '';
	if(arrCookies.length > 0) {
		for(var i=0; i<arrCookies.length; i++) {
			var arrTmp = arrCookies[i].split('=');
			if(arrTmp[0].toLowerCase().indexOf('aspsessionid') > -1) sesCookie = arrTmp[1];
		}
	}
	return sesCookie;
}

function setPVCookie(name, value, expires, path, domain, secure) {
	var curCookie = name + "=" + escape(value) +
		((expires) ? "; expires=" + expires.toGMTString() : "") +
		((path) ? "; path=" + path : "") +
		((domain) ? "; domain=" + domain : "") +
		((secure) ? "; secure" : "");
	document.cookie = curCookie;
}

function getPageReferrer() {
	var page_refer = '';
	/*
	if(window.opener) { 
		page_refer = window.opener.location;
	} else {
		page_refer = document.referrer;
	}
	*/
	page_refer = document.referrer;
	return page_refer;
}
iurl += 'http://webapps.easy2.com/ultra_track/pv_image.asp';
iurl += '?url=' + escape(document.location.href);
iurl += '&rurl=' + escape(getPageReferrer());
iurl += '&hprefix=' + host;
iurl += '&rprefix=' + refer;
iurl += '&pid=0';
iurl += '&bhide=0';
iurl += '&pbasis=0';
iurl += '&sc=' + checkPVSC();
now.setTime(now.getTime() + 24*60*60*1000);
setPVCookie('crumbs', 'yes', now, '/');
document.write('<br><a href=\"http://www.easy2.com\"><img src=\"' + iurl + '\" width=\"1\" height=\"1\" border=\"0\"></a><br>');
//-->
