// JavaScript Document
    function top_on()
    {
        document.getElementById("navigation_bar").style.top = "0px";
    }
    function top_off()
    {
        document.getElementById("navigation_bar").style.top = "-34px";
    }

    function right_on()
    {
        document.getElementById("navigation_bar_right").style.right = "-5px";
    }
    function right_off()
    {
        document.getElementById("navigation_bar_right").style.right = "-122px";
    }
	
	function defaultMessage()
	{
		var message = "Lorenzo Giordano photography - All Rights Reserved - iva/vat n. 01429300997";
		window.defaultStatus = message;
	}
