﻿
function writeFlash(path,width,height){
document.write('<object type="application/x-shockwave-flash"  data="'+path+'" height="'+height+'" width="'+width+'" >'+
              '<param name="autoStart" value="-1" />'+
              '<param name="movie" value="'+path+'" />' +
              '<param name="play" value="true" />' +
              '<param name="loop" value="true" />' +
              '<param name="quality" value="high" />' +
              '<param name="scale" value="noborder" />' +
              '<param name="devicefont" value="true" />' +
              '<param name="bgcolor" value="#FFFFFF" />' +
              '</object>');}

function writeFlashh(path){
document.write('<object type="application/x-shockwave-flash"  data="'+path+'" height="398" width="580" >'+
              '<param name="autoStart" value="-1" />'+
              '<param name="movie" value="'+path+'" />' +
              '<param name="play" value="true" />' +
              '<param name="loop" value="true" />' +
              '<param name="quality" value="high" />' +
              '<param name="scale" value="noborder" />' +
              '<param name="devicefont" value="true" />' +
              '<param name="bgcolor" value="#FFFFFF" />' +
              '</object>');}
// JavaScript Document
function external() {
 if (document.getElementsByTagName) {
  var i, a;
  a = document.getElementsByTagName('a');
  for (i in a) {
  if (a[i].rel == 'external') a[i].target = '_blank';
  }
 }
}

text="";
window.onload = function() {
if(text!="")alert(text);
external();
}

wokno=null;

function show_popup(href,name,width,height){
 
  var int_windowLeft = (screen.width - width) / 2;
  var int_windowTop = (screen.height - height) / 2;
  
try{
      wokno.close();
}catch(e){}
      
wokno=null;

//wokno=window.open("http://agrio.sk/showFoto.php?href=" + href + "", "Agrio - archív","resizable=no;scrollbars=yes;titlebar=no;status=no;toolbar=no,menubar=no,height="+height+",width="+width+",top="+int_windowTop+",left="+int_windowLeft+"");
wokno=window.open( 'http://www.tbcompany.cz/showFoto.php?href='+href, 'obrazok', 'top='+int_windowTop+', left='+int_windowLeft+', width='+width+',height='+height+',resizable=yes,scrollbars=1')
}

function show_info(href,name,width,height){
 
  var int_windowLeft = (screen.width - width) / 2;
  var int_windowTop = (screen.height - height) / 2;
  
try{
      wokno.close();
}catch(e){}
      
wokno=null;

//wokno=window.open("http://agrio.sk/showFoto.php?href=" + href + "", "Agrio - archív","resizable=no;scrollbars=yes;titlebar=no;status=no;toolbar=no,menubar=no,height="+height+",width="+width+",top="+int_windowTop+",left="+int_windowLeft+"");
wokno=window.open( 'http://www.tbcompany.cz/showDetails.php?idvozika='+href, 'info', 'top='+int_windowTop+', left='+int_windowLeft+', width='+width+',height='+height+',resizable=yes,scrollbars=1')
}

function show_n(href,name,width,height){
 
  var int_windowLeft = (screen.width - width) / 2;
  var int_windowTop = (screen.height - height) / 2;
  
try{
      wokno.close();
}catch(e){}
      
wokno=null;

//wokno=window.open("http://agrio.sk/showFoto.php?href=" + href + "", "Agrio - archív","resizable=no;scrollbars=yes;titlebar=no;status=no;toolbar=no,menubar=no,height="+height+",width="+width+",top="+int_windowTop+",left="+int_windowLeft+"");
wokno=window.open( href, '', 'top='+int_windowTop+', left='+int_windowLeft+', width='+width+',height='+height+',resizable=no,scrollbars=no')
}
function chloc(as){
window.location="http://www.tbcompany.cz/"+as;
}

