function subnavig (styl) {
	p=document.getElementById(styl).style;
	p.display=(p.display=="block") ? "none" : "block";
}
