var flag=false; 
		function DrawImage(ImgD)
		{ 
			var image=new Image(); 
			image.src=ImgD.src; 
			if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 128/100){ 
			if(image.width>128){ 
			ImgD.width=128; 
			ImgD.height=(image.height*128)/image.width; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			else{ 
			if(image.height>100){ 
			ImgD.height=100; 
			ImgD.width=(image.width*100)/image.height; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			} 
			/*else{ 
			ImgD.src=""; 
			ImgD.alt="" 
			}*/ 
		} 

function DrawPA(ImgD)
		{ 
			var image=new Image(); 
			image.src=ImgD.src; 
			if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 90/83){ 
			if(image.width>90){ 
			ImgD.width=90; 
			ImgD.height=(image.height*90)/image.width; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			else{ 
			if(image.height>83){ 
			ImgD.height=83; 
			ImgD.width=(image.width*83)/image.height; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			} 
			/*else{ 
			ImgD.src=""; 
			ImgD.alt="" 
			}*/ 
		} 

function DrawPB(ImgD)
		{ 
			var image=new Image(); 
			image.src=ImgD.src; 
			if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 130/120){ 
			if(image.width>130){ 
			ImgD.width=130; 
			ImgD.height=(image.height*130)/image.width; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			else{ 
			if(image.height>120){ 
			ImgD.height=120; 
			ImgD.width=(image.width*120)/image.height; 
			}else{ 
			ImgD.width=image.width; 
			ImgD.height=image.height; 
			} 
			/*ImgD.alt=image.width+"กม"+image.height;*/ 
			} 
			} 
			/*else{ 
			ImgD.src=""; 
			ImgD.alt="" 
			}*/ 
		} 

