function imgresize(kep)
{
 if (kep.width>500)
 {
   kep.width=500;
 }
}
