function breadCrumb_selector(breadCrumb_name)
{
	switch (breadCrumb_name)
	{
		case "standart_r":
			document.write("<a href=\"http://orchids.green-drop-home.com/\">Домой /");
//			document.write("<a href=\"http://www.green-drop-home.com/\" target=\"_blank\">Green Drop Home</a> /");
			document.write("<a href=\"http://shop.green-drop-home.com/\" target=\"_blank\">Магазин</a>");
		break;
		case "standart_e":
			document.write("<a href=\"http://orchids.green-drop-home.com/index_e.html\">Home /");
//			document.write("<a href=\"http://www.green-drop-home.com/index_e.html\" target=\"_blank\">Green Drop Home</a> /");
			document.write("<a href=\"http://shop.green-drop-home.com/\" target=\"_blank\">Shop</a>");
		break;		
		default:
	}
}
