<!-- Javascript...

function expand(cid){

	document.getElementById(cid).style.display=(document.getElementById(cid).style.display!="block")? "block" : "none"

}

// end -->