CatDivsOnLoad();
if (pddiv != undefined && pddiv !="HHO") {
	document.getElementById("plus" + pddiv).src = "http://welcome.hp-ww.com/img/hpweb_1-2_minus.gif";
	document.getElementById("content" + pddiv).style.display = "block";
}

// Jumping the page down so content opening below the fold isn't missed

if (pddiv == "HHO6") {
	window.scrollBy(0,500);
}


