$(document).ready(function () {


/**************odkaz do nového okna***********************/
	 
$("a.popup").each(function (i) {
this.onclick=function() { 
return !window.open(this.href);
}
});


/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

});

