// JavaScript Document
function ReImgSize(){ 
for (j=0;j<document.images.length;j++) 
{ 
document.images[j].width=(document.images[j].width>600)?"600":document.images[j].width; 
} 
}
//ReImgSize();
