$(function(){
  $("div.vipaduha").mouseover(function(){  	$("#"+$(this).attr("rel")).show();
	}).mouseout(function(){
		$("#"+$(this).attr("rel")).hide();
	});


	var width = ($("body").width()-758)/2;
  $("body").css({"padding-left":width});
  $("div.topphone").css({"left":width+730});
  $("div.tachka").css({"left":width+193});
	if(window.location.href=='http://logisticworld.ru/contacts.html'){		$('.bloki img').css('width','100%');		}
});

function addfile(a){	$("div.fileblock").after('<div class="af">Файл: <input name="file[]" type="file"><input type="button" value="удалить" onclick="removefile(this);"><br>Описание: '+
	'<input name="comment[]" type="text" value="" style="width: 400px;"></div>');
}
function removefile(a){	$(a).parents("div.af").remove();
}
