//var $J = jQuery.noConflict();

jQuery(document).ready(function(){
	$("#menu").corner("round tr br");

	$(".infrastructure tr:even").css('background-color', '#f4f4f4');
/*
	$(".foto_block").hover (
		function(){$("a.foto_title, a.foto_descr", this).css('text-decoration', 'underline');},
		function(){$("a.foto_title, a.foto_descr", this).css('text-decoration', 'none');}
	);
*/	
	$(".foto_block a.foto_title, .foto_block a.foto_descr").click(function(){
		//$(this).parents('div..foto_block').find('table').toggle(500);
		$(this).parents('div.foto_block').find('.hide').toggle(500);
	});
	
/*	
	//vysota dlya vtoryh stranic
	$(".second .right").each(function()
	{
		if ($(document).height() <= $(window).height()) {
			$(this).height($(document).height() - 125);
		}
	});
*/	
	// mailtos
	$("a.maillink").each(function()
	{
		js_mail_addr = $(this).attr('href').replace(/\[dog\]/, '@').replace(/\[dot\]/, '.');
        js_mail_addr = $.trim(js_mail_addr.replace(/mailto\:/, ''));
	    $(this).html(js_mail_addr);
	});
	$("a.maillink").click(function()
	{
		js_mail = $(this).attr('href').replace(/\[dog\]/, '@').replace(/\[dot\]/, '.');
		window.location = js_mail;
		return false;
	});


/*

*/

});

