//var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
//if ( plugin ) {
//	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 7;
//}
//else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && navigator.userAgent.indexOf("Windows")>=0) {
//	document.write('<script type="text/vbscript"> \n');
//	document.write('  on error resume next \n');
//	document.write('  plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))) \n');
//	document.write('</script\> \n');
//}
//if ( plugin ) {
	document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="369" height="214" id="slideshow_1">');
	document.writeln('  <param name="wmode" value="opaque" />');
	document.writeln('  <param name="movie" value="/flash/slideshow_1.swf">');
	document.writeln('  <param name="quality" value="high">');
	document.writeln('  <param name="menu" value="false">');
	document.writeln('  <param name="loop" value="0">');
	document.writeln('  <embed src="/flash/slideshow_1.swf" width="369" height="214" loop="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false" wmode="opaque" name="slideshow_1"></embed>');
	document.writeln('</object>');
//} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
//	document.write('<img src="/flash/slideshow_1.jpg" width="369" height="214" border="0" alt="">');
//}