function showContent(param)
{
 return coolTip(param, CAPTION, 'Broadcom Networks Inc.', FADEIN);
}

function hideContent(param)
{
return nd();
}


function change(param)
{
	document.getElementById(param).style.listStyleImage="url('images/list_image1.gif')";
}
function change2(param)
{
	document.getElementById(param).style.listStyleImage="none";
}

function changebg(param)
{
	document.getElementById(param).background = "images/fade01.gif";
}

function changebg2(param)
{
	document.getElementById(param).background = "images/fade00.gif";
}
