/* ENGLISH SETTINGS */
	// Expand
	var eDesc = "Expand";
	var eImgSrc = "/en/models/build/configure/images/ds_ico_wt_expand.gif";
	var eAllImgSrc = "/en/models/build/configure/images/ds_ico_expand.gif";
	var eWidthHeight = [15,9];
	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 = "Collapse";
	var cImgSrc = "/en/models/build/configure/images/ds_ico_wt_collapse.gif";
	var cAllImgSrc = "/en/models/build/configure/images/ds_ico_collapse.gif";
	var cWidthHeight = [15,9];
	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>'

