/**
 * 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_h2 = new SwfElements();
movie_h2.setObjectLocation("././flash/3d_h2.swf");
movie_h2.setObjectMenu();
movie_h2.setObjectBgcolor();
movie_h2.setObjectQuality("high");
movie_h2.setObjectScale();
movie_h2.setObjectSecurity();
movie_h2.setObjectWidth("500");
movie_h2.setObjectHeight("400");
movie_h2.setProtocol();
movie_h2.setPlayerVersion("6");
movie_h2.setAltContent( altContents.lines[0]+altContents.lines[1]+altContents.lines[2] );

