﻿
/////////////////////////
//
function updateDefault()
{
	if(document.getElementById('txtMapChanged').value == 'true')
	{
		parent.location = "default.aspx?karta=" + document.getElementById('MapsDropDownList').value;
	}
}
