function CTC_Resize(img){
    if(img.width>="500"){
        img.width = "500";
    }
}