function flags_selector(flags_name)
{
	switch (flags_name)
	{
		case "standart_r":
			document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"5\">");
			document.write("<tr>");
			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_e.html\"><b>English</b></a></td>");
			document.write("<td><a href=\"http://orchids.green-drop-home.com/index.html\"><b>Русский</b></a></td>");

//			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_e.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/usa_sm40fa.gif\" alt=\"Поменять на Англииский\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
////			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_h.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/israelC3.gif\" alt=\"Поменять на Иврит\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
//			document.write("<td><a href=\"http://orchids.green-drop-home.com/index.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/russiaCx.gif\" alt=\"Поменять на Русский\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
			document.write("</tr></table>");
		break;
		case "standart_e":
			document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"5\">");
			document.write("<tr>");
			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_e.html\"><b>English</b></a></td>");
			document.write("<td><a href=\"http://orchids.green-drop-home.com/index.html\"><b>Русский</b></a></td>");
			
//			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_e.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/usa_sm40fa.gif\" alt=\"Change to English\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
////			document.write("<td><a href=\"http://orchids.green-drop-home.com/index_h.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/israelC3.gif\" alt=\"Change to Hebres\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
//			document.write("<td><a href=\"http://orchids.green-drop-home.com/index.html\"><img src=\"http://orchids.green-drop-home.com/resourses/flags/russiaCx.gif\" alt=\"Change to Russian\" width=\"27\" height=\"20\" border=\"0\"></img></a></td>");
			document.write("</tr></table>");
		break;		
		default:
	}
}
