$(document).ready(function(){
	$("#init").append("* Perizia is Loading...............................");
    $("#slider").easySlider({
		auto: true,
                continuous: true,
                controlsShow: false,
                pause: 3000
		

	});
});
$(window).load(function(){
	


	
	var slideshown=false;
	var xtrashown=false;
    var menu;
    var count=0;
	$("#init").fadeOut("slow");

	$(".iframe").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'type'				: 'iframe',
				'easingIn'			: 'easeOutBack',
				'easingOut'			: 'easeInBack',
				'speedIn'			: 700, 
				'speedOut'			: 700
				});
	$("#countdown,#wallpaper,#tpbr").click(function(){
		if (slideshown==true) {
			
			$("#slidep").animate({height:'0px'},"fast");
			$("#slidep").hide("slow");
			slideshown=false;
			
		}
	});
	
	
 
	
	$("#slidep").hide();
	countdown(2011,04,01,09,00,1);
	$("#menuicon").click(function(){
	
		if (slideshown==true) {
			
			$("#slidep").animate({height:'0px'},"fast");
			$("#slidep").hide("slow");
			slideshown=false;
			
		}
		else {
			$("#slidep").css({height:'5px'});
			$("#slidep").show("slow");
			$("#slidep").animate({height:'550px'},"slow");
			slideshown=true;
			
		}
		
				
	});
		
  
   
	});


