/* SETTINGS */
	// Expand
	var eDesc = "SHOW";
	var eImgSrc = "/images/common/box_plus.gif";
	var eAllImgSrc = "/images/common/box_plus.gif";
	var eWidthHeight = [16,16];
	var eAllLink = '<a href="javascript:toggleAll();" onClick="window.focus();" hideFocus="true" class="dsexcol"><img src="' + eAllImgSrc + '" width="' + eWidthHeight[0] +'" height="' + eWidthHeight[1] +'" alt="alt ' + eDesc + '" border="0" />' + eDesc + ' ALL</a>'
	// Collapse
	var cDesc = "HIDE";
	var cImgSrc = "/images/common/box_minus.gif";
	var cAllImgSrc = "/images/common/box_minus.gif";
	var cWidthHeight = [16,16];
	var cAllLink = '<a href="javascript:toggleAll();" onClick="window.focus();" hideFocus="true" class="dsexcol"><img src="' + cAllImgSrc + '" width="' + cWidthHeight[0] +'" height="' + cWidthHeight[1] +'" alt="alt ' + cDesc + '" border="0" />' + cDesc + ' ALL</a>'
