function footer_selector(footer_name)
{
	switch (footer_name)
	{
		case "standart_r":
			document.write("<img src=\"http://orchids.green-drop-home.com/resourses/logo.jpg\" width=\"44\" height=\"22\">");
			document.write("<a href=\"#\">О нас</a> | <a href=\"#\">Карта сайта</a> |"); 
			document.write("<a href=\"#\">Заявление о конфиденциальности</a> |");
			document.write("<a href=\"http://orchids.green-drop-home.com/src/contact_r.html\">Свяжитесь с нами</a> |");
			document.write("&copy;2008 Green Drop Home"); 		
		break;
		case "standart_e":
			document.write("<img src=\"http://orchids.green-drop-home.com/resourses/logo.jpg\" width=\"44\" height=\"22\">");
			document.write("<a href=\"#\">About us</a> | <a href=\"#\">Карта сайта</a> |"); 
			document.write("<a href=\"#\">Privacy Statement</a> |");
			document.write("<a href=\"http://orchids.green-drop-home.com/src/contact_e.html\">Contact us</a> |");
			document.write("&copy;2008 Green Drop Home"); 		
		break;		
		default:
	}
}
