drag = false;

window.onload = function()

{
	new Draggable("big", {handle: "big-top"});
    new Draggable("big", {handle: "big-bottom"});
	new Draggable("small", {handle: "small-top"});
	new Draggable("small", {handle: "small-bottom"});
	new Draggable("guy", {handle: "guy"});
	fontSizeLoad(font);
}


