/*===================================================
	MENU
*/
//------------------------------------------------------class_Flash
function class_Flash() {
}
//------------------------------------------------------class_Flash.prototype.showSubmenu
class_Flash.prototype.generateObject = function (_Source_ID, _Width, _Height) {
		AC_FL_RunContent(
			'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width',_Width,
			'height',_Height,
			'id','flash_Navigation_',
			'quality','high',
			'wmode','transparent',
			'movie',_Source_ID
		); 
}
//------------------------------------------------------
var ec_Flash = new class_Flash();
