// JavaScript Document
// This document gets around the "Feature" of MSIE where controls
// are loaded but "not activated"... If they are loaded from another
// file, they are loaded AND activated. That is this file's purpose.

// This file loads the photo slideshow on the See Our Work page.

document.writeln(' <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="700" height="500" id="viewer" align="middle"> ');
document.writeln(' <param name="allowScriptAccess" value="sameDomain" />');
document.writeln(' <param name="movie" value="../flash/viewer.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#000000" /><embed src="../flash/viewer.swf" quality="high" wmode="transparent" bgcolor="#000000" width="700" height="500" name="viewer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object> ');
