function imgresize(o)
{
    if(o.width>650 )  
        o.style.width='650px';
}