$(document).ready(function() {
	
	$("#bg").height($(document).height());
	$("#starter").height($(document).height());
	$("#wrapper").height($(document).height());
	$("#menu").css("top",($(document).height()/2-27)+"px");
	
	$("#iga").css("top",($(document).height()/2-195)+"px").css("left",($(document).width()/2-300)+"px");
	
	
	 $("#loading").bind("ajaxSend", function(){
	   $(this).fadeIn(200);
	 }).bind("ajaxSuccess", function(){
	   $(this).fadeOut(200);
	 });
	


 
  var flashvars = { file:'bg/claudius.swf', 
  					image:'img/bg.jpg',
					bufferlength:'1',
					controlbar:'none',
					dock:'false',
					autostart:'true',
					quality:'false',
					icons:'false',
					repeat:'always',
					stretching: 'exactfit' };
  var params = 	  { allowfullscreen:'true', 
  					allowscriptaccess:'always',
					wmode:'opaque' };
  var attributes = { id:'mpl', 
  					 name:'mpl' };

  swfobject.embedSWF('lib/video_player.swf','video',$(document).width(),$(document).height(),'9.0.115','false',
    flashvars, params, attributes);




});

function show_page() {

  $("#starter").fadeOut(200);

}



