function stagger(obj)
{
obj.style.left=10;
}
function unstagger(obj)
{
obj.style.left=0;
}