function iFlash( asrc, aw, ah ){
        document.write( "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"" );
        document.write( "       width=\""+aw+"\"" );
        document.write( "       height=\""+ah+"\">" );
        document.write( "       <param name=\"movie\" value=\""+asrc+"\">" );
        document.write( "       <param name=\"quality\" value=\"high\">" );
        document.write( "       <embed  src=\""+asrc+"\"" );
        document.write( "               quality=\"high\"" );
        document.write( "               type=\"application/x-shockwave-flash\"" );
        document.write( "               width=\""+aw+"\"" );
        document.write( "               height=\""+ah+"\">" );
        document.write( "       </embed></object>");
}
