function UploadFile()
{
	$('file-input').value = Form.Element.getValue('soubor');
}

function UploadFileMultiple(elementId, elementName)
{
	$(elementId).value = Form.Element.getValue(elementName);
}

function BigImg2(path,image,description) {
   window.open('/image.php?source='+path+'&img='+image+'&title='+description, 'blank', 'toolbar=no');
   return false;
}

function BigImg(path,image) {
   window.open('/image.php?source='+path+'&img='+image, 'blank', 'toolbar=no');
   return false;
}

function FullImg(image) {
   window.open('/image.php?source&img='+image, 'blank', 'toolbar=no');
   return false;
}