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>= 127\/118){ ");
document.writeln("   if(image.width>127){");
document.writeln("    ImgD.width=127; ");
document.writeln("    ImgD.height=(image.height*127)\/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>118){");
document.writeln("    ImgD.height=118; ");
document.writeln("    ImgD.width=(image.width*118)\/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>")
