<!-- 
	var flag=false; 
	function DrawImage1(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 80/80){ 
				if(image.width>80){
					ImgD.width=80; 
					ImgD.height=(image.height*80)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>80){
					ImgD.height=80; 
					ImgD.width=(image.width*80)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//--> 
<!-- 
	var flag=false; 
	function DrawImage2(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 250/250){ 
				if(image.width>250){
					ImgD.width=250; 
					ImgD.height=(image.height*250)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>250){
					ImgD.height=250; 
					ImgD.width=(image.width*250)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//--> 
<!-- 
	var flag=false; 
	function DrawImage3(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 500/500){ 
				if(image.width>500){
					ImgD.width=500; 
					ImgD.height=(image.height*500)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>500){
					ImgD.height=500; 
					ImgD.width=(image.width*500)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//--> 
<!-- 
	var flag=false; 
	function DrawImage4(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 60/60){ 
				if(image.width>60){
					ImgD.width=60; 
					ImgD.height=(image.height*60)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>60){
					ImgD.height=60; 
					ImgD.width=(image.width*60)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//--> 
<!-- 
	var flag=false; 
	function DrawImage5(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 50/50){ 
				if(image.width>50){
					ImgD.width=50; 
					ImgD.height=(image.height*50)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>50){
					ImgD.height=50; 
					ImgD.width=(image.width*50)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//--> 