var devUrl = ""
var redUrl = "http://staging1.freestylemedia.com.au/GFFoodService/";
var liveUrl = "";

function startList() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("mainNavigation");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
	
}


function loadFlash()
{
	var so = new SWFObject("Flash/GF18.swf", "GFFS", "758", "326", "7", "#ffffff");
	so.addParam("wmode", "opaque");
	so.write("flashContent");

}

function rollOver(navId) {
    var path = "url(Images/Nav/";
	element = document.getElementById(navId);
        if(location.href.indexOf('fsdev/')> 0 )
            path = "url(" + devUrl + "Images/Nav/";
        if(location.href.indexOf('staging1.freestylemedia.com.au') > 0)
            path = "url(" + redUrl + "Images/Nav/";
        if(location.href.indexOf('virginlive') > 0)
            path = "url(" + liveUrl + "Images/Nav/";

	if(navId=="ctl00_NavBar_mainNav1") {           
		element.style.backgroundImage = path + "nav-about-us-over.gif)";
        }
	if(navId=="ctl00_NavBar_mainNav2") {
		element.style.backgroundImage = path + "nav-whats-new-over.gif)";  
        }
	if(navId=="ctl00_NavBar_mainNav3") {
		element.style.backgroundImage = path + "nav-brands-products-over.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav4") {
		element.style.backgroundImage = path + "nav-recipes-over.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav5") {
		element.style.backgroundImage = path + "nav-nutritional-facts-over.gif)";
	}
}

function rollOut(navId) {
        var path = "url(Images/Nav/";
	element = document.getElementById(navId);
        if(location.href.indexOf('fsdev/')> 0 )
            path = "url(" + devUrl + "Images/Nav/";
        if(location.href.indexOf('staging1.freestylemedia.com.au') > 0)
            path = "url(" + redUrl + "Images/Nav/";
        if(location.href.indexOf('virginlive') > 0)
            path = "url(" + liveUrl + "Images/Nav/";

	if(navId=="ctl00_NavBar_mainNav1") {
		element.style.backgroundImage = path + "nav-about-us.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav2") {
		element.style.backgroundImage = path + "nav-whats-new.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav3") {
		element.style.backgroundImage = path + "nav-brands-products.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav4") {
		element.style.backgroundImage = path + "nav-recipes.gif)";
	}
	if(navId=="ctl00_NavBar_mainNav5") {
		element.style.backgroundImage = path + "nav-nutritional-facts.gif)";
	}
	
}

function tabChange(showTab, hideTab)
{
    showDiv = document.getElementById(showTab);
    hideDiv = document.getElementById(hideTab);
    showDiv.style.display = "block";
    hideDiv.style.display = "none";
}

function printFriendly()

        {



 		if(window.location.href.indexOf('?')==-1) {



  		window.open(document.location.href + "?print_friendly",null,'height=600, width=778, scrollbars=yes, resizable=yes');



 		} else {



		window.open(document.location.href + "&print_friendly",null,'height=600, width=778, scrollbars=yes, resizable=yes');



		}



 	return false;



	}



	function makePrintFriendly()



	{           



            if(document.location.href.indexOf('print_friendly') > 0)



            {   





                document.body.bgcolor="#FFFFFF";       

		

                document.getElementById("footer").style.visibility="hidden";



                document.getElementById("footer").style.height="0";   



                document.getElementById("footer").style.overflow="hidden";



                document.getElementById("searchBox").style.visibility="hidden";



                document.getElementById("searchBox").style.height="0";   



                document.getElementById("searchBox").style.overflow="hidden";
				document.getElementById("header").style.visibility="hidden";
				document.getElementById("ctl00_logo").style.visibility="hidden";
				document.getElementById("btnImageLibrary").style.visibility="hidden";
				document.getElementById("btnRelatedRecipes").style.visibility="hidden";
				document.getElementById("btnRelatedProducts").style.visibility="hidden";
				
				var tertiarynavigation= document.getElementById("navColumn");

					

		if(tertiarynavigation!= null)

		{	

                	document.getElementById("navColumn").style.visibility="hidden";



                	document.getElementById("navColumn").style.height="0";   



                	document.getElementById("navColumn").style.overflow="hidden";

		}



                window.print();                           



            }



        }

