
function shiftright(obj)
{
     obj.align="right";
} 
   
function shiftleft(obj1)
{
     obj1.align="left";
}    