document.writeln("<script language=\"JavaScript\"> ");
document.writeln("<!-- ");
document.writeln("var flag=false; ");
document.writeln("function DrawImage(ImgD){ ");
document.writeln(" var image=new Image(); ");
document.writeln(" image.src=ImgD.src; ");
document.writeln(" if(image.width>0 && image.height>0){ ");
document.writeln("  flag=true; ");
document.writeln("  if(image.width\/image.height>= 120\/121){ ");
document.writeln("   if(image.width>120){");
document.writeln("    ImgD.width=120; ");
document.writeln("    ImgD.height=(image.height*120)\/image.width; ");
document.writeln("   }else{ ");
document.writeln("    ImgD.width=image.width;");
document.writeln("    ImgD.height=image.height; ");
document.writeln("   } ");
document.writeln("  } ");
document.writeln("  else{ ");
document.writeln("   if(image.height>121){");
document.writeln("    ImgD.height=121; ");
document.writeln("    ImgD.width=(image.width*121)\/image.height; ");
document.writeln("   }else{ ");
document.writeln("    ImgD.width=image.width;");
document.writeln("    ImgD.height=image.height; ");
document.writeln("   } ");
document.writeln("  } ");
document.writeln(" }");
document.writeln("}");
document.writeln("\/\/--> ");
document.writeln("<\/script>")
document.writeln("<script language=\"JavaScript\"> ");
document.writeln("<!-- ");
document.writeln("var flag=false; ");
document.writeln("function DrawImage2(ImgD){ ");
document.writeln(" var image=new Image(); ");
document.writeln(" image.src=ImgD.src; ");
document.writeln(" if(image.width>0 && image.height>0){ ");
document.writeln("  flag=true; ");
document.writeln("  if(image.width\/image.height>= 100\/101){ ");
document.writeln("   if(image.width>100){");
document.writeln("    ImgD.width=100; ");
document.writeln("    ImgD.height=(image.height*100)\/image.width; ");
document.writeln("   }else{ ");
document.writeln("    ImgD.width=image.width;");
document.writeln("    ImgD.height=image.height; ");
document.writeln("   } ");
document.writeln("  } ");
document.writeln("  else{ ");
document.writeln("   if(image.height>101){");
document.writeln("    ImgD.height=101; ");
document.writeln("    ImgD.width=(image.width*101)\/image.height; ");
document.writeln("   }else{ ");
document.writeln("    ImgD.width=image.width;");
document.writeln("    ImgD.height=image.height; ");
document.writeln("   } ");
document.writeln("  } ");
document.writeln(" }");
document.writeln("}");
document.writeln("\/\/--> ");
document.writeln("<\/script>")