/*
mpc_nw - nahrazeni target=_blank pro xhtml
*/

function mpc_nw(targetlocation)
{
	return window.open(targetlocation);
};
/*

/* 
 jQuery Tooltip 
 - předpokládá existenci jquery.tooltip.js
*/

$(function() {
	// modify global settings
	$.extend($.fn.Tooltip.defaults, {
		track: true, /* v MSIE nefunguje track a hazi chybu js */
		delay: 0,
		showURL: false
	});
	
	$('form *').Tooltip();
});

