<!--
function clearField(id) {
	document.getElementById(id).value='';
}
function insertToField(id, str) {
	document.getElementById(id).value=str;
}
function dispOther(url, width, height) {
   var Win = window.open(url,"dispBombki",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no,top=50,left=70');
}
//-->
