var mask2load = new Array();
//mask2load[0] = "static/edge/masks/8bit/crippleedge.png";
//mask2load[1] = "static/edge/masks/8bit/frizzedge.png";
//mask2load[2] = "static/edge/masks/8bit/softedge.png";
//mask2load[3] = "static/edge/masks/2bit/crippleedge.gif";
//mask2load[4] = "static/edge/masks/2bit/frizzedge.gif";
//mask2load[5] = "static/edge/masks/2bit/softedge.gif";
//mask2load[6] = "static/edge/masks/8bit/mysoftedge.png";

var softPNG = "static/edge/masks/8bit/softedge.png";
var softGIF = "static/edge/masks/2bit/softedge.gif";
mask2load[0] = softPNG;
mask2load[1] = softPNG;
mask2load[2] = softPNG;
mask2load[3] = softGIF;
mask2load[4] = softGIF;
mask2load[5] = softGIF;
//mask2load[6] = "static/edge/masks/8bit/mysoftedge.png";

