document.writeln("<script type=\"text\/javascript\">");
document.writeln("	hs.graphicsDir = \'http:\/\/www.do2do.net\/highslide\/graphics\/\';");
document.writeln("	hs.showCredits = false;");
document.writeln("	hs.align = \'center\';");
document.writeln("	hs.fadeInOut = true;");
document.writeln("	hs.padToMinWidth = true;");
document.writeln("	hs.blockRightClick = true;");
document.writeln("	");
document.writeln("	if (hs.addEventListener && hs.Outline) hs.addEventListener(window, \'load\', function () {");
document.writeln("	new hs.Outline(\'rounded-white\');");
document.writeln("	new hs.Outline(\'glossy-dark\');");
document.writeln("});");
document.writeln("");
document.writeln("\/\/ focus the name field");
document.writeln("hs.Expander.prototype.onAfterExpand = function() {");
document.writeln("	if (this.a.id == \'contactAnchor\') {");
document.writeln("		var iframe = window.frames[this.iframe.name],");
document.writeln("			doc = iframe.document;");
document.writeln("    	if (doc.getElementById(\"theForm\")) {");
document.writeln("        	doc.getElementById(\"theForm\").elements[\"name\"].focus();");
document.writeln("    	}");
document.writeln("");
document.writeln("	}");
document.writeln("}");
document.writeln("");
document.writeln("var galleryOptions = {");
document.writeln("    slideshowGroup: \'gallery\',");
document.writeln("    captionEval: \'this.thumb.alt\',");
document.writeln("	dimmingOpacity: .75,");
document.writeln("	wrapperClassName: \'dark borderless floating-caption\',");
document.writeln("	align: \'center\',");
document.writeln("	transitions: [\'expand\', \'crossfade\']");
document.writeln("};");
document.writeln("");
document.writeln("	\/\/ Add the controlbar");
document.writeln("	if (hs.addSlideshow) hs.addSlideshow({");
document.writeln("		slideshowGroup: \'gallery\',");
document.writeln("		interval: 5000,");
document.writeln("		repeat: false,");
document.writeln("		useControls: false,");
document.writeln("		fixedControls: \'fit\',");
document.writeln("		overlayOptions: {");
document.writeln("			opacity: .6,");
document.writeln("			position: \'bottom center\',");
document.writeln("			hideOnMouseOut: true");
document.writeln("		}");
document.writeln("	});");
document.writeln("");
document.writeln("");
document.writeln("\/\/ 3) Optionally set the swfOptions. See http:\/\/highslide.com\/ref\/hs.swfOptions for full documentation");
document.writeln("	 hs.swfOptions = {");
document.writeln("	 version:			  \"9\",");
document.writeln("	 expressInstallSwfurl: null,");
document.writeln("	 flashvars:			{},");
document.writeln("	 params:			   {allowFullScreen: \'true\'},");
document.writeln("	 attributes:		   {}");
document.writeln("	};");
document.writeln("");
document.writeln("\/\/ Chinese simplified language strings");
document.writeln("hs.lang = {");
document.writeln("	cssDirection: \'ltr\',");
document.writeln("	loadingText: \'载入中...\',");
document.writeln("	loadingTitle: \'取消\',");
document.writeln("	focusTitle: \'置于最前\',");
document.writeln("	fullExpandTitle: \'原始尺寸\',");
document.writeln("	creditsText: \'基于<i>Highslide JS<\/i>\',");
document.writeln("	creditsTitle: \'查看 Highslide JS 官方首页\',");
document.writeln("	previousText: \'上一张\',");
document.writeln("	nextText: \'下一张\',");
document.writeln("	moveText: \'移动\',");
document.writeln("	closeText: \'关闭\',");
document.writeln("	closeTitle: \'关闭 (Esc键)\',");
document.writeln("	resizeTitle: \'调整尺寸\',");
document.writeln("	playText: \'播放\',");
document.writeln("	playTitle: \'自动播放 (空格键)\',");
document.writeln("	pauseText: \'暂停\',");
document.writeln("	pauseTitle: \'暂停幻灯片 (空格键)\',");
document.writeln("	previousTitle: \'上一张 (左方向键)\',");
document.writeln("	nextTitle: \'下一张 (右方向键)\',");
document.writeln("	moveTitle: \'移动\',");
document.writeln("	fullExpandText: \'完整尺寸\',");
document.writeln("	number: \'Image %1 of %2\',");
document.writeln("	restoreTitle: \'单击关闭图片,单击不放拖动图片。使用方向键进行图片切换。\'");
document.writeln("};");
document.writeln("<\/script>");