﻿function imgadapter(a,g,f){var c=f,e=g,b=a.height,d=a.width;if(a.height>c){a.height=c;a.width=Math.round(a.height*d/b)}if(a.width>e){a.width=e;a.height=Math.round(a.width*b/d)}}
