    hs.graphicsDir = 'scripts/highslide/graphics/';
    hs.outlineType = 'rounded-white';
    hs.outlineWhileAnimating = true;
	
	
	    var ajaxObjects = new Array();
 
    function saveComplete()
    {
       $.unblockUI();        
    }
 
    function loading(){
       $.blockUI( '<img src="img/loader.white.gif" />' );
    }
	
function heightElementNew()
{	var tmp;
	tmp = Math.max(document.getElementById("one").offsetHeight, document.getElementById("two").offsetHeight);
	tmp = Math.max(tmp, document.getElementById("three").offsetHeight);
	document.getElementById("two").style.height = tmp + 'px';
}	