//window.addEvent('load', onLoad);
window.addEvent('domready', onDomReadyF);

function onDomReadyF() {

		//	inicializacia multiboxu
		var initMultiBox = new MultiBox('mb', {
//			descClassName: 'img_popis',//the class name of the description divs
			//	musim dat false, kedze mam smooth slide, tak pozicia 'left' je niekde v prdeli :-) .. IE ONLY
//			openFromLink:false,
			path: './files/',//path to mp3 and flv players
			useOverlay: true,//use a semi-transparent background. default: false;
//			maxWidth: 600,//max width (set to false to disable)
//			maxHeight: 400,//max height (set to false to disable)
//			addDownload: true,//do you want the files to be downloadable?
//			pathToDownloadScript: './inc/outputFile.php',//if above is true, specify download script
			addRollover: true,//add rollover fade to each multibox link
			addOverlayIcon: false,//adds overlay icons to images within multibox links
			addChain: false,//cycle through all images fading them out then in
			recalcTop: true//subtract the height of controls panel from top position
		});
	
	
}