function New(B,A){window.open(B,A,"toolbar=no,menubar=no,location=yes,scrollbars=yes,resizable=yes,height=450,width=800")}
function popup(B,A,C){newPopup=window.open(B,"lbcpop","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width="+A+",height="+C);newPopup.focus()}
function getParams(){var A=document.URL.indexOf("|");var B="XJS";if(A!=-1){var B=document.URL.substring(A+1,document.URL.length)}B="&MCC="+B;return B}
function passMCC(B){var A=getParams();B=B+A;document.location=B}
function open_popup(page,x,y,s,r){eval("page = window.open(page, '', 'toolbars=0,scrollbars=' + s + ',location=0,statusbars=0,menubars=0,resizable=' + r + ',width=' + x + ',height=' + y);");return false}
function partner_link(A){if(confirm("You are leaving HP.com to visit a web site that is not maintained by HP and where the HP privacy policy does not apply.\n\nThis link is provided to you for convenience and does not serve as an endorsement by HP of any information or contacts that you may find on this non-HP site. Remember, when you need information about HP products or services, come back to our Web site. Thank you for visiting HP.com.\n\nClick OK to continue, or Cancel to stay on the HP.com site.")){window.open(A)}}
function printit()
{if(window.print){window.print()}
 else{var A='<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" />';
 document.body.insertAdjacentHTML("beforeEnd",A);WebBrowser1.ExecWB(6,1);WebBrowser1.outerHTML=""}}
function STFpopup(){url=location.href;url=url.replace(/(http:\/\/)(.)+(\.com)/gi,"");if(url.match(/^[a-zA-Z0-9_#\-\.\/]*$/)){newPopup=window.open("/cgi-bin/sbso/email-to-friend.cgi?referrer="+url+"","stfpop","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=375,height=370");newPopup.focus()}else{alert("Security Violation")}}if(document.images&&(location.pathname=="/sbso/index_evo.html")){var img_width=64;var img_height=64;ipgmultion=new Image(img_width,img_height);ipgmultion.src="/sbso/evo/images/ipg2.jpg";ipgfaxon=new Image(img_width,img_height);ipgfaxon.src="/sbso/evo/images/ipg3.jpg";ipgdigitalon=new Image(img_width,img_height);ipgdigitalon.src="/sbso/evo/images/laserjet-1022-64x64.jpg";ipgsupplieson=new Image(img_width,img_height);ipgsupplieson.src="/sbso/evo/images/ipg6.jpg";pcworkon=new Image(img_width,img_height);pcworkon.src="/sbso/evo/images/pc2.jpg";pcnoteon=new Image(img_width,img_height);pcnoteon.src="/sbso/evo/images/pc3.jpg";pchandon=new Image(img_width,img_height);pchandon.src="/sbso/evo/images/pc4.jpg";pcmonitoron=new Image(img_width,img_height);pcmonitoron.src="/sbso/evo/images/pc5.jpg";serveron=new Image(img_width,img_height);serveron.src="/sbso/evo/images/server2.jpg";serverstoron=new Image(img_width,img_height);serverstoron.src="/sbso/evo/images/server3.jpg";serverneton=new Image(img_width,img_height);serverneton.src="/sbso/evo/images/server4.jpg";serverbladeon=new Image(img_width,img_height);serverbladeon.src="/sbso/evo/images/prod-blade-servers-64x64.jpg";ipgoff=new Image(img_width,img_height);ipgoff.src="/sbso/evo/images/ipg2.jpg";pcoff=new Image(img_width,img_height);pcoff.src="/sbso/evo/images/pc3.jpg";serveroff=new Image(img_width,img_height);serveroff.src="/sbso/evo/images/server2.jpg"}
function changeImage(B,A){if(document.images){document.images[B].src=A.src}}
function removeInstructionalText(){if(document.emailForm.EMAIL.value=="Enter e-mail address"){document.emailForm.EMAIL.value=""}}
function checkEmail(strVar)
{
		var emailReg = /^(\w){1}[^\*\$\^\&\!\#\%\(\)\+\`\~\,\/\?\:\;\\\"\|\[\]\{\}\@]+\@(\w){1}(\w|-|\.)+\.[a-z]{2,4}$/i;
		var emOK = true;
		if(strVar.length > 1)
		{
			if(!emailReg.test(strVar))
			{
					emOK = false;
			}
		}
		return emOK;
}
function validateEmail(){if(document.emailForm.EMAIL.value!=""&&document.emailForm.EMAIL.value!=document.emailForm.EMAIL.defaultValue){if(!checkEmail(document.emailForm.EMAIL.value)){alert("Invalid email address");return false}}return true}
function drawGMNButton(){document.write('<div class="contentBlock centerAligned" style="border-top:1px solid #ccc;margin-top:15px;padding:15px 0 10px 0;">');document.write('<h3 class="bold">Or Automatically detect product names/numbers:</h3>');document.write('<div style="padding:10px 0;">');document.write('<form action="http://h20270.www2.hp.com/ediags/gmn/index.aspx" method="get" name="productDetect" id="productDetect" style="margin-bottom: 0;">');document.write('<input type="submit" name="detectProducts" class="primButton" value="Start Detection&nbsp;&raquo;">');document.write("</form>");document.write("</div>");document.write('<span class="small">&raquo;&nbsp;<a href="http://h20270.www2.hp.com/ediags/gmn/index.aspx?about=yes">About automatic product detection</a></span>');document.write("</div>")}

function getVars(){var varString=window.location.search.substring(1);var varArray=varString.split("&");var expression;var tempArray;for(i=0;i<varArray.length;i++){if(varArray[i].indexOf("=")>=1){tempArray=varArray[i].split("=");expression=tempArray[0]+"='"+tempArray[1]+"'";eval(expression)}}}var selectedValue="";function setRadio(){var A=document.productQuery.h_pagetype;for(var B=0;B<A.length;B++){if(A[B].value==selectedValue){A[B].checked=true;return }}}var queryString=new Array();var parameters=window.location.search.substring(1).split("&");for(var i=0;i<parameters.length;i++){var pos=parameters[i].indexOf("=");if(pos>0){var paramname=parameters[i].substring(0,pos);var paramval=parameters[i].substring(pos+1);queryString[paramname]=unescape(paramval.replace(/\+/g," "))}else{queryString[parameters[i]]=""}}var printVersion=(queryString.printVersion=="true")?true:false;
var sval = "Search:";
function clearSearch(el){if(el.value==sval) el.value='';}
function restoreSearch(el){if(el.value=='') el.value=sval;}