function Big(me,w,h)
{
me.height = h;
me.width = w;
}
function Small(me,w,h)
{
me.height = h;
me.width = w;
}
