/* ShowBlock config B */
	if (!showblock) {
		var showblock = new ShowBlock();
	}

	/* Register */
	showblock.register('hmenu0','h-menu0',false,
		function(item) {
			return 'http://ib.ihned.cz/trans/index.php?id='+item.index+'&url=http://ihned.cz/index.php?p=000000_hmenuZPR';
		},
		function(item,data,result) {
			data.innerHTML = result;
		}
	);
	set_yPos('hmenu0','h-menu0',16);
	
	showblock.register('hmenu1','h-menu1',false,
		function(item) {
			return 'http://ib.ihned.cz/trans/index.php?id='+item.index+'&url=http://ihned.cz/index.php?p=000000_hmenuOM';
		},
		function(item,data,result) {
			data.innerHTML = result;
		}
	);
	set_yPos('hmenu1','h-menu1',16);
	
	showblock.register('hmenu2','h-menu2',false,
		function(item) {
			return 'http://ib.ihned.cz/trans/index.php?id='+item.index+'&url=http://ihned.cz/index.php?p=000000_hmenuNEXT';
		},
		function(item,data,result) {
			data.innerHTML = result;
		}
	);
	set_yPos('hmenu2','h-menu2',16);
/* ShowBlock config E */
