document.writeln("<script language=JavaScript>");
document.writeln("\/\/改变图片大小");
document.writeln("function resizepic(thispic)");
document.writeln("{");
document.writeln("if(thispic.width>700){thispic.height=thispic.height*700\/thispic.width;thispic.width=700;} ");
document.writeln("}");
document.writeln("\/\/无级缩放图片大小");
document.writeln("function bbimg(o)");
document.writeln("{");
document.writeln("  var zoom=parseInt(o.style.zoom, 10)||100;");
document.writeln("  zoom+=event.wheelDelta\/12;");
document.writeln("  if (zoom>0) o.style.zoom=zoom+\'%\';");
document.writeln("  return false;");
document.writeln("}");
document.writeln("var IsPlaying=false;");
document.writeln("var PhotoIndex=1;");
document.writeln("function SlidePlay(){");
document.writeln("  var sTimer,url;");
document.writeln("  if(IsPlaying==false){");
document.writeln("    IsPlaying=true;");
document.writeln("    SlideButton.value=\'停止播放\';");
document.writeln("    sTimer=setTimeout(\"ViewNext()\",2000);");
document.writeln("  }else{");
document.writeln("    clearTimeout(sTimer);");
document.writeln("    IsPlaying=false;");
document.writeln("    SlideButton.value=\'幻灯放映\';");
document.writeln("  }");
document.writeln("}");
document.writeln("function ViewNext(){");
document.writeln("  if(IsPlaying==false){return false;}");
document.writeln("  if(PhotoIndex<arrUrl.length){");
document.writeln("    ViewPhoto(arrUrl[PhotoIndex]);");
document.writeln("    PhotoIndex+=1;");
document.writeln("  }");
document.writeln("  if(PhotoIndex>=arrUrl.length){");
document.writeln("    PhotoIndex=0;");
document.writeln("  }");
document.writeln("  var iTimeout=interval.value*1000;");
document.writeln("  if(iTimeout<1000){iTimeout=5000;}");
document.writeln("  sTimer=setTimeout(\"ViewNext()\",iTimeout);");
document.writeln("}");
document.writeln("\/\/发送图片给好友");
document.writeln("function copyToClipBoard(){");
document.writeln("	var clipBoardContent=\'\';");
document.writeln("	clipBoardContent+=\'精美风景图片：\'+document.all(\'DTitle\').innerText;");
document.writeln("	clipBoardContent+=\'\\r\\n\'+document.URL;");
document.writeln("	window.clipboardData.setData(\"Text\",clipBoardContent);");
document.writeln("	alert(\"复制成功，请粘贴到你的QQ\/MSN上推荐给你的好友\");");
document.writeln("}");
document.writeln("<\/script>")