window.onload = function()
{
settings = {
tl: { radius: 10 }, //左上の半径
tr: { radius: 10 }, //右上の半径
bl: { radius: 10 }, //左下の半径
br: { radius: 10 }, //右下の半径
antiAlias: true, //アンチエイリアス
autoPad: true //オートパディング
}
var myBoxObject = new curvyCorners(settings, "crn");
myBoxObject.applyCornersToAll();
}

