function preloadImages( imageRoot ){
 if (document.images) {  

    preloadPics(imageRoot,
        'jetstyle', 'jetstyle-'
         );

    preloadPics(imageRoot+'meta/',
        'home', 'home-',
        'mail', 'mail-',
        'map', 'map-'
         );
  }

  preloadFlag = true;
}

function rightcolpad() {
	if (typeof $ != "undefined") {
	a = $('#h1-birds').height();
	$('#h80').css("display", "");
	$('#h120').css("display", "none");
	$('#h180').css("display", "none");
	$('#h200').css("display", "none");
	if (a>170) {
		$('#h80').children(":first").css("height", a+30);
		}
		
	if ((a>130)&&(a<170)) {
		$('#h80').children(":first").css("height", 158);
		}
		
	if ((a<130)&&(a>80)) {
		$('#h80').children(":first").css("height", 123);
		}
		
	if (a<80) {
		$('#h80').children(":first").css("height", 80);
		}
		$('#h80').children(":first").css("height", a+21);
	}
}
