function FK_Button()
{
this.L_ForeColor;
this.L_Bold;
this.L_Underline;
this.L_Italic;
this.L_Color;
this.L_BorderColor;
this.M_ForeColor;
this.M_Bold;
this.M_Underline;
this.M_Italic;
this.M_Color;
this.M_BorderColor;
this.C_ForeColor;
this.C_Bold;
this.C_Underline;
this.C_Italic;
this.C_Color;
this.C_BorderColor;
this.Width;
this.Height;
this.Caption;
this.Font;
this.Size;
this.Visible;
this.Enabled;
this.DisabledForeColor;
this.Image;
this.show = function()
{
///UserCodeRegionStart:[show] (do not remove this comment.)
var buffer, bold, italic, underline;
var abs_width, abs_height;
if (this.Enabled == undefined) this.Enabled = true;
if (this.Visible == undefined) this.Visible = true;
bold = (this.L_Bold)? 'bold':'';
underline = (this.L_Underline)? 'underline':'';
italic = (this.L_Italic)? 'italic':'none';
//alert(this.C_Bold);
//alert(this.C_Underline);
//alert(this.C_Italic);
if (parseInt(this.Width) > 4) abs_width = 'width="'+(parseInt(this.Width)-4)+'"' ; else abs_width ="";
if (parseInt(this.Height) > 4) abs_height = 'height="'+(parseInt(this.Height)-4)+'"'; else abs_height ="";
buffer = '
'+
'' +
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' '+
''+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
'
'+
''+
'| '+
''+
' | '+
'';
var img = "";
if (this.Image != undefined && this.Image != "") img = ' |  | ';
buffer += '';
buffer +=
''+
''+
''+
' | '+
'
'+
'' +
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' '+
''+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
'
'+
'' +
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' '+
''+
' | '+
' '+
' '+
' | '+
''+
''+
''+
' | '+
' | '+
' '+
''+
' | '+
' | '+
' '+
' '+
' | '+
'
'+
'
';
this.UpDown = 0;
this.setHtml(buffer);
if (this.Enabled !=true){
var b_width, b_height;
b_width = parseInt(document.getElementById(this.ContainerName + '_Fondo_2_2').offsetWidth);
b_height = parseInt(document.getElementById(this.ContainerName + '_Fondo_2_2').offsetHeight);
var img = "";
if (this.Image != undefined && this.Image != "") img = '