
	<!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: Q6496A : HP LaserJet Q6496A MFP ADF Mylar Sheets</title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="HP LaserJet Q6496A MFP ADF Mylar Sheets  - HP LaserJet paper & printing materials - HP makes it simple to buy the technology products you need from a single reliable source.">
<meta name="keywords" content="Q6496A, Hewlett Packard, HP LaserJet paper & printing materials, HP Specialty paper, hp">
<meta name="DC.Date.Created" content="2008-01-01" />
<meta name="DC.Date.Modified" content="2009-10-29"/>


<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">
<link rel="stylesheet"  href="/buyhp_assets/css/flyoutMenu.css" />
<script type="text/javascript" src="/buyhp_assets/js/flyoutMenu.js"></script>

<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'
            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%3D2595340%26jumpid%3Dex%5Fr2910%5Fquigosmb%2Fink%2F55693";
            //\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('2595340', '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;
    }
    else
    {
        document.getElementById('tr_' + id).style.display='none';
        document.getElementById('' + id).src = pPath;
    }
}
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;
            }
            else
            {
                document.getElementById(tr[i].id).style.display='none';
                document.getElementById(tr[i].id.substr(3)).src=pPath ;
            }
        }
    }
}

//-->
</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>
<!-- 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;}
-->
</style>



		<table border="0" cellpadding="0" cellspacing="0" width=100%>
		
		<tr><td>

	<script language="javascript" src="https://h71016.www7.hp.com/dstore/include/hpweb_utilities.js"></script>
	<script language="javascript" src="https://h71016.www7.hp.com/dstore/HTML/showhidemenus.inc"></script>
	<noscript><a href="http://www.hp.com/country/us/eng/noscript.htm">summary of site-wide JavaScript functionality</a></noscript>
	
	<Table cellpadding="0" cellspacing="0" border="0" Valign="top" Width="100%">
		<TR height=109>
			<TD>
			
				<script language="JavaScript">
				<!--
				function submitForm(){
					if ( (document.frmGblSearch.sectionRadio.checked) ) 
					{
						
						document.frmGblSearch.action = "http://h71016.www7.hp.com/dstore/AdvancedSearch.asp?oi=E9CED&BEID=19701&SBLID=";
						document.frmGblSearch.method="GET";
					}
					
					else if ( (document.frmGblSearch.countryRadio.checked) )
					{
						document.frmGblSearch.action = "http://www.hp.com/search/";
						document.frmGblSearch.method="GET";
									
					}
									
					else
					{
						document.frmGblSearch.search_criteria.value = document.frmGblSearch.textbox1.value;
						document.frmGblSearch.action = "http://h71016.www7.hp.com/dstore/sp_Main.asp?oi=E9CED&BEID=19701&SBLID=&HPURL=Y";
						document.frmGblSearch.method="POST";
					}
				}
				function makeArray(n){
					this.length = n;
					for (i=1;i<=n;i++){
						this[i]=0;
					}
					return this;
				}
				function displayDate()
				{
					var this_month = new makeArray(12);
					this_month[0]  = "January";
					this_month[1]  = "February";
					this_month[2]  = "March";
					this_month[3]  = "April";
					this_month[4]  = "May";
					this_month[5]  = "June";
					this_month[6]  = "July";
					this_month[7]  = "August";
					this_month[8]  = "September";
					this_month[9]  = "October";
					this_month[10] = "November";
					this_month[11] = "December";
					var today = new Date();
					var day   = today.getDate();
					var month = today.getMonth();
					var year  = today.getYear();
					if (year < 1900){
						year += 1900;
					}
					return(this_month[month]+" "+day+", "+year);
				}
				//-->
				</script>
	

				<script LANGUAGE="JavaScript">
				if (document.images) 
				{
				var products_over = new Image();
				products_over.src = 'http://h71016.www7.hp.com/dstore/images/nav_products_on.gif';
				var products_off = new Image();
				products_off.src = 'http://h71016.www7.hp.com/dstore/images/nav_products_off.gif';
				var support_over = new Image();
				support_over.src = 'http://h71016.www7.hp.com/dstore/images/nav_support_on.gif';
				var support_off = new Image();
				support_off.src = 'http://h71016.www7.hp.com/dstore/images/nav_support_off.gif';
				var solutions_over = new Image();
				solutions_over.src = 'http://h71016.www7.hp.com/dstore/images/nav_solutions_on.gif';
				var solutions_off = new Image();
				solutions_off.src = 'http://h71016.www7.hp.com/dstore/images/nav_solutions_off.gif';
				var services_over = new Image();
				services_over.src = 'http://h71016.www7.hp.com/dstore/images/nav_services_on.gif';
				var services_off = new Image();
				services_off.src = 'http://h71016.www7.hp.com/dstore/images/nav_services_off.gif';
				}
				function over(imgName) {
				if (document.images) {
				document[imgName].src = eval(imgName + "_over.src");
				}
				}
				function off(imgName) {
				if (document.images) {
				document[imgName].src = eval(imgName + "_off.src");
				}
				}
				function on(imgName) {
				if (document.images) {
				document[imgName].src = eval(imgName + "_on.src");
				}
				}

				</script>


				
				<!--stopindex-->
				<table border="0" cellpadding="0" cellspacing="0" width="100%" valign="top" height="100%"> <!-- Start Table 1 -->
  	
					<tr>
						<td>
							<table border="0" cellpadding="0" cellspacing="0" width="720"> <!-- Start Table 2-->
								<tr class="decoration">
									<td width="10"><a href="#jumptocontent"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="20" height="1" alt=""></td>        
								</tr>
							</table> <!-- End Table 2 -->
						</td>
					</tr>
	
					<tr>
						<td align="left" valign="top">	
							<!-- Begin Top Navigation Area -->
							<table border="0" cellpadding="0" cellspacing="0" width="100%"><!-- Start Table 3 -->
								<tr>
									<td align="left" valign="top" class="color666666bg" width="720">
										<table border="0" cellpadding="0" cellspacing="0" > <!-- Start Table 4 -->
											<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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>
											</tr>
										</table><!-- End Table 4 -->
									</td>
								</tr>
							</table><!-- End Table 3 -->
							<!-- End Top Navigation Area -->		

							<!-- Begin Search Area -->
							<table border="0" cellpadding="0" cellspacing="0" width="100%"><!-- Start Table 5 -->
								<tr>
									<td align="left" valign="top" class="colorE7E7E7bg">
										<table border="0" cellpadding="0" cellspacing="0" width="720"><!-- Start Table 6-->
											<tr>
												<td width="1" valign="top"><img src="http://h71016.www7.hp.com/dstore/images/s.gif" width="1" height="48" alt=""></td>
												<td width="100" align="center" valign="middle" class="color003366bld"><img src="http://h71016.www7.hp.com/dstore/images/s.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="http://h71016.www7.hp.com/dstore/images/s.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</span></td>
												<td align="center">	
					
													<form id=frmGblSearch name=frmGblSearch target="_parent" onsubmit="javascript:submitForm();">
														<table border="0" cellpadding="0" cellspacing="0" align="right"><!-- Start Table 7 -->
														<tr>
															<td align="left" valign="top" class="bold"><img src="http://h71016.www7.hp.com/dstore/images/s.gif" width="1" height="6" alt="" border="0"><br><Label for="textbox1">Search:</Label></td>
															<td valign="top"><img src="http://h71016.www7.hp.com/dstore/images/s.gif" width="4" height="1" alt="" ></td>
															<td align="left" valign="top" ><img src="http://h71016.www7.hp.com/dstore/images/s.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"><img src="http://h71016.www7.hp.com/dstore/images/s.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="http://h71016.www7.hp.com/dstore/images/hpc60_arrow_submit.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="http://h71016.www7.hp.com/dstore/images/s.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="PORadio" class="srchradbtn"><label for="PORadio">Supplies & Accessories </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><!-- End Table 7 -->
														
														<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:www.smb.compaq.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">	
									
														
														<!--input type="hidden" name="hpr" value=""-->
													</form>
												</td>
											</tr>
										</table><!-- End Table 6 -->
									</td>
								</tr>
							</table><!-- End Table 5 -->
							<!-- End Search Area -->

						</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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" width="1" height="1" alt="" border="0"></td>
    </tr>
    <tr bgcolor="#333333">
		<td width="172"><img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="6" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="4" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="6" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="6" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="4" height="1" border="0">|<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="5" height="1" border="0">&raquo;<img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.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="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" width="1" height="1" alt=""></td>
	</tr>
    <tr>
		<td bgcolor="#000000" colspan="2"><img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="739" height="1" border="0"></td>
        <td width="1" bgcolor="#CCCCCC"><img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" width="1" height="1" alt=""></td>
	</tr>
	<tr>
		<td colspan="3" bgcolor="#000000"><img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="739" height="1" border="0"></td>
	</tr>
	<tr>
		<td colspan="3" bgcolor="#FFFFFF"><img src="https://h71016.www7.hp.com/dstore/dcart/ssl/images/spacer.gif" alt="" width="739" height="1" border="0"></td>
	</tr>    
</table>
<!-- End Tertiary Area -->


	
							 
						</td>	
					</tr>

					<Tr><td></td></Tr>
					

				</table> <!-- end table 1 -->

				<AREA alt="BUY ONLINE" coords=12,7,89,17 href="#" onclick="window.open('http://www.compaq.com/buynow/online.html','','resizable=yes,scrollbars=yes,width=600,height=600')" shape=RECT>
				<AREA alt="CONTACT US" coords=108,7,168,17 href="#" onclick="window.open('http://www.compaq.com/comments.html','','resizable=yes,scrollbars=yes,width=600,height=600')" shape=RECT>
				<AREA alt="SEARCH" coords=181,7,222,17 href="#"  onclick="window.open('http://www.compaq.com/search/','','resizable=yes,scrollbars=yes,width=600,height=600')" shape=RECT>
			</TD>
		</TR>
	</table>
	<!-- startindex -->
</table><TD></TR></TBODY></TABLE><style>
td.off { background : #FFFFFF; color: #003366; font-family: arial;}
td.on { background : #DCDCDC; color: #003366; font-family: arial;}
</style>
<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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td colspan="2"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="2" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="100%"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="105">');
document.write('            <tr bgcolor="#FFFFFF">');
document.write('                <td rowspan="16" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="100%" height="3" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td rowspan="16" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&ProductLineId=430&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="8" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td colspan="2"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></a></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="2" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="100%"><a href="#" onmouseover="hideall()" onmouseout="hideall()"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="2" alt="" border="0"></td>');
document.write('                <td><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="3" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" rowspan="18" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&ProductLineId=504&oi=E9CED&BEID=19701&SBLID=" class="flyout" target="_top" onmouseover="td_on(21);td_on(22);" onmouseout="td_off(21);td_off(22);">HP Digital projectors </a></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="1" alt="">&raquo;&nbsp;<a style="font-size: 92%" href="http://h71016.www7.hp.com/dstore/default.asp?page=families&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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="8" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF" nowrap="nowrap"><span class="color003366"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('            </tr>');
document.write('            <tr>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td class="color003366" bgcolor="#FFFFFF"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="4" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt="" border="0"></td>');
document.write('                <td width="1" rowspan="16" bgcolor="#000000"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="8" height="2" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>');
document.write('                <td width="100%"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="8" alt=""></td>');
document.write('                <td bgcolor="#FFFFFF" width="1"><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="500" height="170" alt="" border="0"></a></td>');
document.write('    </tr>');
document.write('</table>');
document.write('</div>');
}
//-->
</script>

</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" 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/ipghome.asp" class="aq_topnavlink">Printing Supplies & Accessories</A>&nbsp;
									<span class="aq_copy">></span>&nbsp;
									
																		
										<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=15&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">
									Paper & Printing Materials
									</a>
								&nbsp;
								<span class="aq_copy">></span>&nbsp;
								
									<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=15&search_id=148&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">

								HP LaserJet paper & printing materials
								</a>
							&nbsp;
								
								    <span class="aq_copy">></span>&nbsp;
																
								<a href="http://h30094.www3.hp.com/searchresults.asp?store_id=15&search_id=148&dept_id=771&search=showcase&pagemode=ca&resetSearch=1" class="aq_topnavlink">

								HP Specialty paper
								</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">
    					HP LaserJet Q6496A MFP ADF Mylar Sheets
						</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>
	<script type="text/javascript" language="JavaScript"><!--
	document.write('<style type=\"text/css\">.colorF0F0F0bg {background-color:#F0F0F0;}</style>');
	//--></script>



	<script LANGUAGE="JavaScript">
	function showMoreInfo(url, name, properties)
			{
				window.open(url,name, properties);
			}
	        
	function doPopup (strUrl)
	{
		win = window.open(strUrl,null,"height=480,width=675,status=no,toolbar=yes,menubar=no,location=no,scrollbars=yes");
		if (win.opener == null) {
			win.opener = window;
		}
	}
	</script>


		<!-- stopindex-->

		<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 bgcolor="#CCCCCC">
								<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="images/spacer.gif" width="10" height="1" alt="" border="0">Business Store</a></td>
							</tr>
						</table>
					</td>
				</tr>
            
			
    <TR>
        <td width="10">&nbsp;</td>
        <td height="24" colspan="2" align="left" valign="middle" class="color003366Bold">
            <table border="0" cellpadding="0" cellspacing="0" border="0">
<tr height="24"><td align="left">
Your cart is empty
</td></tr>
</table>

        </td>
    </TR>       


				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>
					<td colspan="2" align="left"><h3>Shopping options</h3>
					</td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.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 colspan="3"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="5" alt=""></td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" class="colorF0F0F0bg" width="1" height="1" alt=""></td>
				</TR>
				<TR>
					<td colspan="3"><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="5" alt=""></td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>
					<td colspan="2" align="left"><h3>Sign up and save</h3>
					</td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>
					<td class="color003366">&raquo;</td>
					<td align="left"><a href="https://h30046.www3.hp.com/subhub.php?topiccode=smb" target='_blank'>Promotional newsletter</a></td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.gif" width="1" height="1" alt=""></td>
					<td class="color003366">&raquo;</td>
					<td align="left"><a href="http://www.hp.com/sbso/special/purchasedge/index.html" target='_blank'>PurchaseEdge</a></td>
				</TR>
				<TR>
					<td><img src="http://h71016.www7.hp.com/dstore/images/spacer.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="http://h71016.www7.hp.com/dstore/images/spacer.gif" class="colorF0F0F0bg" width="1" height="1" alt=""></td>
				</TR>

				<tr>
						<TD colSpan="3"><IMG height="5" alt="" src="http://h71016.www7.hp.com/dstore/images/spacer.gif"></TD>
				</TR>        
				
					<script language='javascript' type='text/javascript'><!--
					function openWin2()
					{
					var win=window.open('http://h71016.www7.hp.com/dstore/html/pop_up_security.htm', 'popWin', 'width=345,height=350,resizable=1');
					win.focus();
					}
					//-->
					</script>
					<tr>
						<td>
						</td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td colspan='2' align='left'><h3>Points of interest</h3>
						</td>
					</tr>
					<tr>
						<td></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td width='140' align='left'><a target="_blank" href='http://www.hp.com/sbso/buspurchase/leasing-intro.html?jumpid=ex_r2910/storeleftnavpoi' class="leftnav">Leasing and Financing</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td width='140' align='left'><a href='http://www.hp.com/sbso/solutions/index.html' class="leftnav">Solutions 
								for Business</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td width='140' align='left'><a href='http://h71016.www7.hp.com/sp_main.asp?oi=E9CED&BEID=19701&SBLID=&hp_url=filterby.asp?type=2' class=leftnav>Services 
								& Support</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td width='140' align='left'><a href='http://h71016.www7.hp.com/dstore/html/infodesk/index.asp?oi=E9CED&BEID=19701&SBLID=' class=leftnav>Store
								Information</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td width='140' align='left'><a href='http://www.hp.com/sbso/buspurchase_refurbished.html' class="leftnav">HP 
								Business Outlet</a></td>
					</tr>
					<!--ASP000007983212, Bidhu, 06/03
					<tr>
						<td width='10'><img src='images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class='color003366'>&raquo;</td>
						<td align="left" width='140'><a href='javascript:openWin2();' class="leftnav">Store 
								security</a></td>
					</tr>-->
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class="color003366">&raquo;</td>
						<td width='140' align='left'><a href='http://h71016.www7.hp.com/dstore/html/learnmore/index.asp?oi=E9CED&BEID=19701&SBLID=' class=leftnav>Business 
								to business</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10'>
						</td>
						<td align="left" width='140'><table border='0' cellpadding='0' cellspacing='0' ID="Table7">
								<tr>
									<td valign='top' width='10' class="color003366">&raquo;</td>
									<td width='140'><a href="https://h20143.www2.hp.com/cgi-bin/ccg.dll/JavaContentGateway/login.do" class="leftnav">Login 
											or register</a></td>
								</tr>
								<tr>
									<td valign='top' width='10' class="color003366">&raquo;</td>
									<td width='140'><a href='http://h71016.www7.hp.com/dstore/html/learnmore/index.asp?oi=E9CED&BEID=19701&SBLID=' class=leftnav>Learn 
											more</a></td>
								</tr>
							</table>
						</td>
					</tr>
					<!-- ASP000007973461, Removing Call Me link
					<tr>
						<td width='10'><img src='images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class="color003366">&raquo;</td>
						<td width='140'><a href='lease/call.asp?' class=leftnav>Call 
								me now</a></td>
					</tr>-->
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td valign='top' width='10' class="color003366">&raquo;</td>
						<td width='140' align='left'><a href='http://www.hp.com/sbso/buspurchase_info.html?nextpage=findyournearestreseller' class="leftnav">Other 
								ways to buy</a></td>
					</tr>
					<tr>
						<td width='10'><img src='http://h71016.www7.hp.com/dstore/images/s.gif' width='10' height='1' alt=''></td>
						<td colspan='2' class='leftnav' align='left'><b>or call 1.800.888.9909</b></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>
		</table>

	
<!-- startindex-->
</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 alt="HP LaserJet Q6496A MFP ADF Mylar Sheets" border="0" src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00292871.jpg" width="170"><br>
	            <!-- Task #55826 -->
                
                <!-- /Task #55826 -->			    
		       
		        </td>

	        <td valign="top">
	        
		    <form name="product" method="post" onsubmit ="javascript:AddItemsToCart();">
		    <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">$20.00
						</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#Q6496A</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=370,height=250");' class="aq_navlink"><u>In Stock: Usually ships in 24 hours</u></a><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">

			

        		<td><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="2"><br><font class="aq_boldcopy">Quantity:</font></td>
			
            <input type="hidden" name="minqty_2595340" value="" />
            <input type="hidden" name="maxqty_2595340" value="" />
            <input type="hidden" name="partno_2595340" value="Q6496A" />
            
            
			<td width="5"><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1"></td>
			<td><input type="text" name="qty_2595340" 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:addItemCW(2595340, 'product', 'C');"><img src="/buyhp_assets/images2/btn_addtocart.gif" name="buynow2595340" 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/2595340/mfg_partno/Q6496A/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="" />
<input type="hidden" name="cnet_id" value="" />
<div class="cnet_mainspecs">
<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">HP printer maintenance kits ensure your HP printer remains in working condition and continues providing your workers with the highest print quality possible.</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%">Ensure optimum print quality and worker efficiency with HP printer maintenance kits.<BR><LI>Ensure your HP printer continues to provide you with optimum print quality with periodic replacement of supplies.</LI><BR><LI>HP maintenance kits help ensure your HP printer is always available, helping maximize your business efficiency. HP maintenance kits include user-replaceable parts that work with your HP printer to prompt you when they require maintenance.</LI><BR><LI>HP maintenance kits include supplies are built to last and backed by your HP warranty.</LI><BR></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%">Product Description</td>
<td class="cnet_tableright" width="300">HP ADF Replacement Mylar Sheets - printer ADF maintenance kit</td>
</tr>
<tr>
<td class="cnet_tableleft" width="20%">Consumable Type</td>
<td class="cnet_tableright" width="300">Printer ADF maintenance kit</td>
</tr>
</table>
</td>
</tr>
</table>
<p />
<p />
</div>

		<BR>
		
		        <table border="0" cellpadding="0" cellspacing="0" width="100%">
		            <tr><td colspan="3" bgcolor="#003366" height="20"><font class="aq_tableHdr">&nbsp;Compatibility</font></td></tr>
		            
                    <tr>
                        <td>
                        <table border="0" cellpadding="5" cellspacing="0" width="50%">
                            <tr>
                                <td><span onclick="expand('1','/buyhp_assets/images2/minus.gif', '/buyhp_assets/images2/plus.gif')" onmouseover="this.style.cursor='pointer';" onmouseout="this.style.cursor='default';"  ><u><font color="#003366">Expand All</font></u></span></td>
                                <td>&nbsp;</td>
                                <td><span onclick="expand('2','/buyhp_assets/images2/minus.gif', '/buyhp_assets/images2/plus.gif')" onmouseover="this.style.cursor='pointer';" onmouseout="this.style.cursor='default';" ><u><font color="#003366">Collapse All</font></u></span></td>
                            </tr>
                            
                        </table>
                       </td>
                    </tr>
                    
                </table>
                
                <table cellpadding="0" cellspacing="0" border="0">
                    <tr><td valign="top"><img id="76" name ="76" onclick="toggle('76','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">Black & White Multifunction and All-in-One</td></tr><tr id="tr_76" name="tr_76" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img id="76_1695" name ="76_76" onclick="toggle('76_1695','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">HP LaserJet M4000 Multifunction Printer series</td></tr><tr id="tr_76_1695" name="tr_1695" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP LaserJet M4345 Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP LaserJet M4345x Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP LaserJet M4345xm Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP LaserJet M4345xs Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP LaserJet M4349x Multifunction Printer</td></tr>
                                    </table></td></tr></table></td></tr>
                                
                                </table></td></tr></table></td></tr>
                            <tr><td valign="top"><img id="77" name ="77" onclick="toggle('77','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">Color Multifunction and All-in-One</td></tr><tr id="tr_77" name="tr_77" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img id="77_1706" name ="77_77" onclick="toggle('77_1706','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">HP Color LaserJet 4000 Multifunction Printer series</td></tr><tr id="tr_77_1706" name="tr_1706" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet 4730 Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet 4730x Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet 4730xm Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet 4730xs Multifunction Printer</td></tr>
                                    </table></td></tr></table></td></tr>
                                <tr><td valign="top"><img id="77_1710" name ="77_77" onclick="toggle('77_1710','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">HP Color LaserJet CM4730 Multifunction Printer series</td></tr><tr id="tr_77_1710" name="tr_1710" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet CM4730 Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet CM4730f Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet CM4730fm Multifunction Printer</td></tr><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP Color LaserJet CM4730fsk Multifunction Printer</td></tr>
                                    </table></td></tr></table></td></tr>
                                
                                </table></td></tr></table></td></tr>
                            <tr><td valign="top"><img id="80" name ="80" onclick="toggle('80','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">HP Digital Senders</td></tr><tr id="tr_80" name="tr_80" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img id="80_1818" name ="80_80" onclick="toggle('80_1818','/buyhp_assets/images2/minus.gif','/buyhp_assets/images2/plus.gif')"; src="/buyhp_assets/images2/plus.gif" /></td><td valign="top"><table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">HP 9250c Digital Sender</td></tr><tr id="tr_80_1818" name="tr_1818" style="display:none;"><td><table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><img src="/buyhp_assets/images2/bullet.gif"  /></td><td valign="top">HP 9250c Digital Sender</td></tr>
                                    </table></td></tr></table></td></tr>
                                
                                </table></td></tr></table></td></tr>
                            
                </table>
		        
				</td>
				</tr>
				</table>
				<p>
	    
			    <br>
			    <div align="right"><span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/2595340/mfg_partno/Q6496A/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"><a href= "http://h71016.www7.hp.com/sp_main.asp?hp_url=searchresults.asp%3Fstore_id%3D18%26search_id%3D160%26dept_id%3D778"><img src = "http://h71016.www7.hp.com/dstore/images/FreeShipping_5-08_Grey180x73.jpg" width="180" height="73" border="0" alt-"Free Shipping"></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/sp_main.asp?hp_url=specials.asp"><img src = "http://h71016.www7.hp.com/images/Special_Offers_May-08_180x73_Grey.jpg" width="180" height="73" alt="Special offers" 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 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>
	                
		        <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td colspan="2" bgcolor="#003366" height="20"><font class="aq_tableHdr">&nbsp;Recommended products</font></td></tr></table>
		        <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td height="10"></td></tr></table>
		        <table border="0" cellpadding="0" cellspacing="02" width="100%">
		        <tr><td bgcolor="#cccccc" width="1" valign="bottom"></td>
		        <td><table border="0" cellpadding="0" cellspacing="0">
		        <form name="related" method="post">

							<input type="hidden" name="minqty_1761348" value="" />
						    <input type="hidden" name="maxqty_1761348" value="" />
						    <input type="hidden" name="partno_1761348" value="C9152A" />
						
			            <tr>
				            <td align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="80" height="1" alt=""><br><a href="product.asp?sku=1761348&pagemode=ca"><img src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00652021.jpg" width="100" border="0" alt=""></a>
				            <!-- Task #55826 -->
                            
                            <!-- /Task #55826 -->   
				            </td>
				        </tr>
				        <tr>
				            <td align="center" colspan="2">
					            <span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/1761348/mfg_partno/C9152A" class="aq_leftnav">More info</a>
					        </td>
					    </tr>
					    <tr>
					        <td width="100%" align="center" colspan="2">
					        <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						    <a href="http://h30094.www3.hp.com/product/sku/1761348/mfg_partno/C9152A" class="aq_subheadlink"><b>HP 110-volt User Maintenance Kit</b></a><br>
						     <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						     </td>
						 </tr>
						 
				            <tr>
				                <td align="center" colspan="2">
				                <font class="aq_copy">HP printer maintenance kits ensure your HP printer remains in working condition and continues providing your workers with the highest print quality possible.</font><br>
				                <img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br>
				                </td>
				             </tr>
		        		 
		                  	<tr>
								<td align="right" valign="bottom" width="50%"><span class="copy"><strong>Only</strong></span></td>
					            <td valign="middle" align="left"><strong><span class="copy">&nbsp;&nbsp;$313.92</span><sup class="aq_sup">1</sup></td>
		                   	</tr>
		                    <tr><td width="25%" align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br><strong><span class="copy">Mfg Part# C9152A</span></strong></td></tr>
	                        <tr><td width="40%" align="center" colspan="2"><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=370,height=250");' class="aq_navlink">In Stock: Usually ships in 24 hours</a></td></tr>
                            <tr valign="top"><td align="center" colspan="2">
                            <table>
		                        <td><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="2"><br><font class="aq_boldcopy">QTY</font></td>
		                        <td width="5"><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1"></td>
		                        <td><input type="text" name="qty_1761348" value="" 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>
                    		</table>
                    		</td>
		                    </tr>
		                    
				            <tr><td height="35" colspan="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="15"></td></tr>
		        
							<input type="hidden" name="minqty_1638472" value="" />
						    <input type="hidden" name="maxqty_1638472" value="" />
						    <input type="hidden" name="partno_1638472" value="C4911A" />
						
			            <tr>
				            <td align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="80" height="1" alt=""><br><a href="product.asp?sku=1638472&pagemode=ca"><img src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00244043.jpg" width="100" border="0" alt=""></a>
				            <!-- Task #55826 -->
                            
                            <!-- /Task #55826 -->   
				            </td>
				        </tr>
				        <tr>
				            <td align="center" colspan="2">
					            <span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/1638472/mfg_partno/C4911A" class="aq_leftnav">More info</a>
					        </td>
					    </tr>
					    <tr>
					        <td width="100%" align="center" colspan="2">
					        <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						    <a href="http://h30094.www3.hp.com/product/sku/1638472/mfg_partno/C4911A" class="aq_subheadlink"><b>HP 82 69-ml Cyan Ink Cartridge</b></a><br>
						     <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						     </td>
						 </tr>
						 
				            <tr>
				                <td align="center" colspan="2">
				                <font class="aq_copy">Print in-house with confidence using Original HP ink cartridges. Patented HP inks are designed together with the Designjet printer and HP large-format printing materials to provide vibrant, high-impact images, fine lines, and trouble-free printing.</font><br>
				                <img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br>
				                </td>
				             </tr>
		        		 
		                  	<tr>
								<td align="right" valign="bottom" width="50%"><span class="copy"><strong>Only</strong></span></td>
					            <td valign="middle" align="left"><strong><span class="copy">&nbsp;&nbsp;$28.15</span><sup class="aq_sup">1</sup></td>
		                   	</tr>
		                    <tr><td width="25%" align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br><strong><span class="copy">Mfg Part# C4911A</span></strong></td></tr>
	                        <tr><td width="40%" align="center" colspan="2"><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=370,height=250");' class="aq_navlink">In Stock: Usually ships in 24 hours</a></td></tr>
                            <tr valign="top"><td align="center" colspan="2">
                            <table>
		                        <td><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="2"><br><font class="aq_boldcopy">QTY</font></td>
		                        <td width="5"><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1"></td>
		                        <td><input type="text" name="qty_1638472" value="" 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>
                    		</table>
                    		</td>
		                    </tr>
		                    
				            <tr><td height="35" colspan="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="15"></td></tr>
		        
							<input type="hidden" name="minqty_1031311" value="" />
						    <input type="hidden" name="maxqty_1031311" value="" />
						    <input type="hidden" name="partno_1031311" value="C4844A" />
						
			            <tr>
				            <td align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="80" height="1" alt=""><br><a href="product.asp?sku=1031311&pagemode=ca"><img src="http://h10003.www1.hp.com/digmedialib/prodimg/lowres/c00762471.jpg" width="100" border="0" alt=""></a>
				            <!-- Task #55826 -->
                            
                            <!-- /Task #55826 -->   
				            </td>
				        </tr>
				        <tr>
				            <td align="center" colspan="2">
					            <span class="aq_raqStandard">&raquo;&nbsp;</span><a href="/product/sku/1031311/mfg_partno/C4844A" class="aq_leftnav">More info</a>
					        </td>
					    </tr>
					    <tr>
					        <td width="100%" align="center" colspan="2">
					        <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						    <a href="http://h30094.www3.hp.com/product/sku/1031311/mfg_partno/C4844A" class="aq_subheadlink"><b>HP 10 Black Ink Cartridge</b></a><br>
						     <img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="5"><br>
						     </td>
						 </tr>
						 
				            <tr>
				                <td align="center" colspan="2">
				                <font class="aq_copy">Get sharp black text and consistently outstanding print quality. The proprietary, pigment-based ink formulation in the HP 10 Black Ink Cartridge makes professional results easy and reliable, providing an excellent value.</font><br>
				                <img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br>
				                </td>
				             </tr>
		        		 
		                  	<tr>
								<td align="right" valign="bottom" width="50%"><span class="copy"><strong>Only</strong></span></td>
					            <td valign="middle" align="left"><strong><span class="copy">&nbsp;&nbsp;$28.43</span><sup class="aq_sup">1</sup></td>
		                   	</tr>
		                    <tr><td width="25%" align="center" colspan="2"><img src="/buyhp_assets/images2/space.gif" width="1" height="5" alt=""><br><strong><span class="copy">Mfg Part# C4844A</span></strong></td></tr>
	                        <tr><td width="40%" align="center" colspan="2"><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=370,height=250");' class="aq_navlink">In Stock: Usually ships in 24 hours</a></td></tr>
                            <tr valign="top"><td align="center" colspan="2">
                            <table>
		                        <td><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="2"><br><font class="aq_boldcopy">QTY</font></td>
		                        <td width="5"><img src="/buyhp_assets/images2/space.gif" alt="" width="5" height="1"></td>
		                        <td><input type="text" name="qty_1031311" value="" 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>
                    		</table>
                    		</td>
		                    </tr>
		                    
				            <tr><td height="35" colspan="2"><img src="/buyhp_assets/images2/space.gif" alt="" width="1" height="15"></td></tr>
		        
		                <tr><td align="center" colspan="2"><a href="javascript:addItemCW('1761348,1638472,1031311', 'related', 'C');"><img src="/buyhp_assets/images2/btn_addtocart.gif" name="buynow'1761348,1638472,1031311'" border="0" width="84" height="20" alt="Add to Cart"></a></td></tr>
		            
		             </form>
		            </table></td></tr>
			    </table>
		        
	</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">
								<a href="/product.asp?sku=2595340&jumpid=ex_r2910_quigosmb/ink/55693&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 /><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;
		
        <!--/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="/dstore/dcart/images/spacer.gif" width="1" height="4" alt=""></td>
                </tr>
<!--***************************************Piyush Added****************************-->
<TR >
    <TD vAlign=top align=left>

   <TABLE cellSpacing=0 cellPadding=0 width=740 border=0>
<!--***************************************Piyush Added****************************-->

                <tr class="decoration">
                    <td colspan="5"><img src="/dstore/dcart/images/spacer.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="/dstore/dcart/images/spacer.gif" width="1" height="4" alt="" border="0"></td>
                </tr>

                <tr>
                    <td align="center" colspan="4" class="small"><font face=arial> © 2009 Hewlett-Packard Development Company, L.P.</font></td>
                </tr>

                <tr>
                    <td colspan="4"><img src="/dstore/dcart/images/spacer.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:HP LaserJet Q6496A MFP ADF Mylar Sheets";
var s_channel="SMB-PS:Paper & Printing Materials:HP LaserJet paper & printing materials:HP Specialty paper";
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=2595340/HP LaserJet Q6496A MFP ADF Mylar Sheets|mfg info=Q6496A/Hewlett Packard";
var s_prop15="";

/* E-commerce Variables */
var s_events="event5";
var s_products=";Q6496A";
var s_eVar5="NA-US-SMB-PS";
var s_eVar9="";
var s_eVar10="";
var s_eVar11="";
var s_eVar15="ex_r2910_quigosmb/ink/55693";
var s_eVar16="";
var s_eVar17="";
var s_eVar18="";
var s_eVar19="";
var s_eVar20="ex_r2910_quigosmb/ink/55693";

/************************ 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="HP LaserJet Q6496A MFP ADF Mylar Sheets";  //comma delimited products
			hbx.bd="Hewlett Packard";
			hbx.ca="";
			hbx.pc="$28.43";    //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="//c5.img.digitalriver.com/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=HP LaserJet Q6496A MFP ADF Mylar Sheets&quantity=1&price=$28.43&store=1&tz=PST&vpc=HBX0131.01an" border="0" width="1" height="1"></noscript>
			<!-- END WEBSIDESTORY CODE  -->
        
</table>


</body>
</html>
