
 function OpenWin(locat){

   locat = 'http://www.maxitrans.cz/'+locat;
   window.open(locat,"_blank","resizable=yes,height=500,width=670");
   return false;
 }



