
	<!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:  : </title>
<meta http-equiv="Content-type" content="text/html; charset=ISO-8859-1">
<meta name="description" content="  -  - HP makes it simple to buy the technology products you need from a single reliable source.">
<meta name="keywords" content="">
<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%3D2285974%26jumpid%3Dex%5Fr2910%5Fquigosmb%2Fink%2F46474";
            //\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('2285974', '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">					
						
					</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="18" alt=""><br>
			
						    <font class="aq_header">Supplies &amp; Accessories</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>
		
        <nobr><p><font class="aq_boldcopy">Unable To Locate Technical Information For This Product. </font></nobr>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        
	</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=2285974&jumpid=ex_r2910_quigosmb/ink/46474&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:";
var s_channel="SMB-PS:::";
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="";
var s_prop15="";

/* E-commerce Variables */
var s_events="event5";
var s_products="";
var s_eVar5="NA-US-SMB-PS";
var s_eVar9="";
var s_eVar10="";
var s_eVar11="";
var s_eVar15="ex_r2910_quigosmb/ink/46474";
var s_eVar16="";
var s_eVar17="";
var s_eVar18="";
var s_eVar19="";
var s_eVar20="ex_r2910_quigosmb/ink/46474";

/************************ 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="";  //comma delimited products
			hbx.bd="";
			hbx.ca="";
			hbx.pc="";    //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=&quantity=1&price=&store=1&tz=PST&vpc=HBX0131.01an" border="0" width="1" height="1"></noscript>
			<!-- END WEBSIDESTORY CODE  -->
        
</table>


</body>
</html>
