function table3d(obj) {
obj.border=1;
obj.cellSpacing=0;
obj.cellPadding=0;
obj.borderColorLight="#efefef";
obj.borderColorDark="#FFFFFF";
}