

function img_preview(url,width,height){

if(!url)url='';
if(!width)width=100
if(!height)height=100


if (!document.all)pop = window.open(url, 'pop', 'toolbar=no,menubar=no,personalbar=no,innerWidth='+width+',innerHeight='+height+',scrollbars=no,resizable=no,top=100,left=200');
 else pop = window.open(url, 'pop', 'channelmode=no,directories=no,height='+height+',width='+width+',location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,top=100,left=200');
  
 
 pop.focus();

}

function map_preview(url,width,height){

if(!url)url='';
if(!width)width=100
if(!height)height=100


if (!document.all)pop = window.open(url, 'pop', 'toolbar=no,menubar=no,personalbar=no,innerWidth='+width+',innerHeight='+height+',scrollbars=no,resizable=no,top=100,left=200');
 else pop = window.open(url, 'pop', 'channelmode=no,directories=no,height='+height+',width='+width+',location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,top=100,left=200');
  
 
 pop.focus();

}

var set_date_false=false;



function form_submit(form){

dojazd =document.getElementById('dojazd');
if (!dojazd)return true;
if (dojazd.value=='')var r='wakacje/';
else if (dojazd.value=='1')var r='wlasny/';
else if (dojazd.value=='2')var r='samolot/';
else if (dojazd.value=='3')var r='autokar/';

if(r)form.action=r;

}




function popup(url,width,height,scroll){

if(!url)url='';
if(!width)width=100
if(!height)height=100
if(!scroll)scroll=0;

if (!document.all)pop = window.open(url, '_blank', 'toolbar=no,menubar=no,personalbar=no,innerWidth='+width+',innerHeight='+height+',scrollbars='+scroll+',resizable=no,top=100,left=200');
 else pop = window.open(url, '_blank', 'channelmode=no,directories=no,height='+height+',width='+width+',location=no,menubar=no,resizable=no,scrollbars='+scroll+',toolbar=no,top=100,left=200');
  
 
 pop.focus();
 }
