this is the js code, on mouseover it calls dtc function here,,,,,

Code:
if (typeof fcolor == 'undefined') { var fcolor = "#ffffff";}
	if (typeof backcolor == 'undefined') { var backcolor = "#9999CC";}
	if (typeof textcolor == 'undefined') { var textcolor = "#000000";}
	if (typeof capcolor == 'undefined') { var capcolor = "#ffffff";}
	if (typeof width == 'undefined') { var width2
...