
function showFooterSwf(bgcolor){

//var res = '/NR/rdonlyres/ABE8EF95-3B2E-460D-B726-2A77F94FDE77/0/footer0809.swf';
var res = '/NR/rdonlyres/57BA9E7E-8A69-4BD2-9E71-F12DFD3791E3/0/footer0909.swf';
var w   = '720';
var h   = '56';
var cx  = '19050';
var cy  = '1482';

document.write('<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=' + h + ' width=' + w + ' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>');
document.write('<PARAM NAME="_cx" VALUE="' + cx + '">');
document.write('<PARAM NAME="_cy" VALUE="' + cy + '">');
document.write('<PARAM NAME="FlashVars" VALUE="">');
document.write('<PARAM NAME="Movie" VALUE="' + res + '">');
document.write('<PARAM NAME="Src" VALUE="' + res + '">');
document.write('<PARAM NAME="WMode" VALUE="transparent">');
document.write('<PARAM NAME="Play" VALUE="-1">')+
document.write('<PARAM NAME="Loop" VALUE="-1">');
document.write('<PARAM NAME="Quality" VALUE="High">');
document.write('<PARAM NAME="SAlign" VALUE="">');
document.write('<PARAM NAME="Menu" VALUE="-1">');
document.write('<PARAM NAME="Base" VALUE="">');
document.write('<PARAM NAME="AllowScriptAccess" VALUE="always">');
document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
document.write('<PARAM NAME="DeviceFont" VALUE="0">');
document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
document.write('<PARAM NAME="BGColor" VALUE="">');
document.write('<PARAM NAME="SWRemote" VALUE="">');
document.write('<PARAM NAME="MovieData" VALUE="">');
document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
document.write('<embed src="' + res + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"  bgcolor="' + bgcolor + '" wmode="transparent" ></embed>');
document.write('</OBJECT>');
}


function showcocoaMainSwf(){

//var res = '/NR/rdonlyres/08B7F328-7E39-4904-B0B9-C78B18BAA598/0/cocoa.swf';
//var res = '/NR/rdonlyres/35BC840C-5D87-4A97-ACF2-C20EAE101A40/0/0903cocoa.swf';
var res = '/NR/rdonlyres/B827D31E-0DCD-437B-94E2-B665BDCD162B/0/0909cocoa.swf';
var w   = '980';
var h   = '755';
var cx  = '21167';
var cy  = '14764';
var bgcolor = '';

document.write('<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=' + h + ' width=' + w + ' classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>');
document.write('<PARAM NAME="_cx" VALUE="' + cx + '">');
document.write('<PARAM NAME="_cy" VALUE="' + cy + '">');
document.write('<PARAM NAME="FlashVars" VALUE="">');
document.write('<PARAM NAME="Movie" VALUE="' + res + '">');
document.write('<PARAM NAME="Src" VALUE="' + res + '">');
document.write('<PARAM NAME="WMode" VALUE="transparent">');
document.write('<PARAM NAME="Play" VALUE="-1">')+
document.write('<PARAM NAME="Loop" VALUE="-1">');
document.write('<PARAM NAME="Quality" VALUE="High">');
document.write('<PARAM NAME="SAlign" VALUE="">');
document.write('<PARAM NAME="Menu" VALUE="-1">');
document.write('<PARAM NAME="Base" VALUE="">');
document.write('<PARAM NAME="AllowScriptAccess" VALUE="always">');
document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
document.write('<PARAM NAME="DeviceFont" VALUE="0">');
document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
document.write('<PARAM NAME="BGColor" VALUE="">');
document.write('<PARAM NAME="SWRemote" VALUE="">');
document.write('<PARAM NAME="MovieData" VALUE="">');
document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">');
document.write('<PARAM NAME="Profile" VALUE="0">');
document.write('<PARAM NAME="ProfileAddress" VALUE="">');
document.write('<PARAM NAME="ProfilePort" VALUE="0">');
document.write('<embed src="' + res + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"  bgcolor="' + bgcolor + '"></embed>');
document.write('</OBJECT>');

}
