$(document).ready(function(){
						   
buka();

						   });



function buka(){
	
	

$('#popup').animate({
    height: '295px',
	
	
  }, 2000, 'linear',function(){
	 
	
										   
	$('#bukapopup').fadeOut('fast', function(){										   
		$('#tutupopup').fadeIn('fast')								   
										   
										   });
	
  });	


}


function bukatutup(){
	
 var tanda = document.getElementById('popup').style.width;
 
 
 if(tanda=='369px') {
	 
	 $('#popup').animate({
    width: '0px',
	
	
	
  }, 1000, 'linear',function(){
	$('#img').css('width','0px'); 
	 $('#poin').html('<img src="new_images/close-ads.png" border="0" />');
  });

 } else {
	 
	 
	buka(); 
	 
 }
		
}




 function keluar() {
	 $('#popup').animate({
    			height: '20px',
    }, 2000,
     
	 function(){
	       
		    		$('#popup').animate({
    				height: '80px',
    			}, 400, function(){
		
		
					$('#popup').animate({
    				height: '20px',
    			}, 400, function(){		
		
		   
		   
		   $('#tutupopup').fadeOut('fast', function(){
													
					$('#bukapopup').fadeIn('fast');								
													
													});
	
	
				});
      });
			
	  });
	 
	 
	 
}
	 
