function setResize(tgt){
 if( $(tgt).width() >= 240){ $(tgt).css({"width":240}); }
}

