$(document).ready(function(){
	$('#header  .search .inp_1').focus(function(){
			if (this.value=='Поиск товара') this.value='';							
												});
	$('#header  .search .inp_1').blur(function(){
			if (this.value=='') this.value='Поиск товара';							
												});
				
	});	


