function OpenLimitField() 
{ 

		if (document.forms[0].limitto.value > 0)
		{
		document.forms[0].obrezat.checked = true
		}

		else document.forms[0].obrezat.checked = false
		
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}