$(document).ready(function () {	
	
	$("#item,#item2,#item3,#item4,#item5,#item6,#item7,#item8,#item9,#item10,#item11,#item12,#item13,#item14,#item15,#item16,#item17,#item18,#item19,#item20").click(function(){		
		$("#dropScreen").show(function(){
			$(this).animate({ marginTop: '1079px', },1000);
		});	
	});
	
	$("#item").click(function(){
		switchid('history');
	});
	
	$("#item2").click(function(){
		switchid('weeds');
	});
	
	$("#item3").click(function(){
		switchid('home');
	});
	
	$("#item4").click(function(){
		switchid('before');
	});
	
	$("#item5").click(function(){
		switchid('tires');
	});
	$("#item6").click(function(){
		switchid('sandblast');
	});
	$("#item7").click(function(){
		switchid('body');
	});
	$("#item8").click(function(){
		switchid('engine');
	});
	$("#item9").click(function(){
		switchid('suspension');
	});
	$("#item10").click(function(){
		switchid('chrome');
	});
	$("#item11").click(function(){
		switchid('interior');
	});
	$("#item12").click(function(){
		switchid('exhaust');
	});
	$("#item13").click(function(){
		switchid('airbags');
	});
	$("#item14").click(function(){
		switchid('glass');
	});
	$("#item15").click(function(){
		switchid('photoshoot');
	});
	$("#item16").click(function(){
		switchid('first');
	});
	$("#item17").click(function(){
		switchid('pancake');
	});
	$("#item18").click(function(){
		switchid('vip');
	});
	$("#item19").click(function(){
		switchid('paintjob');
	});
	$("#item20").click(function(){
		switchid('magazine');
	});
	
	$("#close,#close1,#close2,#close3,#close4,#close5,#close6,#close7,#close8,#close9,#close10,#close11,#close12,#close13,#close14,#close15,#close16,#close17,#close18,#close20,#close19").click(function(){
			$("#dropScreen").animate({ marginTop: '0px', },1000);
	});
});
