var menuId = 0;
var menuName = "WeetBixAshes1.swf";

function FlashHandler() {

    /*if(location.href.indexOf('http://www.weetbix.com.au/') > 0 )
    {
        menuId = 1;
    } */ 

    if(location.href.indexOf('MatchReports') > 0 )
    {
        menuId = 1;
    }

    if(location.href.indexOf('TeamProfiles') > 0 )
    {
        menuId = 2;
    }

    if(location.href.indexOf('AshesHistory') > 0 )
    {
        menuId = 3;
    }

    if(location.href.indexOf('Downloads') > 0 )
    {
        menuId = 4;
    }

    if(location.href.indexOf('Trivia') > 0 )
    {
        menuId = 5;
    }

    if(location.href.indexOf('BrettsVideoBlog') > 0 )
    {
        menuId = 6;
    }

    if(location.href.indexOf('CricketComp') > 0 )
    {
        menuId = 7;
    }

    
    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    
    var xmlFile = "xmlMenu.xml";   
    var virDirPath = "";


    if(location.href.indexOf('.au/cricket') > 0 )
    {
        flashPath = "cricket/flash/";
        virDirPath = "cricket/";
    }
    if(location.href.indexOf('localhost') > 0 )
    {
        flashPath = "sanitarium/weetbix/flash/";
        virDirPath = "sanitarium/weetbix/";
    }
    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/weetbixashes/flash/";
        virDirPath = "fsdev/weetbixashes/";
    }
    if(location.href.indexOf('staging.freestylemedia.com.au') > 0 )
    {
        flashPath = "sanitarium/weetbix/flash/";
    }     


    var completeFlashPath = "/" +flashPath+menuName+ "?MenuItem=" +menuId+ "&XMLFile=" +server+flashPath+xmlFile+ "&NoCache=true&absURL=" +server+virDirPath;






	//alert(completeFlashPath);


	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "mainnav", "294", "585", "7", "#FFFFFF");
		fo.write("flashNav");
	// ]]>

}


function FlashBannerHandler() {

    

    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";   

    if(location.href.indexOf('localhost') > 0 )
    {
        flashPath = "sanitarium/weetbix/flash/";
        virDirPath = "sanitarium/weetbix/";
    }
    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/weetbix/flash/";
        virDirPath = "fsdev/weetbix/";
    }
    if(location.href.indexOf('staging.freestylemedia.com.au') > 0 )
    {
        flashPath = "sanitarium/weetbix/flash/";
    }   
    var completeFlashPath = "/" +flashPath+"NewBorn.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "topBanner", "475", "70", "7", "#FFFFFF");
		fo.write("topBanner");
	// ]]>

    
}


function ExternalLinker()
{
    if(location.href.indexOf('www.soyfacts.com.au') > 0 )
    {
        if(location.href.indexOf('&newWin=true') > 0 )
        {
			window.open('http://www.soyfacts.com.au');
			history.go(-1);
		}
		else
		{
			document.location = 'http://www.soyfacts.com.au';
		}
    }

}

function FlashPanelHandler() {

    

    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";   

    if(location.href.indexOf('localhost') > 0 )
    {
        flashPath = "sanitarium/weetbixashes/flash/";
        virDirPath = "sanitarium/weetbixashes/";
    }
    if(location.href.indexOf('.au/cricket') > 0 )
    {
        flashPath = "cricket/flash/";
        virDirPath = "cricket/";
    }
    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/weetbixashes/flash/";
        virDirPath = "fsdev/weetbixashes/";
    }
    if(location.href.indexOf('staging.freestylemedia.com.au') > 0 )
    {
        flashPath = "sanitarium/weetbixashes/flash/";
    }   
    var completeFlashPath = "/" +flashPath+"index_panel01.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "indexPanel", "496", "176", "7", "#FFFFFF");
		fo.write("indexPanel");
	// ]]>

}

function FlashButtonsHandler() {

    

    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";   

    if(location.href.indexOf('localhost') > 0 )
    {
        flashPath = "sanitarium/weetbixashes/flash/";
        virDirPath = "sanitarium/weetbixashes/";
    }
    if(location.href.indexOf('.au/cricket') > 0 )
    {
        flashPath = "cricket/flash/";
        virDirPath = "cricket/";
    }
    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/weetbixashes/flash/";
        virDirPath = "fsdev/weetbixashes/";
    }
    if(location.href.indexOf('staging.freestylemedia.com.au') > 0 )
    {
        flashPath = "sanitarium/weetbixashes/flash/";
    }   
    var completeFlashPath = "/" +flashPath+"index_3buttons.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "indexButtons", "496", "130", "7", "#FFFFFF");
		fo.write("indexButtons");
	// ]]>

}