﻿// JavaScript Flash Loader
// MF Global - Mike London 2009

// Main Banner for home page
function bannerHomePage() {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="950" height="340"> \n');
    document.write('<param name="movie" value="/SiteCollectionImages/banner_rotator_01.swf"> \n');
    document.write('<param name="quality" value="high"> \n');
    document.write('<param name="menu" value="false"> \n');
    document.write('<param name="wmode" value="transparent"> \n');
    document.write('<embed src="/SiteCollectionImages/banner_rotator_01.swf" wmode="transparent" width="950" height="340" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed> \n');
    document.write('</object> \n');
}

// Home page news ticker
function newsTickerHomePage() {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="950" height="32"> \n');
    document.write('<param name="movie" value="/SiteCollectionImages/flash_news_ticker_01.swf"> \n');
    document.write('<param name="quality" value="high"> \n');
    document.write('<param name="menu" value="false"> \n');
    document.write('<param name="wmode" value="transparent"> \n');
    document.write('<embed src="/SiteCollectionImages/flash_news_ticker_01.swf" wmode="transparent" width="950" height="32" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed> \n');
    document.write('</object> \n');
}

// Live prices for home page
function livePricesHomePage() {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="355" height="228"> \n');
    document.write('<param name="movie" value="/SiteCollectionImages/flash_live_prices_01.swf"> \n');
    document.write('<param name="quality" value="high"> \n');
    document.write('<param name="menu" value="false"> \n');
    document.write('<embed src="/SiteCollectionImages/flash_live_prices_01.swf" width="355" height="228" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed> \n');
    document.write('</object> \n');
}

// Other Misc. JavaScript functions

//Help popup window functions
function openWhatsNew() {

    var load = window.open('http://services.mfglobalspreads.com/help/whats_new.aspx', '', 'scrollbars=yes,menubar=no,height=600,width=800,resizable=yes,toolbar=no,location=no,status=no,top=0,left=0');
}
function openHowTo() {
    var load = window.open('http://services.mfglobalspreads.com/help/find_a_market.aspx', '', 'scrollbars=yes,menubar=no,height=700,width=950,resizable=yes,toolbar=no,location=no,status=no,top=0,left=0');
}
function openVideo() {
    var load = window.open('http://services.mfglobalspreads.com/help/video_tut_introduction.aspx', '', 'scrollbars=no,menubar=no,height=700,width=950,resizable=yes,toolbar=no,location=no,status=no,top=0,left=0');
}