function resizeimg(src)
{
        if(src.width>=500)
        {
                src.width=500;
        }
}
