function showFlash() {
            document.write('<object type="application/x-shockwave-flash" data="psych.swf" style="width:610px;height:310px;">');
            document.write('<param name="movie" value="psych.swf"/>');
            document.write('<param name="wmode" value="opaque"/>');
            document.write('</object>');
}

