	
        function setHeight(newHeight)
        {
	 var theHeight = Math.max(newHeight, $(window).height());
	 //alert('setHeight');
         $("#page").css({height: theHeight});
	 scroll(0,0);
        }
	
	function getHeight()
	{
		
		return $(window).height();
	}
	
	function activate_flash()
	{
		
		document.getElementById('suus').activateFlash();
	}

        function getBaseURL()
	{
		return baseURL;
	}
	
	function getTemplateURL()
	{	
		return templateURL;
	}

