/* Include Flash */ // Config swfName = '../images/top_flash.swf'; swfWidth = 760; swfHeight = 160; swfMenu = 'false'; // true, false swfLoop = 'false'; // true, false swfQuality = 'high'; // low, autolow, medium, autohigh, high, best swfAlign = 'middle'; // middle, left, right, top, bottom swfVersion = '7,0,0,0'; // ex) 7,0,0,0 // Option swfBgcolor = ''; // #ffffff swfWmode = 'transparent'; // transparent, opaque, null swfScale = ''; // noborder, exactfit, noscale, null // Print paramWmode = (swfWmode) ? '' : ''; embedWmode = (swfWmode) ? 'wmode="'+swfWmode+'" ' : ''; paramScale = (swfScale) ? '' : ''; embedScale = (swfScale) ? 'scale="'+swfScale+'" ' : ''; paramBgcolor = (swfBgcolor) ? '' : ''; embedBgcolor = (swfBgcolor) ? 'bgcolor="'+swfBgcolor+'" ' : ''; var flashDoc = '' +'' +'' +'' +'' +paramBgcolor +paramWmode +'' +'<\/embed>' +'<\/object>'; document.write(flashDoc);