function GetButton(text,onclickevent)
{
   var code="<div style=\"width:80px;height:20px;background-image:url('http://handhewnlogsiding.com/images/button.jpg');background-repeat:no-repeat;background-position:center center;cursor:hand;border:#65360D 1px solid;\" onclick=\""+ onclickevent +"\"><table width=100% height=\"20px\"><tr align=center valign=center><td><font style=\"font-size:9pt;color:#ffffff;\"><b>"+ text +"</b></font></td></tr></table></div>";
   return code;
}
