function printerfriendly()
{
	//document.write ("<img src=\"https://secure.hp-ww.com/img/hpweb_1-2_prnt_icn.gif\" width=\"19\" height=\"13\" alt=\"Printable version\" border=\"0\"><a href=\"http://www.hp.com/cgi-bin/pf-new.cgi?IN=" + preparePrintableVersionUrl() + "\" class=\"udrlinebold\">Printable version</a>");
}

function jump() 
{
	var index = document.dropdown.language.selectedIndex;
	url = eval("document.dropdown.language.options[" + index + "].value");
	window.location.href=(url);
}


function outofsite(url,compname)
{
	win = open('outofsite.asp?url=' + url + '&compname=' + compname,'outofsite','');
	win.focus();
}