function printerfriendly(){
	document.write ("<img src=\"http://welcome.hp-ww.com/img/hpweb_1-2_prnt_icn.gif\" width=\"19\" height=\"13\" alt=\"\" border=\"0\"><a href=\"http://www.hp.com/cgi-bin/pf-new.cgi?IN=" + location.href + "\" class=\"udrlinebold\">Printable version</a>");
}

function delayLinkTag(linkTag, url, target){
	s_sendCustomLinkEvent('', linkTag);
	
	if(target == "_blank"){
		var t = setTimeout ("open('"+url+"');", 500);		
	}else{
		var t = setTimeout ("document.location='"+url+"'", 500);
	}
}


function delayExitLinkTag(linkTag, url, target){
	s_sendExitLinkEvent('0', linkTag);
	if(target == "_blank"){
		var t = setTimeout ("open('"+url+"');", 500);	
	}else{
		var t = setTimeout ("document.location='"+url+"'", 500);
	}
}

