$(document).ready(function(){
	$('#pojIsoImage').slideDown(500);
	setTimeout("$('#pojLogoImage').fadeIn('slow', function () {$(this).dropShadow()})", 300);
	setTimeout("$('#pojMenu').fadeIn('slow', function () {$(this).dropShadow()})", 600);
	setTimeout("$('#pojNews').fadeIn('slow')", 900);

	$('#pojIsoImage').hover(
      function () { $('#pojIsoImageContent').slideDown("fast"); }, 
      function () { $('#pojIsoImageContent').slideUp("fast"); }
    );
	
	$('#pojLogoImage').hover(
      function () { $(this).animate({ width: "275px"}, 300); }, 
      function () { $(this).animate({ width: "127px"}, 300); }
    );
	
//	setTimeout("$('#pojLogoImage').dropShadow()", 1000);
//	setTimeout("$('#pojMenu').dropShadow()", 1000);
});
