/**
 * PLUG-IN DETECTION
 */
var plug = new PluginDetection();
plug.setTargetPlugName("Shockwave Flash");
plug.setTargetPlugVersion(6);



/**
 * ALTERNATE CONTENTS
 */
var altContents = new Object();
altContents.lines = new Array();
altContents.lines[0] = '<p>You may not have everything you need to view this page.</p>';
altContents.lines[1] = '<p>you will be able to use full feature of this section if the latest version of the free Macromedia Flash Player is installed into your browser.</p>';
altContents.lines[2] = '<p>For more information about Macromedia Flash Player, please read <a href="http://www.macromedia.com/go/getflashplayer" target="_blank">macromedia.com</a>.</p>';


/**
 * SWF OBJECT
 */
var movie_h5 = new SwfElements();
movie_h5.setObjectLocation("././flash/3d_h5.swf");
movie_h5.setObjectMenu();
movie_h5.setObjectBgcolor();
movie_h5.setObjectQuality("high");
movie_h5.setObjectScale();
movie_h5.setObjectSecurity();
movie_h5.setObjectWidth("500");
movie_h5.setObjectHeight("400");
movie_h5.setProtocol();
movie_h5.setPlayerVersion("6");
movie_h5.setAltContent( altContents.lines[0]+altContents.lines[1]+altContents.lines[2] );
