
function changeArea(id)
{
	if(document.getElementById)
	{
		//alert();
		document.getElementById("form_area").options.selectedIndex = id;
	}
}
