<!-- 
	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>= 120/120){ 
				if(image.width>120){
					ImgD.width=120; 
					ImgD.height=(image.height*120)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			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="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>= 250/520){ 
				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 DrawImage6(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 100/100){ 
				if(image.width>100){
					ImgD.width=100; 
					ImgD.height=(image.height*100)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			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="bigpic" */ 
			} 
		}
	}
//-->
<!-- 
	var flag=false; 
	function DrawImage7(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 150/150){ 
				if(image.width>150){
					ImgD.width=150; 
					ImgD.height=(image.height*150)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>150){
					ImgD.height=150; 
					ImgD.width=(image.width*150)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//-->
<!-- 
	var flag=false; 
	function DrawImage8(ImgD){ 
		var image=new Image(); 
		image.src=ImgD.src; 
		if(image.width>0 && image.height>0){ 
			flag=true; 
			if(image.width/image.height>= 660/660){ 
				if(image.width>660){
					ImgD.width=660; 
					ImgD.height=(image.height*660)/image.width; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
					/*ImgD.alt="bigpic" */
			} 
			else{ 
				if(image.height>660){
					ImgD.height=660; 
					ImgD.width=(image.width*660)/image.height; 
				}else{ 
					ImgD.width=image.width;
					ImgD.height=image.height; 
				} 
				/*ImgD.alt="bigpic" */ 
			} 
		}
	}
//-->
