/*Пререключатель "напишите нам"*/
// JavaScript Document

jQuery(function()
{
jQuery('#Vizov').click(function()
								 {
jQuery('.form_login').fadeIn()
jQuery('#Vizov').hide()
});        
});       

jQuery(function()
{
jQuery('.Login').click(function()
								 {
jQuery('.form_login').hide()
jQuery('#Vizov').show()
});         
});       

