function printerfriendly()
{
	document.write ("<img src=\"http://welcome.hp-ww.com/img/hpweb_1-2_prnt_icn.gif\" width=\"19\" height=\"13\" alt=\" &#25171;&#21360;&#29256;\" border=\"0\"><a href=\"http://www.hp.com/cgi-bin/pf-new.cgi?in=" + location.href + "\" class=\"udrlinebold\"> &#25171;&#21360;&#29256; </a>");
}

function highlight(name)
{
	if (global == name)
		document.write ("<b>" + name + "</b>");
	else
		document.write (name);
}

function outofsite(url,cty)
{
		window.location.href="outofsite.asp?url=" + url + "&cty=" + cty;
}

function leavinghp(url)
{
		window.location.href="/index/homepage/cn/zh/leavinghp.asp?url=" + url;
}