// JavaScript Document
$('#imgbox').ready(function() {(function($){$("a.link").hover(function() {$(this).stop().animate({"opacity": "1"}, "fast");},function() {$(this).stop().animate({"opacity": "0.7"}, "fast");});})(jQuery);setTimeout(function(){
$('#imgbox').animate({"height": "250px"}, 1700);}, 800);$('#img_intro').css('cursor','pointer');});function swfClickFunction(){$('#master').fadeOut(2000);}$('#master').click(function () {$('#master').fadeOut(1000);});	


