// pro zmenu rozmeru zadanych banneru
function Recount(theform) {
banner = (document.getElementById('position').value);
if(banner=='1'){
theform.width.value = 468;
theform.height.value = 60;
}
if(banner=='2'){
theform.width.value = 468;
theform.height.value = 120;
}
if(banner=='3'){
theform.width.value = 140;
theform.height.value = 240;
}
if(banner=='4'){
theform.width.value = 140;
theform.height.value = 400;
}
if(banner=='5'){
theform.width.value = 140;
theform.height.value = 240;
}
if(banner=='6'){
theform.width.value = 140;
theform.height.value = 400;
}
}
//fancybox - skupina obrazku / iframe do okenka
$(document).ready(function() {
$("a[rel=gallery]").fancybox({
'transitionIn' : 'none',
'transitionOut' : 'none',
'titlePosition' : 'over',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
return 'Obrázek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' ' + title : '') + '';
}
});
$("#iframe").fancybox({
'width' : '55%',
'height' : '55%',
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
$("a[rel=swf]").fancybox({
'width' : '55%',
'height' : '55%',
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
$("#flash").fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none'
});
});
// otvirani popupu
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i