
	<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


<html lang="en-us">
<head>
<title>HP: 36052 : Fellowes - Powershred Waste Bag for Personal Shredder</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="Fellowes - Powershred Waste Bag for Personal Shredder  - Office equipment - HP makes it simple to buy the technology products you need from a single reliable source.">
<meta name="keywords" content="36052, Fellowes, Office equipment, Paper shredders, hp">
<meta name="DC.Date.Created" content="2008-01-01" />
<meta name="DC.Date.Modified" content="2010-08-10"/>


<meta http-equiv="Content-Style-Type" content="text/css">

<!--Task #36253-->
<meta name="hp_design_version" content="hpweb.1.2e">
<meta name="target_country" content="us">
<meta name="web_section_id" content="R3924">
<meta name="page_content" content="products">



<meta name="segment" content="Smb">
<meta name="lifecycle" content="pre_sales"/>
<!--/Task #36253-->
<link rel="shortcut icon" href="http://welcome.hp-ww.com/img/favicon.ico"/>

<link rel="stylesheet" href="/buyhp_assets/css/global.css">

<script type="text/javascript" language="JavaScript1.2">var dmWorkPath='/buyhp_assets/js/';</script>
<script type="text/javascript" language="JavaScript1.2" src="/buyhp_assets/js/deluxeMenu.js"></script>

</head>
<script>
function checkInit_nav()
{
    if(typeof init_nav=='function')
    {
        init_nav();
    }

}

</script>
<body bgcolor="#ffffff" text="#000000" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0" onload="checkInit_nav();">

<!--startindex-->
<script>
<!--
function printWindow()
{
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}
//-->
</script>

<script language="JavaScript">
<!--
function addItemCW(sku, formName, AddToAction)
{
    //\Task #22873
    sku = sku + "";
    var flag = false;
    var skuList = "";
    var arr = sku.split(",");
    var qtyList = "";
    var totQty = 0;
    //Task #33517 - 'Minimum/Maximum Order Quantities'
    var sError = "";
    
    for(var i =0; i< arr.length; i++)
    {
        anum = eval("document." + formName + ".qty_" + arr[i] + ".value");
        var minqty = eval("document." + formName + ".minqty_" + arr[i] + ".value");
        var maxqty = eval("document." + formName + ".maxqty_" + arr[i] + ".value");
        var partno = eval("document." + formName + ".partno_" + arr[i] + ".value");
        
        if(isNaN(anum) || eval(anum) <= 0)
	    {
	        sError = sError  + "Please enter quantity between "+  minqty +" and "+  maxqty +" for Mfg Part # "+ partno +".\n";
	        flag = true;
	    }
	    else if(eval(anum) < eval(minqty))
        {
            sError = sError  + "Minimum quantity ("+ minqty +") for Mfg Part # "+ partno +" is required while adding to cart.\n";
            flag = true;
        }
	    else if(eval(anum) > eval(maxqty))
        {
            sError = sError  + "Maximum quantity ("+ maxqty +") for Mfg Part # "+ partno +" is allowed while adding to cart.\n";
            flag = true;
        }
	    else
	    {
	        if(anum != "" && anum != 0)
	        {
	            qtyList = qtyList + "&qty_" + arr[i] + "="+ anum;
	            totQty = eval(eval(totQty) + eval(anum));
                
	            if(skuList == "")
	                skuList = arr[i];
	            else
	                skuList = skuList + ","+ arr[i];
            }
        }
    }

    if (flag == false)
    {
        if(((totQty + 0) <= 0) || isNaN(totQty))
        {
            alert('Please enter a positive value for the quantity');
        }
        else
        {
            //Task #22873 - 'Add to Standard Button for S&P products'
            if (document.getElementById('returnToPage').value=='1')
                var addUrl = "http://h30094.www3.hp.com/additem.asp?sku=" + skuList + qtyList + "&returnToPage=1&AddToAction=" + AddToAction + "&return_url=http%3A%2F%2Fh30094%2Ewww3%2Ehp%2Ecom%2Fproduct%2Easp%3Fsku%3D2317891%26jumpid%3Dex%5Fr2910%5Fquigosmb%2Fink%2F48579";
            else
                var addUrl = "http://h30094.www3.hp.com/additem.asp?sku=" + skuList + qtyList + "&AddToAction=" + AddToAction + "&return_url=http%3A%2F%2Fh30094%2Ewww3%2Ehp%2Ecom%2Fproduct%2Easp%3Fsku%3D2317891%26jumpid%3Dex%5Fr2910%5Fquigosmb%2Fink%2F48579";
            //\Task #22873

            // Task #20409
            var frmPage;
            //Task #24100 - 'ePrime Testing Feedback..'
            frmPage = eval('document.' + formName);
            //\Task #24100
            frmPage.action = addUrl;
            frmPage.submit();
        }
    }
    else
    {
        alert(sError);
    }
    //\Task #33517
}
function AddItemsToCart()
{
    
    var AddToAction;
    AddToAction = document.product.AddToAction.value;
    addItemCW('2317891', 'product', AddToAction);
    return true;
}

function toggle(id, mPath, pPath)
{
    if(document.getElementById('tr_' + id).style.display!='')
    {
        document.getElementById('tr_' + id).style.display='';
        document.getElementById('' + id).src = mPath;
        document.getElementById('' + id).alt = "Hide";
        document.getElementById('' + id).title = "Hide";
    }
    else
    {
        document.getElementById('tr_' + id).style.display='none';
        document.getElementById('' + id).src = pPath;
        document.getElementById('' + id).alt = "Show";
        document.getElementById('' + id).title = "Show";
    }
}
function expand(val, mPath, pPath)
{
    var tr = document.getElementsByTagName('tr');
    for(var i=0;i<tr.length;i++) 
    {
        if (tr[i].id.substr(0,3) == 'tr_') 
        {
            if( val == '1')
            {
                document.getElementById(tr[i].id).style.display='';
                document.getElementById(tr[i].id.substr(3)).src=mPath;
                document.getElementById(tr[i].id.substr(3)).alt="Hide";
                document.getElementById(tr[i].id.substr(3)).title="Hide";
            }
            else
            {
                document.getElementById(tr[i].id).style.display='none';
                document.getElementById(tr[i].id.substr(3)).src=pPath ;
                document.getElementById(tr[i].id.substr(3)).alt="Show";
                document.getElementById(tr[i].id.substr(3)).title="Show";
            }
        }
    }
}

//-->
</script>
<SCRIPT LANGUAGE="JavaScript">
function talentedOpen(url,name,w,h,x,y,center)
{
    screenw = screen.availWidth;
    screenh = screen.availHeight;
    if (center=="1")
    {
        x=(screenw-w)/2;
        y=(screenh-h)/2;
    }
    window.open(url,name,'width='+w+',height='+h+',left='+x+',top='+y+',toolbars=no,statusbar=no,resizable=no,menubar=no,scrollbars=yes');
}

/* Script for multiple images */
function ChangeImage(imageSrc, imageType)
{
    if (imageType == 'product')
        document.getElementById("standardImage").src = imageSrc;
    if (imageType == 'large')
        document.getElementById("largeImage").src = imageSrc;
}


var maskpanel=function()
{
    this.divobj;
    this.show=function()
    {
      if(!document.getElementById("xdivmasking"))
      {
          var divEle = document.createElement('div');
          divEle.setAttribute("id","xdivmasking");
          document.body.appendChild(divEle);
          var divSty      = document.getElementById("xdivmasking").style;
          divSty.position = "absolute";divSty.top="0px";divSty.left="0px";divSty.zIndex="46";divSty.opacity=".40";divSty.backgroundColor="#000";
          divSty.filter   = "alpha(opacity=40)";

          var divFram = document.createElement('iframe');
          divFram.setAttribute("id","xmaskframe");
          document.body.appendChild(divFram);
          divSty = document.getElementById("xmaskframe").style;
          divSty.position = "absolute";divSty.top="0px";divSty.left="0px";divSty.zIndex="45";divSty.border="none";divSty.filter="alpha(opacity=0)";
       }

       this.divobj   = document.getElementById("xdivmasking");
       this.waitifrm = document.getElementById("xmaskframe");
       
       var dsh = document.documentElement.scrollHeight;
       var dch = document.documentElement.clientHeight;
       var dsw = document.documentElement.scrollWidth;
       var dcw = document.documentElement.clientWidth;
       
       var bdh = (dsh>dch)?dsh:dch;
       var bdw = (dsw>dcw)?dsw:dcw;

       this.waitifrm.style.height  = this.divobj.style.height=bdh+'px';
       this.waitifrm.style.width   = this.divobj.style.width=bdw+'px';  
       this.waitifrm.style.display = this.divobj.style.display="block";
    };
    this.hide=function()
    {
        this.waitifrm.style.display=this.divobj.style.display="none";
    };
}
var overlayMask;
function viewmaskpanel(imgURL)
{
    overlayMask    = new maskpanel();
    overlayMask.show();
    var overlayDiv = document.getElementById("theLayer");
    overlayDiv.style.display = "block";
    document.getElementById("largeImage").src = imgURL;
  
}
function hidemaskpanel()
{
    document.getElementById("theLayer").style.display="none";
    overlayMask.hide();
}
/* End Script for multiple images */

</script>
<!-- load CNET style sheet -->
<style>
<!--
.cnet_mainheader {font-family:arial;color:#ffffff;font-size:12px;font-weight:bold;padding:3px;width:100%;background-color:#003366;}
.cnet_textbold {font-family:arial;color:#000000;font-size:12px;font-weight:bold;padding:2px;}
.cnet_text {font-family:arial;color:#000000;font-size:12px;font-weight:normal;padding:2px;}
.cnet_textparagraph {font-family:arial;color:#000000;font-size:12px;font-weight:normal;padding:8px;}
.cnet_texttable {font-family:arial;font-size:12px;font-weight:normal;color:#000000;}
.cnet_tableleft {background-color:#e6e6e6;font-family:arial;color:#000000;font-size:12px;font-weight:bold;padding:3px;}
.cnet_tableright {background-color:#ffffff;font-family:arial;color:#000000;font-size:12px;font-weight:normal;padding:3px;}
.cnet_tablelines {background-color:#9c9c9c;}
.cnet_tableright li { margin-left:15px}
-->
</style>



		<table border="0" cellpadding="0" cellspacing="0" width=100%>
		
		<tr><td>

		<style>
		td.off { background : #FFFFFF; color: #003366; font-family: arial;}
		td.on { background : #DCDCDC; color: #003366; font-family: arial;}
		</style>

		<script language="JavaScript">
			<!--

			function submitHpGlobalSearchForm()
			{
				if ( ( window.document.frmGblSearch.sectionRadio.checked ) )
				{
					window.document.frmGblSearch.action				= "http://h71016.www7.hp.com/dstore/AdvancedSearch.asp?oi=E9CED&BEID=19701&SBLID=";
					//document.frmGblSearch.action				= "http://ebizfarmweb05.houston.hp.com/dstore/AdvancedSearch.asp?oi=E9CED&BEID=19701&SBLID=";
					window.document.frmGblSearch.method				= "POST"; //Prabha changed method to post to overcome cross site reference error           
		            
				}
				else if ( ( window.document.frmGblSearch.countryRadio.checked ) )
				{        
					window.document.frmGblSearch.action				= "http://www.hp.com/search/";
					window.document.frmGblSearch.method				= "GET";
				}    
				else
				{        
					window.document.frmGblSearch.search_criteria.value = window.document.frmGblSearch.textbox1.value;
					window.document.frmGblSearch.action                = "sp_Main.asp?oi=E9CED&BEID=19701&SBLID=&HPURL=Y";
					window.document.frmGblSearch.method                = "POST";
					//window.document.frmGblSearch.method                = "GET";
				}
			}	
			function submitHpGlobalSearchFormSSL()
			{
				if ( ( window.document.frmGblSearch.sectionRadio.checked ) )
				{
					window.document.frmGblSearch.action				= "https://h71016.www7.hp.com/dstore/dcart/ssl/xt_final_confirm.asp?oi=E9CED&BEID=19701&SBLID=";
					//document.frmGblSearch.action				= "http://ebizfarmweb05.houston.hp.com/dstore/AdvancedSearch.asp?oi=E9CED&BEID=19701&SBLID=";
					window.document.frmGblSearch.method				= "POST"; //Prabha changed method to post to overcome cross site reference error           
		            
				}
				else if ( ( window.document.frmGblSearch.countryRadio.checked ) )
				{        
					window.document.frmGblSearch.action				= "http://www.hp.com/search/";
					window.document.frmGblSearch.method				= "GET";
				}    
				else
				{        
					window.document.frmGblSearch.search_criteria.value = window.document.frmGblSearch.textbox1.value;
					window.document.frmGblSearch.action                = "sp_Main.asp?oi=E9CED&BEID=19701&SBLID=&HPURL=Y";
					window.document.frmGblSearch.method                = "POST";
					//window.document.frmGblSearch.method                = "GET";
				}
			}	
			//-->
		</script>
		<script language="javascript">
		<!--
		if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4) 
		{

		}
		else
		{
		document.write('<div id="one" name="one" style="position: absolute; z-index: 200; left: 0; top: 0; visibility: hidden;">');
		document.write('<table cellpadding="0" cellspacing="0" border="0">');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="96" alt="" border="0" onLoad="init_nav();"></a></td>');
		document.write('    </tr>');
		document.write('    <tr> ');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()" valign="top"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="253" height="100" alt="" border="0"></a></td>');
		document.write('        <td valign="top">');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="105">');
		document.write('            <tr>');
		document.write('                <td colspan="3" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="/buyhp_assets/images2/space.gif" alt="" width="4" height="1" border="0">&raquo;&nbsp;</span><a href="http://h71016.www7.hp.com/dstore/html/computing.asp" class="small" style="font-size: 92%" target="_top">Computing</a>&nbsp;<img src="/buyhp_assets/images2/space.gif" width="2" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="100%" height="10" alt="" border="0"></a></td>');
		document.write('            </tr>');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('            </tr>             ');
		document.write('        </table>');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="145">');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td rowspan="28" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="100%" height="3" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td rowspan="28" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td1" id="td1" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=429&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(1);td_on(2);" onmouseout="td_off(1);td_off(2);">Desktops</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td2" id="td2" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td3" id="td3" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/familymatrix.asp?ProductLineId=539&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(3);td_on(4);" onmouseout="td_off(3);td_off(4);">Notebooks</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td4" id="td4" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td5" id="td5" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=431&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(5);td_on(6);" onmouseout="td_off(5);td_off(6);">Servers</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td6" id="td6" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td7" id="td7" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=510&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(7);td_on(8);" onmouseout="td_off(7);td_off(8);">Handhelds</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td8" id="td8" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td9" id="td9" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=450&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(9);td_on(10);" onmouseout="td_off(9);td_off(10);">Storage</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td10" id="td10" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td43" id="td43" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=536&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(43);td_on(44);" onmouseout="td_off(43);td_off(44);">Thin Clients</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td44" id="td44" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td45" id="td45" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=538&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(45);td_on(46);" onmouseout="td_off(45);td_off(46);">Point of Sales systems</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td46" id="td46" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td11" id="td11" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=433&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(11);td_on(12);" onmouseout="td_off(11);td_off(12);">Workstations</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td12" id="td12" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td51" id="td51" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore//html/networking/index.asp?oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(51);td_on(52);" onmouseout="td_off(51);td_off(52);">Networking</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td52" id="td52" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td21" id="td21" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=535&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(21);td_on(22);" onmouseout="td_off(21);td_off(22);">Monitors and Televisions</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td22" id="td22" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		//document.write('            <tr bgcolor="#FFFFFF">');
		//document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		//document.write('                <td width="100%" valign="middle" class="off" name="td41" id="td41" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=540&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(41);td_on(42);" onmouseout="td_off(41);td_off(42);">Tablets </a></td>');
		//document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		//document.write('            </tr>');
		//document.write('            <tr bgcolor="#FFFFFF">');
		//document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		//document.write('                <td width="100%" valign="middle" class="off" name="td42" id="td42" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		//document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		//document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td49" id="td49" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_Main.asp?hp_url=cadefault.asp&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(49);td_on(50);" onmouseout="td_off(49);td_off(50);">Computing Accesories</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td50" id="td50" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="8" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td width="100%" bgcolor="#FFFFFF" colspan="3"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#000000">');
		document.write('                <td width="100%" bgcolor="#000000" colspan="3"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('        </table>');
		document.write('        </td>');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="250" height="100" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="165" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('</table>');
		document.write('</div>');

		document.write('<div id="two" name="two" style="position: absolute; z-index: 200; left: 0; top: 0; visibility: hidden;"> ');
		document.write('<table cellpadding="0" cellspacing="0" border="0">');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="96" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('    <tr> ');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()" valign="top"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="326" height="100" alt="" border="0"></a></td>');
		document.write('        <td valign="top">');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="170">');
		document.write('            <tr>');
		document.write('                <td colspan="3" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>        ');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></a></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="/buyhp_assets/images2/space.gif" alt="" width="4" height="1" border="0">&raquo;&nbsp;</span><a href="http://h71016.www7.hp.com/dstore/html/printing.asp" class="small" style="font-size: 92%" target="_top">Printing &amp; Digital imaging</a>&nbsp;<img src="/buyhp_assets/images2/space.gif" width="2" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="100%" height="10" alt="" border="0"></a></td>');
		document.write('            </tr>');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('                <td><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt="" border="0"></td>');
		document.write('            </tr>            ');
		document.write('        </table>');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="170">');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td width="1" rowspan="18" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="3" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" rowspan="18" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td13" id="td13" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=492&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(13);td_on(14);" onmouseout="td_off(13);td_off(14);">Black &amp; White printers </a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td14" id="td14" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td15" id="td15" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=493&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(15);td_on(16);" onmouseout="td_off(15);td_off(16);">Color printers</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td16" id="td16" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td17" id="td17" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=494&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(17);td_on(18);" onmouseout="td_off(17);td_off(18);">Multifunction &amp; All-in-ones </a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td18" id="td18" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td19" id="td19" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=501&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(19);td_on(20);" onmouseout="td_off(19);td_off(20);">Scanning &amp; Digital imaging</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td20" id="td20" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td23" id="td23" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/families.asp?ProductLineId=503&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(23);td_on(24);" onmouseout="td_off(23);td_off(24);">Wide &amp; Large format printers </a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td24" id="td24" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td25" id="td25" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0"><tr><td width="8"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt=""></td><td valign="top">&raquo;&nbsp;</td><td valign="top"><a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_main.asp?hp_url=filterby.asp%3Ftype%3D1&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(25);td_on(26);" onmouseout="td_off(25);td_off(26);">HP Printing Supplies<br>&amp; Accessories</a></td></tr></table></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td26" id="td26" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="8" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" colspan="3" width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#000000">');
		document.write('                <td bgcolor="#000000" colspan="3" width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('        </table>');
		document.write('        </td>');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="225" height="100" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="150" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('</table>');
		document.write('</div>');

		document.write('<div id="three" style="position: absolute; z-index: 200; left: 0; top: 0; visibility: hidden;" name="three"> ');
		document.write('<table cellpadding="0" cellspacing="0" border="0">');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="96" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('    <tr> ');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()" valign="top"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="464" height="50" alt="" border="0"></a></td>');
		document.write('        <td valign="top">');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="142">');
		document.write('            <tr>');
		document.write('                <td colspan="4" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="/buyhp_assets/images2/space.gif" alt="" width="4" height="1" border="0">&raquo;&nbsp;</span><a href="http://h71016.www7.hp.com/dstore/html/sa.asp?oi=E9CED&BEID=19701&SBLID=" class="small" style="font-size: 92%" target="_top">Supplies &amp; Accessories</a></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td class="color003366" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>            ');
		document.write('        </table>');
		document.write('        <table cellspacing="0" cellpadding="0" border="0" width="142">');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td width="1" rowspan="16" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="4" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="1" rowspan="16" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td27" id="td27" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_Main.asp?hp_url=cadefault.asp?oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(27);td_on(28);" onmouseout="td_off(27);td_off(28);">Computing accessories</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td28" id="td28" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td29" id="td29" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_Main.asp?hp_url=spdefault.asp%3Fstore_id%3D11&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(29);td_on(30);" onmouseout="td_off(29);td_off(30);">Software solutions</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td30" id="td30" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td31" id="td31" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0"><tr><td width="8"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt=""></td><td valign="top">&raquo;&nbsp;</td><td valign="top"><a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_main.asp?hp_url=filterby.asp%3Ftype%3D1&oi=E9CED&BEID=19701&SBLID=" target="_top" class="flyout" onmouseover="td_on(31);td_on(32);" onmouseout="td_off(31);td_off(32);">HP Printing Supplies<br>&amp; Accessories</a></td></tr></table></div></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td32" id="td32" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td33" id="td33" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_main.asp?hp_url=filterby.asp%3Ftype%3D0&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(33);td_on(34);" onmouseout="td_off(33);td_off(34);">HP Accessory finder</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td34" id="td34" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td37" id="td37" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_main.asp?hp_url=filterby.asp%3Ftype%3D3&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(37);td_on(38);" onmouseout="td_off(37);td_off(38);">HP Memory finder</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td38" id="td38" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td39" id="td39" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/sp_main.asp?hp_url=filterby.asp%3Ftype%3D2&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(39);td_on(40);" onmouseout="td_off(39);td_off(40);">Services &amp; Support</a></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');

		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('                <td width="100%" valign="middle" class="off" name="td40" id="td40" nowrap="nowrap"><img src="/buyhp_assets/images2/space.gif" width="8" height="2" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('                <td width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="8" alt=""></td>');
		document.write('                <td bgcolor="#FFFFFF" width="1"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#FFFFFF">');
		document.write('                <td bgcolor="#FFFFFF" colspan="3" width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('            <tr bgcolor="#000000">');
		document.write('                <td bgcolor="#000000" colspan="3" width="100%"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>');
		document.write('            </tr>');
		document.write('        </table>');
		document.write('        </td>');
		document.write('        <td onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="95" height="50" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('    <tr>');
		document.write('        <td colspan="3" onmouseover="hideall()" onmouseout="hideall()"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="/buyhp_assets/images2/space.gif" width="500" height="170" alt="" border="0"></a></td>');
		document.write('    </tr>');
		document.write('</table>');
		document.write('</div>');
		}
		//-->
		</script>

		<noscript><a href="http://www.hp.com/country/us/eng/noscript.htm">summary of site-wide JavaScript functionality</a></noscript> 
		<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">
			<tr height=109>    <td>

				<table border="0" cellpadding="0" cellspacing="0" width="720">
					<tr class="decoration">
						<td width="10"><a href="#jumptocontent"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt="Jump to content" border="0"></a><noscript><a href="http://welcome.hp.com/country/us/en/noscript.html">summary of site-wide JavaScript functionality</a></noscript></td>
						<td align="left" width="260" class="smallbold"></td>
						<td><img src="/buyhp_assets/images2/space.gif" width="10" height="24" alt="" border="0"></td>
						<td align="left" width="155" class="color003366"></td>
						<td align="right"></td>     
						<td align="right" width="285" class="countryInd">United States-English</td>
						<td><img src="/buyhp_assets/images2/space.gif" width="20" height="1" alt=""></td>        
					</tr>
				</table>
				<table border="0" cellpadding="0" cellspacing="0" width="100%">
					<tr>
						<td align="left" valign="top">  

							<!-- Begin Top Navigation Area -->
							<table border="0" cellpadding="0" cellspacing="0" width="100%">
								<tr>
									<td align="left" valign="top" class="color666666bg" width="720">
										<table border="0" cellpadding="0" cellspacing="0" >
											<tr class="decoration">
											   <td><a href="http://welcome.hp.com/country/us/en/welcome.html" target="_top"><img src="http://welcome.hp-ww.com/country/us/eng/img/top/hpweb_1-2_topnav_home.gif" width="100" height="24" border="0" alt="HP.com Home"></a></td>
											   <td class="colorE7E7E7bg"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
											   <td><a href="http://welcome.hp.com/country/us/en/prodserv.html" target="_top"><img src="http://welcome.hp-ww.com/country/us/eng/img/top/hpweb_1-2_topnav_prdsrv.gif" width="166" height="24" border="0" alt="Products and Services"></a></td>
											   <td class="colorE7E7E7bg"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
											   <td><a href="http://welcome.hp.com/country/us/en/support.html" target="_top"><img src="http://welcome.hp-ww.com/country/us/eng/img/top/hpweb_1-2_topnav_supprt.gif" width="163" height="24" border="0" alt="Support and Drivers"></a></td>
											   <td class="colorE7E7E7bg"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
											   <td><a href="http://welcome.hp.com/country/us/en/solutions.html" target="_top"><img src="http://welcome.hp-ww.com/country/us/eng/img/top/hpweb_1-2_topnav_slutns.gif" width="143" height="24" border="0" alt="Solutions"></a></td>
											   <td class="colorE7E7E7bg"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
											   <td><a href="http://welcome.hp.com/country/us/en/howtobuy.html" target="_top"><img src="http://welcome.hp-ww.com/country/us/eng/img/top/hpweb_1-2_topnav_buy.gif" width="143" height="24" border="0" alt="How to Buy"></a></td>
											   <td class="colorE7E7E7bg"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
											</tr>
										</table>
									</td>
								</tr>
							</table>
							<!-- End Top Navigation Area -->


							<!-- Begin Search Area -->
							<table border="0" cellpadding="0" cellspacing="0" width="100%">
								<tr>
									<td align="left" valign="top" class="colorE7E7E7bg">
										<table border="0" cellpadding="0" cellspacing="0" width="720">
											<tr>
												<td width="1" valign="top"><img src="/buyhp_assets/images2/space.gif" width="1" height="48" alt=""></td>
												<td width="100" align="center" valign="middle" class="color003366bld"><img src="/buyhp_assets/images2/space.gif" width="22" height="1" alt="">&raquo;&nbsp;<a href="http://h71016.www7.hp.com/html/infodesk/index.asp" class="smallbld">Contact HP</a></td>
												<td width="10"><img src="/buyhp_assets/images2/space.gif" width="20" height="1" alt=""></td>
												<td width="195" align="center" valign="middle">Buy online or call &nbsp;<span class="bold">1-800-888-9909</bold></td>

												<td align="center">
													<form id=frmGblSearch name=frmGblSearch target="_parent" onsubmit="javascript:submitHpGlobalSearchForm();">
														<table border="0" cellpadding="0" cellspacing="0" align="right">
														   <tr>
															  <td align="left" valign="top" class="bold"><img src="/buyhp_assets/images2/space.gif" width="1" height="6" alt="" border="0"><br><Label for="textbox1">Search:</Label></td>
															  <td valign="top"><img src="/buyhp_assets/images2/space.gif" width="4" height="1" alt="" ></td>
															  <td align="left" valign="top" ><img src="/buyhp_assets/images2/space.gif" width="1" height="2" alt=""><br><input type="text" name="qt" size="26" maxlength="1991" name="textbox1" id="textbox1" alt="Enter search criteria here" value=''><img src="/buyhp_assets/images2/space.gif" width="4" height="1" alt=""><a id="country" onmouseover="status='search using the specified criteria';return true;" onmouseout="status='';return true;" onFocus="status='search using the specified criteria';return true;" onBlur="status='';return true;"><input type="Image" name="submit" src="/buyhp_assets/images2/button_arrow.gif" border="0" alt="Begin your search"></a><!--<img src="http://welcome.hp-ww.com/img/s.gif" width="9" height="1" alt="" border="0"><img src="http://welcome.hp-ww.com/img/s.gif" width="4" height="1" alt=""><a href="ENTER HERE" class="udrlinesmall">more options</a>--></td>
															  <td align="left"><img src="/buyhp_assets/images2/space.gif" width="20" height="1" alt="" ></td>
														   </tr>
														   <tr>               
															  <td>&nbsp;</td>
															  <td align="left" colspan="3" class="small" >
																<div><input type="radio" value="1" name="hpl" checked class="srchradbtn" id="sectionRadio" ><label for="sectionRadio"><span class=bold>SMB Store</span></label>
																<input type="radio" value="0" name="hpl" id="countryRadio" class="srchradbtn"><label for="countryRadio">All of HP United States</label>
																</div>
															  </td>              
														   </tr>
														</table>
			                        
														<input type="hidden" name="search_criteria" value="">
														<input type="hidden" name="search" value="keyword">
														<input type="hidden" name="search_field" value="description">
														<input type="hidden" name="ctry" value="us">
														<input type="hidden" name="lang" value="eng">
														<input type="hidden" name="qp" value="site:h71016.www7.hp.com">
														<input type="hidden" name="hps" value="SMB Store Only">
														<input type="hidden" name="hpn" value="Return to smb store">
														<input type="hidden" name="hpa" value="http://h71016.www7.hp.com/html/infodesk/index.asp">
														<input type="hidden" name="oi" value="E9CED">
														<input type="hidden" name="BEID" value="19701">   
													</form>
												</td>
											</tr>
										</table>
									</td>
								</tr>
							</table>
						</td>
					</tr>
					<tr>
						<td align="left" valign="top" width=720 height="18">    
							<!-- DSTORE version of include -->
							<!-- Begin Tertiary Area -->
							<table border="0" cellpadding="0" cellspacing="0" width="747">
								<tr bgcolor="#333333">
									<td colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>
								</tr>
								<tr bgcolor="#333333">
									<td width="172"><img src="/buyhp_assets/images2/space.gif" width="172" height="1" alt="" border="0"></td>
										<script language="javascript">
										<!--
										if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4) 
										{
												document.write('<td width="575" class="color003366" nowrap="nowrap"><span class="colorFFFFFF">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/default.asp?oi=E9CED&BEID=19701&SBLID=" target="_top" class="colorFFFFFF">Store home</a><img src="/buyhp_assets/images2/space.gif" alt="" width="6" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/computing.asp" name="computing menu" id="computing menu" accesskey="C" tabindex="1" target="_top" class="colorFFFFFF">Computing</a><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/printing.asp" name="printing menu" id="printing menu" accesskey="P" tabindex="2" target="_top" class="colorFFFFFF">Printing &amp; Digital imaging</a><img src="/buyhp_assets/images2/space.gif" alt="" width="4" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/sa.asp?oi=E9CED&BEID=19701&SBLID="  name="software and peripherals menu" id="software and peripherals menu"  accesskey="S" tabindex="3" target="_top" class="colorFFFFFF">testlies &amp; Accessories</a></span></td>');

										}
										else
										{
												document.write('<td width="575" class="color003366" nowrap="nowrap"><span class="colorFFFFFF">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/default.asp?oi=E9CED&BEID=19701&SBLID=" class="small" style="color: #FFFFFF; font-size: 92%" onmouseover="hideone();hidetwo();hidethree();" onmouseout="hideone();hidetwo();hidethree();" onfocus="hideone();hidetwo();hidethree();" target="_top">Store home</a><img src="/buyhp_assets/images2/space.gif" alt="" width="6" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/computing.asp" class="small" style="color: #FFFFFF; font-size: 92%" onfocus="drop(1)"  onMouseOver="drop(1)" name="computing menu" id="computing menu" accesskey="C" tabindex="1" target="_top" onfocus="hidetwo();hidethree();" onmouseover="hidetwo();hidethree();" onmouseout="hidetwo();hidethree();">Computing</a><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/printing.asp" class="small" style="color: #FFFFFF; font-size: 92%" onfocus="drop(2)" onMouseOver="drop(2)" name="printing menu" id="printing menu" accesskey="P" tabindex="2" target="_top" onfocus="hideone();hidethree();" onmouseover="hideone();hidethree();" onmouseout="hideone();hidethree();">Printing &amp; Digital imaging</a><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a class="small" style="color: #FFFFFF; font-size: 92%" href="http://h71016.www7.hp.com/dstore/html/sa.asp?oi=E9CED&BEID=19701&SBLID="  name="software and peripherals menu" id="software and peripherals menu"  accesskey="S" tabindex="3" onMouseOver="drop(3)" onfocus="drop(3)" target="_top" onfocus="hidetwo();hideone();" onmouseover="hidetwo();hideone();" onmouseout="hidetwo();hideone();">Supplies &amp; Accessories</a></span></td>');
										}
										//-->
										</script> 
										<noscript>
										<td width="575" class="color003366" nowrap="nowrap"><span class="colorFFFFFF">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/default.asp?oi=E9CED&BEID=19701&SBLID=" class="small" style="color: #FFFFFF; font-size: 92%" target="_top">Store home</a><img src="/buyhp_assets/images2/space.gif" alt="" width="6" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/computing.asp" class="small" style="color: #FFFFFF; font-size: 92%" name="computing menu" id="computing menu" accesskey="C" tabindex="1" target="_top">Computing</a><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a href="http://h71016.www7.hp.com/dstore/html/printing.asp" class="small" style="color: #FFFFFF; font-size: 92%" name="printing menu" id="printing menu" accesskey="P" tabindex="2" target="_top">Printing &amp; Digital imaging</a><img src="/buyhp_assets/images2/space.gif" alt="" width="4" height="1" border="0">|<img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1" border="0">&raquo;<img src="/buyhp_assets/images2/space.gif" alt="" width="3" height="1" border="0"><a class="small" style="color: #FFFFFF; font-size: 92%" href="http://h71016.www7.hp.com/dstore/html/sa.asp?oi=E9CED&BEID=19701&SBLID="  name="software and peripherals menu" id="software and peripherals menu"  accesskey="S" tabindex="3" target="_top">Supplies &amp; Accessories</a></span>
									</td>
										</noscript>      
									<td width="1" bgcolor="#999999"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
								</tr>
								<tr>
									<td bgcolor="#000000" colspan="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="739" height="1" border="0"></td>
									<td width="1" bgcolor="#CCCCCC"><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td>
								</tr>
								<tr>
									<td colspan="3" bgcolor="#000000"><img src="/buyhp_assets/images2/space.gif" alt="" width="739" height="1" border="0"></td>
								</tr>
								<tr>
									<td colspan="3" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" alt="" width="739" height="1" border="0"></td>
								</tr>    
							</table>
							<!-- End Tertiary Area -->
						</td>   
					</tr>
				</table>
			</td></tr>
		</table>
	</td></tr>
		</table>
	
<table border="0" cellpadding="0" cellspacing="0" width="740">
<tr>
	
	<!-- Block added to modify HP logo functioning - START -->
		
			<td width="169" valign="center" align="center">
				
			    <a href="http://www.hp.com/" target="_new">
			

				<img src="http://h30094.www3.hp.com/buyhp_assets/images2/hp_logo.gif" alt="HP.com Home" title="HP.com Home" border="0">

			
				</a>
			
	<!-- Block added to modify HP logo functioning - START -->

	<td width="571" valign="top">
		<table border="0" cellpadding="0" cellspacing="0" width="571">
		<tr>
			<td width="11" bgcolor="#ffffff"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" alt="" width="11" height="1"></td>
			<td height="100" valign="top" colspan="2">
				
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
	<td colspan = "2"> 
	
		<table border="0" cellpadding="0" cellspacing="01" ID="Table1">
			<tr>
				<td>
					<font class="aq_topnavlink">					
						<A href="http://h30094.www3.hp.com/cadefault.asp" class="aq_topnavlink">Computing accessories</A>&nbsp;
									<span class="aq_copy">></span>&nbsp;
									
																		
										<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=19&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">
									Specialty products
									</a>
								&nbsp;
								<span class="aq_copy">></span>&nbsp;
								
									<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=19&search_id=170&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">

								Office equipment
								</a>
							&nbsp;
								
								    <span class="aq_copy">></span>&nbsp;
																
								<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=19&search_id=170&dept_id=1090&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">

								Paper shredders
								</a>
							
					</font>
				</td>
			</tr>
		</table>
	
	
		</td>
	</tr>
	<tr>
	<td  colspan = 2>	
	<!--
	
		<td  colspan = 2>
	
	-->
		
	    				<img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="17" alt=""><br>    				
    					
    					

    					<font class="aq_header">
    					Fellowes - Powershred Waste Bag for Personal Shredder
						</font>
											
						
						
	</td>
		<!--
	    
		-->     
</tr>
<tr>

			<td align="right" height="40" valign="bottom" width="60%">
			<table border="0" width="100%" cellpadding="0" cellspacing="0" ID="Table1">
		
		<tr><form action="http://h30094.www3.hp.com/featurestore.asp" method="get" ID="Form1">
		
			<input type=hidden name="bn_mfg_id" value="" ID="Hidden1">
			<input type=hidden name="brand" value="" ID="Hidden2">
		
	</form>			
	</tr>
	</table>
	</td>
</tr>

	<tr><td colspan="2"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" alt="" width="560" height="1"></td></tr>

</table>

			</td>
		</tr>
		</table>
	</td>
	</tr>
</table>

	<table border="0" cellpadding="0" cellspacing="0" width="740" ID="Table1">
	<tr class="leftNavBg">

	<!--Task #36253-->
	
		<td width="169" valign="top" align="left" bgcolor="#F0F0F0">
	
	<!--/Task #36253-->


				<table border="0" cellpadding="0" cellspacing="0">
				<tr><td>
		<table BORDER="0" height="100%" width="170" CELLSPACING="0" CELLPADDING="0" bgcolor="#F0F0F0" ID="Table2"> 
			<tr > <td colspan=3 VALIGN="TOP"><table border="0" cellpadding="10" cellspacing="0" width="100%" ID="Table3"> 
						<tr class="colorDCDCDCbg"> <td align="left" valign="middle" class="color003366bld">&raquo;&nbsp;<a href="http://h71016.www7.hp.com/dstore/default.asp?oi=E9CED&BEID=19701&SBLID=" target="_parent">Small &amp; Medium<br><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt="" border="0">Business Store</a></td> </tr> 
			</table> </td> </tr> 
			<TR> <td height="24" colspan="3" align="left" valign="middle" class="colorE7E7E7bg"><table border="0" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr height="24"><td>&nbsp;&nbsp;&nbsp;</td><td align="left">
<br/><img src="http://h30094.www3.hp.com/buyhp_assets//images2/snf25_blue_icon_cart.gif"/>&nbsp;<a href='http://h71016.www7.hp.com/dstore/dcart/cart.asp?HeaderAction=ViewCart&oi=E9CED&BEID=19701&SBLID=' class="leftnav"><b>Shopping cart</b></a><br/>Your cart is empty
</td></tr>
</table>
 </td> </TR> 
			<tr>
				<td colSpan="3" class="colorE7E7E7bg"><IMG height="10" alt="" src="/buyhp_assets/images2/space.gif"></td>
			</tr>
			<tr>
				<td colSpan="3"><IMG height="10" alt="" src="/buyhp_assets/images2/space.gif"></td>
			</tr>
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td colspan="2" align="left"><h3>Shopping options</h3> </td> </TR> 
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td class="color003366">&raquo;</td> <td align="left"><a href='http://h71016.www7.hp.com/dstore/dcart/SaveCart.asp?HeaderAction=DisplayRetrieve&CartAction=DisplayRetrieve&oi=E9CED&BEID=19701&SBLID=' target='_top'>Retrieve cart</a></td> </TR> 
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td class="color003366">&raquo;</td> <td align="left"><a href='http://h71016.www7.hp.com/dstore/dcart/SaveOrder.asp?HeaderAction=OrderStatus&OrderAction=OrderStatus&oi=E9CED&BEID=19701&SBLID=' target='_top'>Order status</a></td> </TR> 
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td class="color003366">&raquo;</td> <td align="left"><a href='http://h71016.www7.hp.com/dstore/dcart/SaveOrder.asp?HeaderAction=OrderHistory&OrderAction=OrderHistory&oi=E9CED&BEID=19701&SBLID=' target='_top'>Order and quote history</a></td> </TR> 
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td class="color003366">&raquo;</td> <td><a href='http://h71016.www7.hp.com/dstore/AdvancedSearch.asp?oi=E9CED&BEID=19701&SBLID=' >Advanced search </a></td></TR>
			<TR> <td colspan="3"><img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""></td> </TR> 
			<TR> <td><img src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td> <td colspan="2">&nbsp;<img class="colorCCCCCCbg" src="http://h71016.www7.hp.com/dstore/images/line_gray.gif" height="1" width="150" alt="" border="0"><img src="/buyhp_assets/images2/space.gif" class="colorF0F0F0bg" width="1" height="1" alt=""></td> </TR> 
			<TR> <td colspan="3"><img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""></td> </TR> 
			<TR>
				<TD><IMG src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></TD>
				<TD class="color003366">&raquo;</TD>
				<TD ><A href="https://h71016.www7.hp.com/dstore/dcart/ssl/ChangePassword.asp?HeaderAction=ChangePwd&Steps=1&oi=E9CED&BEID=19701&SBLID=" target='_top' >Change password</A></TD>
			</TR>
			<TR>
				<TD colspan="3"><IMG src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><TD>
			</TR>
			<TR>
				<TD><IMG src="/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></TD>
				<TD colspan="2">&nbsp;<IMG class="colorCCCCCCbg" src="http://h71016.www7.hp.com/dstore/images/line_gray.gif" height="1" width="150" alt="" border="0"><IMG src="/buyhp_assets/images2/space.gif" class="colorF0F0F0bg" width="1" height="1" alt=""></TD>
			</TR>
			<tr><td colspan="3">
				<table  border="0" cellspacing="0" cellpadding="0">
				  <tr>
					 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
					 <td valign="top" width="10" class="color003366">&raquo;</td>
					 <td width="140"><a target="_blank" href="https://h30046.www3.hp.com/subprofile.php?SUBS=PROMONEWS&exp=SMB&regioncode=NA&langcode=USENG&jumpid=em_r2910_smbstorepersistentleftnav" class=leftnav>FREE email promotion updates</a></td>
					</tr>
				</table>
				<table border="0" cellpadding="0" cellspacing="0" width="170">
				  <tr>
					 <td width='1'><img src="/buyhp_assets/images2/space.gif" width='1' height='15' alt=''></td>
				  </tr>
				  <tr class="decoration">
					<td height="1"><hr width="150" noshade size="1" align="center" color="#CCCCCC"></td>
				  </tr>
				</table>

			</td></tr>
			<tr><td> </td></tr>
			<tr><td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td><td colspan="2"><h3>More ways to buy</h3></td></tr>
			<tr><td></td></tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://www.hp.com/sbso/buspurchase/leasing-intro.html?jumpid=ex_r2910/storeleftnavpoi" class=leftnav>Leasing &amp; Financing</a></td>
			</tr>

			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://www.hp.com/cgi-bin/sbso/exit.cgi?goto=buy/find_resellers">Find a reseller</a></td>
			</tr>

			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://partsurfer.hp.com/search.aspx">HP Parts store</a></td>
			</tr>

			<tr>
				 <td width='10'><img src="/buyhp_assets/images2/space.gif" width='10' height='1' alt=''></td>
				 <td valign='top' width='10' class="color003366">&raquo;</td>
				 <td width='140'><a target="_blank" href='http://www.hp.com/sbso/buspurchase_info.html?nextpage=findyournearestreseller' class=leftnav>Other ways to buy</a></td>
			</tr>
			<tr><td colspan=3>
				<table border="0" cellpadding="0" cellspacing="0" width="170">
				  <tr>
					 <td width='1'><img src="/buyhp_assets/images2/space.gif" width='1' height='15' alt=''></td>
				  </tr>

				</table></td>
			</tr>
			<tr><td colspan=3> </td></tr>
			<tr>
				<td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="10" alt=""></td>
				<td colspan="2"><h3>Helpful resources</h3></td>
			</tr>
			<tr><td></td></tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a href="http://h71016.www7.hp.com/dstore/html/infodesk/customerservice.asp?oi=E9CED&BEID=19701&SBLID=&jumpid=ex_r2910/storeleftnavpoi" class=leftnav>Customer service</a></td>
			</tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a href="http://h71016.www7.hp.com/dstore/specials.asp?oi=E9CED&BEID=19701&SBLID=&jumpid=in_r2910_smbsplink/homepagesplink/leftnav/heasmith" class=leftnav>Special offers &amp; rebates</a></td>
			</tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://www.hp.com/sbso/services/index.html?jumpid=ex_r2910_homerightnav/supportservices/warranty">Services &amp; Total Care</a></td>
			</tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://www.hp.com/sbso/solutions/index.html?jumpid=ex_r2910/storeleftnavpoi" class=leftnav>Learn &amp; Use</a></td>
			</tr>
			<tr>
				 <td width="10"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
				 <td valign="top" width="10" class="color003366">&raquo;</td>
				 <td width="140"><a target="_blank" href="http://www.hp.com/sbso/bussupport.html?jumpid=ex_r2910_homerightnav/supportservices/support">Support &amp; Drivers</a></td>
			</tr>
		</table> 
		<table BORDER="0" width="170" CELLSPACING="0" CELLPADDING="0" bgcolor="#F0F0F0" height="100%" ID="Table4"> 
			<tr><td width="170">&nbsp;</td></tr> <tr><td width="170">&nbsp;</td></tr>
		</table> 
	</td></tr>
				</table>
			
		<table border="0" cellpadding="0" cellspacing="0" width="170" bgcolor="#cccccc" ID="Table5"><tr><td height="2"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="2" alt=""></td></tr></table><br>
		
<p>
</td>

		    <td width="10" bgcolor="#ffffff"><img src="/buyhp_assets/images2/space.gif" width="10" height="1" alt=""></td>
	 
	<td width="560" valign="top" bgcolor="#ffffff">
		<table cellpadding="0" cellspacing="0" width="100%">
		
	<td valign=top>
		
        <table border="0" cellpadding="2" cellspacing="2" width="100%">
            


        <tr  valign="top" width="370px">
            <td valign="top" >

            <table border="0" cellpadding="0" cellspacing="0" bgcolor="#cccccc" width="100%" ID="Table8">
	        <tr>
	            <td height="1" bgcolor="#cccccc"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px" hspace="100%"></td>
	        </tr>
            </table>

        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#cccccc" width="100%" ID="Table4">
            <!-- Task #52921 -->
            <tr>
                <td>
                    
<script language="javascript" type ="text/javascript" >
	function validate()
	{
        var strsearch_criteria, intStrLength;
		strsearch_criteria = Trim(frmQuickFind.search_criteria.value);
		
        intStrLength= strsearch_criteria.length;
		if (intStrLength <= 0)
		{
			frmQuickFind.search_criteria.focus();
			return false;
		}
		else
		{
            return true;
		}
	}
	
	function keywordCheck()
	{
        document.frmSearch.resetSearch.value = 1; 
	    return true;
	}
	
</script>

<table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#e7e7e7">
	
	<tr>
	    <td colspan ="2" height="20" bgcolor="#003466"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="3" alt="">
			    <font class="aq_tableHdr">&nbsp;Find supplies &amp; accessories	</font>
	            <font color="#003466"><b>&nbsp;(1)</b></font>    
	    </td>
	</tr>
	<tr>
	    <td width="5" rowspan ="3">&nbsp;</td>
	    <td>
            
    	        <font class="aq_bold">Enter all or first part of keyword(s) or part number</font>
		

	    </td>
	</tr>
	<tr>
        
        <form name="frmSearch" action="http://h30094.www3.hp.com/searchresults.asp" method="get" ID="frmSearch" onsubmit="javascript:return keywordCheck();">
            <td valign ="top" >
		        <input type="hidden" name="search" value="keyword" ID="search">
		        <input type="hidden" name="search_field" value="description" ID="search_field">
		        <input type="hidden" name="resetSearch" value="0" ID="resetSearch">
		        <table border="0" cellpadding="0" cellspacing="0" ID="Table1">
			        <tr>
				        <td>
				            <input type="text" style="width :333px" name="search_criteria" ID="search_criteria" value="">
				        </td>
				        <td width="5px"></td>
				        <td valign ="middle" align ="left">
				            <input type="image" border="0" src="http://h30094.www3.hp.com/buyhp_assets/images2/button_arrow.gif" alt="search" ID="Image1" NAME="Image1">
				        </td>
			        </tr>
		        </table>
	        </td>
	    </form>
        
	    
	</tr>
	<tr>
            
			    <td><font class="aq_afcopy">Searches products from HP and other leading brands</font></td>
		
	</tr>
	
</table>

                </td>
            </tr>
            <tr><td height="6" bgcolor="#FFFFFF"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
            <!-- /Task #52921 -->
        </table>
            
            <table width="370px" border="0" cellpadding="3" cellspacing="3">
	        <tr valign="top">

		        <td width="190px" align="center" valign="top" class="aq_copy">
		        
			    <img name ="standardImage" id ="standardImage" style="-ms-interpolation-mode:bicubic" alt="Fellowes - Powershred Waste Bag for Personal Shredder" border="0" src="/buynowall_assets/product_images/2317891.jpg" width="170"><br>
	            <!-- Task #55826 -->
                
                <!-- /Task #55826 -->			    
	</td>
	        <td valign="top">
	        
		    <form name="product" method="post" onsubmit ="javascript:AddItemsToCart();">
		    <input type="hidden" id="returnToPage" name="returnToPage" value="0" />
		    <table border="0" cellpadding="0" cellspacing="0" width=100%>
		    
		    <tr valign = "top">
		        <td valign="top" align=left colspan=4 width=100%>
				

				<table border="0" cellpadding="0" cellspacing="0" width=100% ID="Table5">
				<tr>
					<td width=55% valign=middle>
					<span class="copy">
					<strong>
					<img src="/buyhp_assets/images2/space.gif" width="1" height="10" alt=""><br />
					<span class="copy">HP Price:</span>
					</strong>
					</span>
					</td>			
					<td align="right" valign ="bottom">
					<span class="copy">
					<strong>
					<span class="copy">$23.25
						</td>
						<td>
						<sup class="aq_sup">1</sup>
					
						</span>
						</strong>
						</span>
						</td>

					
					</tr>
					</table>
					
			</td>
		</tr>
		
		</table>
		
		<img src="/buyhp_assets/images2/space.gif" width="1" height="15" alt=""><br>

		

		<font class="aq_copy">MFG#36052</font><br>
		
		<!--<img src="/buyhp_assets/images2/space.gif" width="160" height="10" alt="">-->
		
		        <span class="aq_raqStandard"></span><a href="/instock.asp"  target="StockWindow" onClick='window.open("instock.asp", "StockWindow", "menubar=no,scrollbars=auto,status=no,toolbar=no,location=no,directories=no,resizable=yes,width=600,height=550");' class="aq_navlink"><u>Usually ships 2-3 weeks</u></a><sup class="aq_sup">3</sup></nobr><br>
		    
		<br>
		

		<img src="/buyhp_assets/images2/space.gif" width="1" height="15" alt=""><br>
			<table border="0" cellpadding="0" cellspacing="0">
			<tr valign="top">

			
            <input type="hidden" name="minqty_2317891" value="" />
            <input type="hidden" name="maxqty_2317891" value="" />
            <input type="hidden" name="partno_2317891" value="36052" />
            
            <td><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="2"><br><font class="aq_boldcopy">Quantity:</font></td>
			<td width="5"><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1"></td>
			<td><input type="text" name="qty_2317891" value="1" size="1" maxlength="10" style="font-family:verdana,arial,helvetica; font-size:8pt;"></td>
			<td width="7"><img src="/buyhp_assets/images2/space.gif" alt="" width="7" height="1"></td>
			
			<td>
				<table cellpadding="0" cellspacing="0" width="100%">
				
					<tr><td><a href="javascript:document.getElementById('returnToPage').value='1';addItemCW(2317891, 'product', 'C');"><img src="/buyhp_assets/images2/btn_addtocart.gif" name="buynow2317891" border="0" width="84" height="20" alt="Add to Cart"></a></td></tr>
				        
				</table>
				<input type="hidden" name ="AddToAction" value="C" />
			</td>
			</tr>
		</table><br>
		<img src="/buyhp_assets/images2/space.gif" width="1" height="15" alt=""><br>

		<table border="0" cellpadding="0" cellspacing="0" width="100%">


	<tr>
    	<td align="right" height="30">
		
				    <TABLE ALIGN =RIGHT BORDER="0" CELLSPACING=0 CELLPADDING=0>
				    <tr>
					    <td>
					    <div align="Left"><span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/2317891/mfg_partno/36052/extended/1" class="aq_leftnav">Extended specifications</a></div>
					    </td>
				    </tr>
				    </TABLE>
				
		</td>
	</tr>
	</table>
	
	
	</form>
	</td>
</tr>
</table>

<p>

<!--<BR>-->

<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td><div STYLE="word-wrap:break-word">
<input type="hidden" name="asku" value="2317891" xmlns:vbs="urn:schemas-sqlxml-org:vbs" />
<input type="hidden" name="cnet_id" value="10129670" xmlns:vbs="urn:schemas-sqlxml-org:vbs" />
<div class="cnet_mainspecs" xmlns:vbs="urn:schemas-sqlxml-org:vbs">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cnet_mainheader">Product details</td>
</tr>
<tr>
<td class="cnet_textparagraph" bgcolor="#e7e7e7">Fellowes Powershred Waste Bag for Personal Shredder - 10 gal - 26" x 15" x 9" - 100 / Roll</td>
</tr>
</table>
<p />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cnet_mainheader">Description</td>
</tr>
<tr>
<td class="cnet_textparagraph">
<table border="0" cellpadding="0" cellspacing="0" width="100%"><p>Powershred Waste Bag fit neatly into your shredding machine helping to keep work areas clean. Once the bag is filled, just remove it with no mess and replace with another.</p></table>
</td>
</tr>
</table>
<p />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cnet_mainheader">Specifications</td>
</tr>
</table>
<p />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cnet_tablelines">
<table border="0" cellpadding="0" cellspacing="1" width="100%" title="requirements">
<tr>
<td class="cnet_tableleft" width="20%">Capacity</td>
<td class="cnet_tableright" width="300">10 gal</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Size</td>
<td class="cnet_tableright" width="300">26" Height x 15" Width x 9" Depth</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Application/Usage</td>
<td class="cnet_tableright" width="300">Cleaning</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Compatibility</td>
<td class="cnet_tableright" width="300"><p>Powershred Personal Shredder  (Except the SB-97Cs and DM17Cs)</p></td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Recycled</td>
<td class="cnet_tableright" width="300">No</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Recycled Content</td>
<td class="cnet_tableright" width="300">0%</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Post-consumer-waste%</td>
<td class="cnet_tableright" width="300">0%</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Assembly Required</td>
<td class="cnet_tableright" width="300">No</td>
</tr>
</table>
</td>
</tr>
</table>
<p />
<p />
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="cnet_mainheader">What is in the box</td>
</tr>
<tr>
<td class="cnet_textparagraph">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<ul style="margin-left: -25px;"><li>Powershred Waste Bags for Personal Shredder</li> <li>Dispenser Box</li></ul>
</table>
</td>
</tr>
</table>
</div>

		<BR>
		
				</td>
				</tr>
				</table>
				<p>
	    
			    <br>
			    <div align="right"><span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/2317891/mfg_partno/36052/extended/1" class="aq_leftnav">Extended specifications</a></div>
			
                </div>
                </td>
                </tr>
                </table>
                <br>&nbsp;<br>

            	</td>
	            <td>&nbsp;</td>
	            <td width="180" valign="top" bgcolor="#ffffff">
	            <table>
	            <tr>
	                <td>
	                
<script language="javascript">
	function NavigateToBrand()
	{
		var urlToNav,selVal,selName;
		var arr = new Array();

		selVal = document.frmShopByBrand.shop_by_brand.value;
		selName = document.frmShopByBrand.shop_by_brand.options[document.frmShopByBrand.shop_by_brand.selectedIndex].text;
        arr     = selVal.split("-");
        selName = arr[0];
        brand   = arr[1];

		if (selVal == "")
		{
			urlToNav = "";
			return false;
		}
		else
		{
			if (selVal == "Show all")
			{
				urlToNav = 'http://h30094.www3.hp.com/mfglist.asp';
				urlToNav = urlToNav +"?val=a";
			}
			else
			{
				urlToNav = 'http://h30094.www3.hp.com/brand.asp';
				urlToNav = urlToNav +"?brand=" + brand + "&description=" + selName;
			}
			document.frmShopByBrand.action = ""+urlToNav+"";
			document.frmShopByBrand.submit();
		}
	}

	//Task #29439
	function validate_search_criteria()
	{
		var strsearch_criteria, intStrLength, qrystring, page, frmPage, intcategory_type;
		strsearch_criteria = Trim(document.frmQuickFind.search_criteria.value);
		intcategory_type = Trim(document.frmQuickFind.type.value);

		intStrLength= strsearch_criteria.length;
		if (intStrLength <= 0)
		{
			document.frmQuickFind.search_criteria.focus();
		}
		else
		{
			qrystring = "af_search_criteria=" + strsearch_criteria + "&pagemode=af&Type=" + intcategory_type
			page = "http://h30094.www3.hp.com/filterby.asp?" + qrystring
			frmPage = eval('document.frmQuickFind');
			frmPage.action = page;
			frmPage.submit();
		}
	}
//\Task #29439
</script>

	<table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="width:180px;">
    
		    <tr bgcolor="#FFFFFF">
		        <td>
		        <div align="center"><embed allowscriptaccess="always" wmode="transparent" src="http://h71016.www7.hp.com/html/SASS/banner.swf" width="180" height="73" border="0"></div>
		        </td>
		    </tr>
            <tr bgcolor="#FFFFFF"><td height="5"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td></tr>
	    
		    <tr bgcolor="#FFFFFF">
		        <td>
		            <div align="center"><a href="http://h71016.www7.hp.com/dstore/html/feedback/index.asp?jumpid=in_r3924/banner/feedback"><img src = "http://h71016.www7.hp.com/images/Feedback_Banner_text_gris_new.gif" width="180" height="73" alt="Can´t find your product?" border="0"></img>
</a>
</div>
		        </td>
		    </tr>
		    <tr bgcolor="#FFFFFF"><td height="5"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="1" alt=""></td></tr>
	    

		<tr valign="top"><td width="100%">
			    <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%" ID="Table1">
					<tr valign="top">
						<td width="100%">
						
               
				<table border="0" cellpadding="0" cellspacing="0" width="100%" ID="Table2">
                    
                    <tr><td><font class="aq_bold">Shopping for. . .</font></td></tr>
                    <tr><td height="3" bgcolor="#003466"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
                    <tr bgcolor="#e7e7e7"><td height="3"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
					<tr bgcolor="#e7e7e7"> 
						<td>    
								            <table border=0 cellpadding=0 cellspacing=0 ID="Table12">
									            <tr>
									                <td width="5px"></td>										            
										            <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										            <td valign="top" class="aq_raqStandard">
											            <a href="http://h30094.www3.hp.com/cadefault.asp" class="aq_leftnav" onMouseOver="window.status='Computing accessories';return true" onMouseOut="window.status=''">Computing accessories</a>
										            </td>
									            </tr>
								            </table>								        
								    
								        <table border="0" cellpadding=0 cellspacing=0 ID="Table11">
									    <tr valign="top">
									        <td width="5px"></td>
										    <td valign="top" class="aq_raqStandard">&raquo;&nbsp;</td>
										    <td valign="top" class="aq_raqStandard">
											    <a href="http://h30094.www3.hp.com/ipghome.asp" class="aq_leftnav" onMouseOver="window.status='Printing supplies & Accessories';return true" onMouseOut="window.status=''">Printing supplies & Accessories</a>
										    </td>
									    </tr>
								    </table>
								    
									         <table border=0 cellpadding=0 cellspacing=0 ID="Table13">
									            <tr>
									                <td width="5px"></td>
										            <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										            <td valign="top" class="aq_raqStandard">
											            <a href="http://h30094.www3.hp.com/spdefault.asp?store_id=11&search=showcase" class="aq_leftnav" onMouseOver="window.status='Software Solutions';return true" onMouseOut="window.status=''">Software solutions</a>
										            </td>
									            </tr>
								            </table>	
								        
                            </td>
                        </tr>
   					
					<tr bgcolor="#FFFFFF"><td height="10" colspan ="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
					

                    <tr>
                        <td>
                            <font class="aq_bold">Help me find. . .</font>
                        </td>
                    </tr>
                    <tr><td height="3" bgcolor="#003466"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
                    <tr bgcolor="#e7e7e7"><td height="3"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>

                    <tr bgcolor="#e7e7e7">
                        <td>
							
								    <table border=0 cellpadding=0 cellspacing=0 ID="Table20">
									        <tr>
									            <td width="5px"></td>										            
										        <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										        <td valign="top" class="aq_raqStandard">
									                <a href="http://h30094.www3.hp.com/filterby.asp?type=0" class="aq_leftnav" onMouseOver="window.status='Accessories finder';return true" onMouseOut="window.status=''">Accessories finder</a>
									            </td>
									        </tr>
								        </table>
								    
								        <table border="0" cellpadding="0" cellspacing="0" ID="Table6">
									        <tr>
									            <td width="5px"></td>										            
										       <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										        <td valign="top" class="aq_raqStandard">
											        <a href="http://h30094.www3.hp.com/filterby.asp?type=1" class="aq_leftnav" onMouseOver="window.status='Printing supplies finder';return true" onMouseOut="window.status=''">Printing supplies finder</a>
										        </td>
									        </tr>
								        </table>
                                    
								        <table border="0" cellpadding="0" cellspacing="0" ID="Table17">
									        <tr>
									            <td width="5px"></td>										            
										        <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										        <td valign="top" class="aq_raqStandard">
								                      <a href="http://h30094.www3.hp.com/filterby.asp?type=3" class="aq_leftnav" onMouseOver="window.status='Memory finder';return true" onMouseOut="window.status=''">Memory finder</a>
                                                 </td>
									        </tr>
								        </table>								                      
			                        
								        <table border=0 cellpadding=0 cellspacing=0 ID="Table21">
									        <tr>
									            <td width="5px"></td>										            
										        <td valign="top"  class="aq_raqStandard">&raquo;&nbsp;</td>
										        <td valign="top" class="aq_raqStandard">
											        <a href="http://h30094.www3.hp.com/filterby.asp?type=2" class="aq_leftnav" onMouseOver="window.status='Services & Support finder';return true" onMouseOut="window.status=''">Services & Support finder</a>
										        </td>
									        </tr>
								        </table>
					                
			                        
						</td>
					</tr>
					
					<tr bgcolor="#FFFFFF"><td height="10" colspan ="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
					
				</table>
			
				<table border = "0" width=100% cellpadding=0 cellspacing = 0 bgcolor="#e7e7e7">
					<tr >
					    
						<td width=40%>
						    
    <table border = 0 width=100% cellpadding=0 cellspacing = 0 bgcolor="#ffffff">
        <tr>
            <td colspan ="2">
                <font class="aq_bold">Shop by Brand. . .</font>
            </td>
        </tr>
        <tr  bgcolor="#e7e7e7"><td colspan ="2" height="3" bgcolor="#003466"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
        <tr  bgcolor="#e7e7e7"><td colspan ="2" height="3" ><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
    </table>

    <table border = 0 width=100% cellpadding=0 cellspacing = 0 bgcolor="#e7e7e7">
	    <tr>
		    <td width="40%">
		        <table border = 0 width=100% cellpadding=0 cellspacing = 0  bgcolor="#e7e7e7">
                    
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=HP&description=HP" class="aq_navlink">HP</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=APC&description=APC" class="aq_navlink">APC</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=BELKIN&description=Belkin" class="aq_navlink">Belkin</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=CABLESTOGO&description=Cables+To+Go" class="aq_navlink">Cables To Go</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=ERGOTRON&description=Ergotron" class="aq_navlink">Ergotron</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=GETAC&description=Getac" class="aq_navlink">Getac</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=KENSINGTON&description=Kensington" class="aq_navlink">Kensington</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=KINGSTON&description=Kingston" class="aq_navlink">Kingston</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=LINKSYS&description=Linksys" class="aq_navlink">Linksys</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=MICROSOFT&description=Microsoft" class="aq_navlink">Microsoft</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=MOTOROLA&description=Motorola" class="aq_navlink">Motorola</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=TARGUS&description=Targus" class="aq_navlink">Targus</a></td></tr>   								
                     
			            <tr> <td width="5px"></td>	<td width="5px" valign="top" class="aq_raqStandard">&raquo;&nbsp;</td><td><a href="/brand.asp?brand=VIEWSONIC&description=ViewSonic" class="aq_navlink">ViewSonic</a></td></tr>   								
                     
                </table>
		    </td>

		    
	    </tr>	    
	    <tr bgcolor="#e7e7e7"><td height="3"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
    </table>
    
						</td>
						
					</tr>
				</table>
			

	                <table border=0 cellpadding=0 cellspacing=0 width="100%" bgcolor="#e7e7e7">
		                <tr>
			                <form method="post" name="frmShopByBrand" ID="frmShopByBrand">
				                <td>
					                 
           <table cellpadding ="0" cellspacing ="0" width ="100%" bgcolor="#ffffff">
               <tr><td height="10" colspan ="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
               <tr>
                    <td>
                        <font class="aq_bold">Shop by Other Brands. . .</font>
                    </td>
                </tr>
                <tr bgcolor="#e7e7e7"><td height="3" bgcolor="#003466"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
                <tr bgcolor="#e7e7e7"><td height="3" ><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>

                <tr bgcolor="#e7e7e7">
                    <td>
                     <table border=0 cellpadding=0 cellspacing=0 ID="Table17">
					    <tr>
						    <td width="5px"></td>	
						    <td valign ="middle" align="left"  >
						        
                                <select name="shop_by_brand" style="font-size:11px;width:150px" ID="shop_by_brand" >
                                  <option selected value="">Select brand</option>
                                  <option value="Show all">(Show all...)</option>
                                  
                                      <option  value="3M-3M">3M</option>
                                    
                                      <option  value="Adobe-ADOBE">Adobe</option>
                                    
                                      <option  value="Barco-BARCO">Barco</option>
                                    
                                      <option  value="Computer+Associates-COMPUTERASSOCIATES">Computer Associates</option>
                                    
                                      <option  value="Elo+TouchSystems-ELO">Elo TouchSystems</option>
                                    
                                      <option  value="Fellowes-FELLOWES">Fellowes</option>
                                    
                                      <option  value="Itronix-ITRONIX">Itronix</option>
                                    
                                      <option  value="Lexar+Media-LEXARMEDIA">Lexar Media</option>
                                    
                                      <option  value="Maxtor-MAXTOR">Maxtor</option>
                                    
                                      <option  value="McAfee-MCAFEE">McAfee</option>
                                    
                                      <option  value="NEC-NEC">NEC</option>
                                    
                                      <option  value="Planar+Monitors-PLANARMONITORS">Planar Monitors</option>
                                    
                                      <option  value="Plantronics-PLANTRONICS">Plantronics</option>
                                    
                                      <option  value="PNY-PNY">PNY</option>
                                    
                                      <option  value="Red+Hat+Software-REDHATSOFTWARE">Red Hat Software</option>
                                    
                                      <option  value="Samsonite-SAMSONITE">Samsonite</option>
                                    
                                      <option  value="SimpleTech-SIMPLETECH">SimpleTech</option>
                                    
                                      <option  value="StarTech-STARTECH">StarTech</option>
                                    
                                      <option  value="Symantec-SYMANTEC">Symantec</option>
                                    
                                      <option  value="Tripp%2Dlite-TRIPPLITE">Tripp-lite</option>
                                    
                                      <option  value="VMware-VMWARE">VMware</option>
                                    
                                      <option  value="Women+in+Business-WOMENINBUSINESS">Women in Business</option>
                                    
                                    <option  value="Show all">More...</option> 
                                 </select>
                                 
                            </td> 
                            <td width="5px"></td>
                            <td valign ="middle" align="left">
                                <input type="image" border="0" src="http://h30094.www3.hp.com/buyhp_assets/images2/button_arrow.gif" alt="Go" onclick="return NavigateToBrand();">  
                            </td>
                         </tr>
				    </table>
                    </td>
                </tr>
        </table>  
    
				                </td>
			                </form>
		                </tr>
		               
	                </table>
			    
			    <table border=0 cellpadding=0 cellspacing=0 width="100%" bgcolor="#e7e7e7">
			    <tr>
			    <td width="5px"></td>
			    <td>
			    
				<hr size="1" color="#cccccc">
				<span class="aq_raqStandard">&raquo;&nbsp;</span><a href="http://h30094.www3.hp.com/mfglisting.asp" class="aq_leftnav" onMouseOver="window.status='Manufacturer Directory';return true" onMouseOut="window.status=''">Manufacturer directory</a><br>
				
				<hr size="1" color="#cccccc">
				<span class="aq_raqStandard">&raquo;&nbsp;</span><a href="http://h30094.www3.hp.com/advancedsearch.asp" class="aq_leftnav">Advanced search</a><br>
				<span class="aq_raqStandard">&raquo;&nbsp;</span><a href="http://h30094.www3.hp.com/searchtips.asp" class="aq_leftnav">Search tips</a><br />

				</td></tr>
				<tr bgcolor="#e7e7e7"><td height="3"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>
				</table>
			
			</td>
		</tr>
	</table>


</td>
</tr>
<tr><td height="1" bgcolor="#cccccc"><img src="/buyhp_assets/images2/space.gif" alt="" width="1px"></td></tr>

	</table>

	                </td>
	            </tr>

        	    <tr><td>
	                
	</td></tr></table>
	</td>
	</tr>
	<tr><td colspan=3><hr size="1" color="#dddddd"></td></tr>


<!--stopindex-->

	<tr>
		
		<td colspan=3>
		

		</td>
		</tr>
		</table>

	</td>
</tr>
</table>

</table>

		<!-- Begin Printable Version -->
		<table border="0" cellpadding="0" cellspacing="0" width="751" ID="Table4">
			<tr>
				
								<td align="center" valign="bottom" width="167" bgcolor="#F0F0F0">
								<img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" alt="" width="19" height="13">
								<img src="http://h30094.www3.hp.com/buyhp_assets/images2/print_icon.gif" alt="" width="19" height="13">
								<a href="/product.asp?sku=2317891&jumpid=ex_r2910_quigosmb/ink/48579&printpage=1" class="aq_subheadLink"><u>Printable version</u></a></td>
									
				
	<!--Task #36253-->
				<td width="11"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" alt="" width="4" height="1"></td>
				<td width="560" valign="bottom">
		
				<font style="font-family: Arial, Verdana, Helvetica, Sans-serif; font-size:11px;"><sup class>1</sup> HP is not liable for pricing errors. If you place an order for a product that was incorrectly priced, we will cancel your order and credit you for any charges. In the event that we inadvertently ship an order based on a pricing error, we will issue a revised invoice to you for the correct price and contact you to obtain your authorization for the additional charge, or assist you with return of the product. If the pricing error results in an overcharge to you, HP will credit your account for the amount overcharged.</font>&nbsp;
				
		
		<!--Task #55826-->
		
		<br /><br /><font style="font-family: Arial, Verdana, Helvetica, Sans-serif; font-size:11px;"><sup class>2</sup>Image is a representation of this product type. It may not be an exact image of the product you will receive. </font>&nbsp;
		
		    <br /><br /><font style="font-family: Arial, Verdana, Helvetica, Sans-serif; font-size:11px;"><sup class>3</sup> HP is not responsible for shipping delays, including delays related to order processing or unexpected increase in demand. The estimated order to ship days displayed are estimates and do not represent a commitment by Hewlett-Packard to meet such timelines. These estimates are the number of days from acceptance of an order to shipment from a Hewlett-Packard factory. </font>&nbsp;
		
        <!--/Task #55826-->

		

		</td>
		</tr>		
		<tr>		
			
				<td align="center" valign="bottom" width="167" bgcolor="#F0F0F0"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="1" alt="" border="0"></td>
			

			<td></td>
	<!--/Task #36253-->

			<td width="560"><img src="http://h30094.www3.hp.com/buyhp_assets/images2/space.gif" width="1" height="20" alt="" border="0"></td>
		</tr>
		</table>
		<!-- End Printable Version -->
		
    <table border="0" cellpadding="0" cellspacing="0">
    <tr><td width="100%">
		<table border="0" cellpadding="0" cellspacing="0" width="100%" title="footnote information"> 
			<tr class="decoration"> 
				<td class="color666666bg" colspan="4"><img src="/buyhp_assets/images2/space.gif" width="1" height="4" alt=""></td> 
			</tr> 
			<TR > 
				<TD vAlign=top align=left> 
					<TABLE cellSpacing=0 cellPadding=0 width=740 border=0> 
						<tr class="decoration"> 
							<td colspan="5"><img src="/buyhp_assets/images2/space.gif" width="1" height="4" alt="" border="0"></td> 
						</tr> 
						<tr valign="top"> 
							<td width="20%" align="center"><a href="http://welcome.hp.com/country/us/en/privacy.html" target="_top" class="udrlinesmall">Privacy statement</a></td> 
							<td width="20%" align="center"><a href="http://welcome.hp.com/country/us/en/privacy/limited_warranty.html" target"=_top" class="udrlinesmall">Limited warranty statement</a></td> 
							<td width="20%" align="center"><a href="http://welcome.hp.com/country/us/en/termsofuse.html" target="_top" class="udrlinesmall">Using this site means you accept its terms</a></td> 
							<td width="20%" align="center"><a href="http://welcome.hp.com/country/us/en/termsofsale.html" class="udrlinesmall">Terms and conditions of sale and service</a></td> 
							<td width="20%" align="center"><a href="http://h71016.www7.hp.com/dstore/html/feedback/index.asp" target="_top" class="udrlinesmall">Feedback to webmaster</a></td> 
						</tr> 
						<tr class="decoration"> 
							<td colspan="4"><img src="/buyhp_assets/images2/space.gif" width="1" height="4" alt="" border="0"></td> 
						</tr> 
						<tr> 
							<td align="center" colspan="5" class="small"><font face=arial> © 2010 Hewlett-Packard Development Company, L.P.</font></td> 
						</tr> 
						<tr> <td colspan="4"><img src="/buyhp_assets/images2/space.gif" width="1" height="4" alt=""></td> </tr> 
					</Table>
				</TD>
			</TR> 
		</table>
	</td></tr>
    </table>

<SCRIPT LANGUAGE="JavaScript">
function submit()
{
	document.frmCompare.submit();
}
</SCRIPT>

<!-- SiteCatalyst code version: F.3.
Copyright 2002 Omniture, Inc. More info available at
http://www.omniture.com -->
<script language="JavaScript">
<!--
/* Specify the Report Suite ID(s) to track here */
var s_account="hphqglobal,hphqaqueductstore,hphqNA,hphqsmbrollup,hphqsmbstore"
/* Dynamic Report Suite ID Selection Config */
var s_dynamicAccountSelection = true
var s_dynamicAccountList = ""
/* You may give each page an identifying name, server, and channel on
the next lines. */
var s_pageName="SMB-PS|Store:Product:Fellowes - Powershred Waste Bag for Personal Shredder";
var s_channel="SMB-PS:Specialty products:Office equipment:Paper shredders";
var s_server="h30094.www3.hp.com";
var s_prop6="";
var s_prop7="us";
var s_prop8="eng";
var s_prop9="SMB-PS";
var s_prop10="us|eng";
var s_prop13="hphqglobal,hphqaqueductstore,hphqNA,hphqsmbrollup,hphqsmbstore";
var s_prop25="sku=2317891/Fellowes - Powershred Waste Bag for Personal Shredder|mfg info=36052/Fellowes";
var s_prop15="";

/* E-commerce Variables */
var s_events="event5";
var s_products=";36052";
var s_eVar5="NA-US-SMB-PS";
var s_eVar9="";
var s_eVar10="";
var s_eVar11="";
var s_eVar15="ex_r2910_quigosmb/ink/48579";
var s_eVar16="";
var s_eVar17="";
var s_eVar18="";
var s_eVar19="";
var s_eVar20="ex_r2910_quigosmb/ink/48579";

/************************ ADDITIONAL FEATURES ************************
	Plugins
*/
/************************** CONFIG SECTION **************************/
/* You may add or alter any code config here.                       */
var s_charSet=""
// Netscape 4.X on Unix uses EUC-JP instead of SHIFT-JIS
if ((navigator.appName.indexOf('Netscape')>=0)&&
	(parseInt(navigator.appVersion)<=4)&&
	(navigator.userAgent.toLowerCase().indexOf('win')<0)&&
	(navigator.userAgent.toLowerCase().indexOf('mac')<0)) {
	s_charSet="EUC-JP";
}
/* E-commerce Config */
var s_eVarCFG="28|----8C-8C---------A0-A0-A0-A0-A0-A0";

/* Link Tracking Config */
var s_trackDownloadLinks=true;
var s_trackExternalLinks=true;
var s_trackInlineStats=true;
var s_linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,doc,pdf,xls,cgi,dot,pot,ppt,wmv,cgi,asx";
var s_linkInternalFilters="hp,compaq,javascript:";
var s_linkLeaveQueryString=true;

/* Plugin Config */
var s_usePlugins=true;
function s_doPlugins() {
	/* Add calls to plugins here */

/* This section is used to capture jump station values */

s_vp_getCGI('s_prop2','jumpid');

/* This section is used to capture messaging values */

t_variable0=s_wd.location.href;
s_vp_getCGI('t_variable1','mtxs');
s_vp_getCGI('t_variable2','mtxb');
s_vp_getCGI('t_variable3','mtxl');

s_prop11=s_vp_getValue("t_variable1")+'|'+
		s_vp_getValue("t_variable2")+'|'+
		s_vp_getValue("t_variable3")+'|'+
		t_variable0;

/* This section is used to capture cntr store values */

s_vp_getCGI('t_variable4','c');
s_vp_getCGI('t_variable5','n');
s_vp_getCGI('t_variable6','t');
s_vp_getCGI('t_variable7','r');

s_prop12= "r3924";
}

//-->
</script>

<script type="text/javascript" language="JavaScript" src="http://welcome.hp-ww.com/cma/region/na/metrics_AqueductStore.js"></script>

<script language="JavaScript">
<!--
s_eVar15="";
s_eVar16="";
s_eVar17="";
s_eVar18="";
s_eVar19="";
s_eVar20="";
// -->
</script>
<!-- End SiteCatalyst code version: G.0. -->


			<!-- BEGIN WEBSIDESTORY CODE HITBOX COMMERCE HBX1.4 (cartadd) -->
			<!--COPYRIGHT 1997-2005 WEBSIDESTORY,INC. ALL RIGHTS RESERVED. U.S.PATENT No.6,393,479B1 & 6,766,370.
			INFO:http://websidestory.com/privacy-->
			<script language="javascript">

			var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
			var hbx=_hbEvent("pv");hbx.vpc="HBX0140.01a";hbx.gn="ehg-channelwave.hitbox.com";

			//BEGIN EDITABLE SECTION
			//CONFIGURATION VARIABLES
			hbx.acct="DM550308A1NF";//ACCOUNT NUMBER(S)
			hbx.pn="/product.asp";//PAGE NAME(S)
			//Task #25290 - 'Hitbox: Add Certain Fields to Client Profile'
			hbx.mlc="CONTENT+CATEGORY";//MULTI-LEVEL CONTENT CATEGORY
			hbx.pndef="default.asp";//DEFAULT PAGE NAME
			// /Task #25290
			hbx.ctdef="full";//DEFAULT CONTENT CATEGORY

			//OPTIONAL PAGE VARIABLES
			//ACTION SETTINGS
			hbx.fv="";//FORM VALIDATION MINIMUM ELEMENTS OR SUBMIT FUNCTION NAME
			hbx.lt="auto";//LINK TRACKING
			hbx.dlf="n";//DOWNLOAD FILTER
			hbx.dft="n";//DOWNLOAD FILE NAMING
			hbx.elf="n";//EXIT LINK FILTER

			//SEGMENTS AND FUNNELS
			hbx.seg="";//VISITOR SEGMENTATION
			hbx.fnl="";//FUNNELS

			//CAMPAIGNS
			hbx.cmp="";//CAMPAIGN ID
			hbx.cmpn="";//CAMPAIGN ID IN QUERY
			hbx.dcmp="";//DYNAMIC CAMPAIGN ID
			hbx.dcmpn="";//DYNAMIC CAMPAIGN ID IN QUERY
			hbx.hra="";//RESPONSE ATTRIBUTE
			hbx.hqsr="";//RESPONSE ATTRIBUTE IN REFERRAL QUERY
			hbx.hqsp="";//RESPONSE ATTRIBUTE IN QUERY
			hbx.hlt="";//LEAD TRACKING
			hbx.hla="";//LEAD ATTRIBUTE
			hbx.gp="";//CAMPAIGN GOAL
			hbx.gpn="";//CAMPAIGN GOAL IN QUERY
			hbx.hcn="";//CONVERSION ATTRIBUTE
			hbx.hcv="";//CONVERSION VALUE

			//CUSTOM VARIABLES
			hbx.hc1="";//CUSTOM 1
			hbx.hc2="";//CUSTOM 2
			hbx.hc3="";//CUSTOM 3
			hbx.hc4="";//CUSTOM 4
			hbx.hrf="";//CUSTOM REFERRER
			hbx.pec="";//ERROR CODES

			//COMMERCE VARIABLES
			hbx.cacct="975503117717";
			hbx.pr="Fellowes - Powershred Waste Bag for Personal Shredder";  //comma delimited products
			hbx.bd="Fellowes";
			hbx.ca="";
			hbx.pc="$23.25";    //comma delimited prices
			hbx.qn="1"; //comma delimited quantities
			//Task #25290 - 'Hitbox: Add Certain Fields to Client Profile'
			hbx.sr="1";    //store
			// /Task #25290
			hbx.cp="null";  //campaign
			hbx.cam="0";  //cart add methodology, 0 = highwatermark, 1 = incremental
			hbx.pv="1";  //product view flag, 0 = cart add, 1 = product view

			//INSERT CUSTOM EVENTS
			//Task #31361 - 'Lexmark: HitBox code needs to be added to "enhanced" Cartridge Finder'
			
			//Task #31361
			
			//END EDITABLE SECTION
			function $ii( a, b,c){ return a.indexOf(b, c?c:0)};function $is(a,b, c){return b>a.length?
			"":a.substring(b,c!=null?c:a.length)};function $a(v){ return escape(v) }; var _sv=10, _bn=navigator.
			appName,_mn="we74",_bv=parseInt(navigator.appVersion),__r=".referrer",_rf=$a(eval("document"+__r)),
			_epg="n&cam="+hbx.cam+"&pv="+(hbx.pv>0?"1":"0&abd_type=cart_add")+"&product="+$a(hbx.pr)+
			"&quantity="+$a(hbx.qn)+"&brand="+$a(hbx.bd)+"&category="+$a(hbx.ca)+"&price="+$a(hbx.pc)+
			"&store="+$a((hbx.sr=="S"+"TORE")?1:hbx.sr)+"&tz=PST&aid="+hbx.cacct;if(!$ii(_bn,"Micro"+
			"soft"))_bn="MSIE";if(_bn=="MSIE"&&_bv==2)_bv=3;function $l(m,l){return m=="/"?
			m:(($ii(m,"/")?"/":"")+(m.lastIndexOf("/")==l?m.substring(0,l):m))};function $n(
			a,b){return(a==""||a=="/")?"/":$is(a,hbx.ctdef!="full"?a.lastIndexOf("/",b-2): $ii(
			a,"/"),b)};function $o(a,b,c){var d=location.pathname,e=$is(d,d.lastIndexOf("/")+
			1,d.length);if(a&&b==c){return(hbx.pndef=="title"&&document.title!=""&&document.
			title!=location)?document.title:e?e:hbx.pndef}else{return(b==c)?$n(d,d.lastIndexOf(
			"/")):$l(b,b.length-1)}};function $p(a,b,c,d){return ""+(c>-1?$o(b,$is(a,0,c),d
			)+";"+$p($is(a,c+1),b,$ii($is(a,c+1),";")):$o(b,a,d))};hbx.mlc=$p( hbx.mlc,0,$ii(hbx.mlc,
			";"),"CONTENT+CAT"+"EGORY");hbx.pn=$p(hbx.pn,1,$ii(hbx.pn,";"),"PUT+"+"PAGE+NAME+HERE" );
			</script><script defer language="javascript1.1" src="/buyhp_assets/js/hbx.js"></script>
			<noscript><img src="https://ehg-channelwave.hitbox.com?hc=none&cd=1&hv=6&ce=u&hb=DM550308A1NF&aid=975503117717&n=/product.asp&vcon=CONTENT+CATEGORY&seg=&cmp=&gp=&cam=0&pv=0&abd_type=cart_add&product=Fellowes - Powershred Waste Bag for Personal Shredder&quantity=1&price=$23.25&store=1&tz=PST&vpc=HBX0131.01an" border="0" width="1" height="1"></noscript>
			<!-- END WEBSIDESTORY CODE  -->
        
</table>

<html><body bgcolor="#ffffff"><form name=frmTest id=frmTest action="http://h71016.www7.hp.com/dstore/sp_Main.asp?&MSGCODE=E_SUCCESS&MFG_PARTNO=" method="post"><input type="hidden" name="S_P_AddToAction" value="C"><input type="hidden" name="HP_ApplicationID" value="SMB"><input type="hidden" name="HP_GroupID" value=""><input type="hidden" name="HP_CustomerID" value="DPLUS WEB"><input type="hidden" name="HP_ReturnUrl" value="http://h71016.www7.hp.com/dstore/sp_Main.asp?"><input type="hidden" name="HP_Back" value="0"><input type="hidden" name="HP_Page" value="http://h71016.www7.hp.com/dstore/dcart/cart.asp?HeaderAction=ViewCart"><input type="hidden" name="HP_CheckOutUrl" value="http%3A%2F%2Fh71016%2Ewww7%2Ehp%2Ecom%2Fdstore%2Fdcart%2Fcart%2Easp%3FQuickCheckout%3DY"><input type="hidden" name="HP_CartUrl" value="https://vg-cdstoresvcs.austin.hp.com/PurchasingService/CartService200.asmx"><input type="hidden" name="HP_MSCSID" value="{1CCD4E45-E3EA-4F93-8D7A-421A85F093EF}"><input type="hidden" name="HP_oi" value="E9CED"><input type="hidden" name="HP_BEID" value="19701"><input type="hidden" name="HP_URL" value="cadefault.asp"><input type="hidden" name="HP_CFUrl" value="https://h71016.www7.hp.com/dstore/dcart/ssl/CFrame.asp?oi=E9CED&amp;BEID=19701&amp;SBLID=&amp;HP_3PO=Y&amp;HP_PRICELEVELID=19624&amp;HP_Mirror=N"></form></body></html>

</body>
</html>
