var menuId = 1;
var menuName = "energize.swf";

function FlashHandler() {



    node = document.getElementById("contentBody");  
    node2 = document.getElementById("mainContentArea");  

    node.className = "contentBody";
    node2.className = "mainContentArea";

/***********************
    if(location.href.indexOf('products/upgoenergize') > 0 )
    {
        menuId = 2;
        menuName = "energize.swf";
    }    

    if(location.href.indexOf('products/upgoliquidbreakfast') > 0 )
    {
        menuId = 3;
        menuName = "break.swf";
        
	node.className = "contentBody2";
	node2.className = "mainContentArea2";
    }  

    if(location.href.indexOf('faq/upgoenergize') > 0 )
    {
        menuId = 8;
        menuName = "energize.swf";
    }    

    if(location.href.indexOf('faq/liquidbreakfast') > 0 )
    {
        menuId = 9;
        menuName = "break.swf";

	node.className = "contentBody2";
	node2.className = "mainContentArea2";
    } 
if(location.href.indexOf('Endorsements') > 0 )
    {
        menuId = 10;
        menuName = "break.swf";

	node.className = "contentBody2";
	node2.className = "mainContentArea2";
} 

    if(location.href.indexOf('win') > 0 )
    {
        menuName = "break.swf";        
	node.className = "contentBody2";
	node2.className = "mainContentArea2";
    }  
***********************************/


    var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    
    var xmlFile = "xmlFile.xml";   
    var virDirPath = "/";



    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/upandgo/flash/";
        virDirPath = "fsdev/upandgo/";
    }

    if(location.href.indexOf('fslive') > 0 )
    {
        flashPath = "fslive/upandgolive/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 HomePageShowAssociatedImage()
{


}
function FlashBannerHandler() {

    

      var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    




    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/upandgo/flash/";
    }

    if(location.href.indexOf('fslive') > 0 )
    {
        flashPath = "fslive/upandgolive/flash/";
    } 

    var completeFlashPath = "/" +flashPath+"Crunch.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "topBanner", "475", "70", "7", "#FFFFFF");
		fo.write("topBanner");
	// ]]>


}

function FlashPromotionHandler() {

    

      var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    




    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/upandgo/flash/";
    }

    if(location.href.indexOf('fslive') > 0 )
    {
        flashPath = "fslive/upandgolive/flash/";
    } 

    var completeFlashPath = "/" +flashPath+"promotionnew.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "homeFlashPromotion", "229", "129", "7", "#FFFFFF");
		fo.write("homeFlashPromotion");
	// ]]>


}

function FlashBaneyHandler() {

    

      var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    




    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/upandgo/flash/";
    }

    if(location.href.indexOf('fslive') > 0 )
    {
        flashPath = "fslive/upandgolive/flash/";
    } 

    var completeFlashPath = "/" +flashPath+"baney.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "homeFlashBaney", "229", "129", "7", "#FFFFFF");
		fo.write("homeFlashBaney");
	// ]]>


}

function FlashMainHandler() {

    

      var server= "http://" + location.hostname + "/";
    var flashPath = "flash/";    




    if(location.href.indexOf('fsdev') > 0 )
    {
        flashPath = "fsdev/upandgo/flash/";
    }

    if(location.href.indexOf('fslive') > 0 )
    {
        flashPath = "fslive/upandgolive/flash/";
    } 

    var completeFlashPath = "/" +flashPath+"top.swf";



	// <![CDATA[	
							
		var fo = new FlashObject(completeFlashPath, "homeFlashMain", "484", "300", "7", "#FFFFFF");
		fo.write("homeFlashMain");
	// ]]>

}

function ExternalLinker()
{
    if(location.href.indexOf('www.upandgopromo.com.au') > 0 )
    {
        if(location.href.indexOf('&newWin=true') > 0 )
        {
			window.open('http://www.upandgopromo.com.au');
			history.go(-1);
		}
		else
		{
			document.location = 'http://www.upandgopromo.com.au';
		}
    }

}