            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';
                }
                     
 function decode(l,shift)  
 {  
     g = "";c = "";  
     for ( i=0;i < l.length;i++)  
    {c = l.charAt(i);g += String.fromCharCode( c.charCodeAt(0) - shift );}  
     window.location.href = g;  
 }  
 
var m = new Array('au.vivl.mda-ytic@myepurk');
function mylo(n) {
    window.location="mailto:" + m[n].split('').reverse().join('');
}
