//WebPen v4

//the number below when set to 1 draws a thin line, 2 draws a medium line, 3 draws a bold line in the signature box. Thicker settings may cause problems on the slowest computers.
var LW = 1;

//width and height of signature box. Not recommended to change.
var sigboxWidth = 562;
var sigboxHeight = 212;

//set line color in signature box
var LC = "#144372";

//pen position can be adjusted with the parameters below
var ppX = 0;
var ppY = 0;
// for IE
var ppieX = 0;
var ppieY = 0;
