$(document).ready(function(){

	$("#logo").fadeIn("slow");
	$("#text").fadeIn("slow", function() {
		$("#text2").fadeIn("slow", function() {
			$("#text3").fadeIn("slow", function() {
				$("#text4").show("fast", function() {
					$("#text5").fadeIn("fast"); });
				});
			});						
		});

		var removeTemp = function() {$("#post").fadeOut("fast", function(){

			$('body').css('margin','0');
			$('body').css('padding','0');
			$('body').css('background','#000000 url(images/bg.jpg) repeat-x center top');
			$('body').css('font-family','Verdana, Arial, Helvetica, sans-serif');
			$('body').css('font-size','12px');

			;});};
			window.setTimeout(removeTemp,3900);

		var removeTemp2 = function() {
			
			$("#webpage").fadeIn("slow")
			
			};

			window.setTimeout(removeTemp2,4400);
			

$(document).keydown(function(event){

  switch (event.keyCode) {

	case 46:
	window.parent.location="bios_config.php"
	break;

	case 120:
	window.parent.location="http://validator.w3.org/check?uri=http://galek.com.pl";
	break;

	case 123:
	window.parent.location="boot.php";
	break;

  }

});

	});