

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 ($("#searchinput").val()=='' || $("#searchinput").val()==' ') {

	$("#fraza_kraj_region_id").val('');
	$("#fraza_miasto_id").val('');
	$("#fraza_hotel_id").val('');
	$("#hotel_id").val('');

	$("#searchinput").val('');

}



if(r)form.action=r;

}




function form_submit_nowy(form){

  var dojazd = $('#dojazd').val();
  //if (!dojazd)return true;
  

  if (dojazd=='')      var r='/wakacje/';
  else if (dojazd=='1')var r='/wlasny/';
  else if (dojazd=='2')var r='/samolot/';
  else if (dojazd=='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();
 }







function popup( width, height, url ) {
  
  var left = (screen.width/2)-(width/2);
  var top = (screen.height/2)-(height/2);

  var pWin=open( url, 'win', 'width='+width+',height='+height+',left='+left+',top='+top+',status=0,menubar=0,location=0,resizable=0,scrollbars=1,' );
  if( pWin.screenX != null ) {
    pWin.screenX=left;
    pWin.screenY=top;
  }
}






function redirecturl( url ) {
  
	window.location = url;

}




function chstyle(choice) {


  if(choice=='komentarze') {

    $("#komentarze").attr('style', 'display: block;');	
    $("#ophotel").attr('style',    'display: none;');	
    $("#mapas").attr('style',      'display: none;');	
  }


  if(choice=='ophotel') {

    $("#komentarze").attr('style', 'display: none;');	
    $("#ophotel").attr('style',    'display: block;');	
    $("#mapas").attr('style',      'display: none;');	
  }

  if(choice=='mapas') {

    $("#komentarze").attr('style', 'display: none;');	
    $("#ophotel").attr('style',    'display: none;');	
    $("#mapas").attr('style',      'display: block;');	
  }

  //komentarze
  //ophotel
  //mapa

}





function oferta_zmiana(id) {



  if(id=='menu_a') {
	
    $("#menu_a").attr('class','menu_opisy_poz act_mop');
	$("#menu_a_div").attr('style','display:block');
  }
  else {
    $("#menu_a").attr('class','menu_opisy_poz');	
	$("#menu_a_div").attr('style','display:none');	
  }



  if(id=='menu_b') {
	
    $("#menu_b").attr('class','menu_opisy_poz act_mop');
	$("#menu_b_div").attr('style','display:block');
	initialize();
  }
  else {
    $("#menu_b").attr('class','menu_opisy_poz');	
	$("#menu_b_div").attr('style','display:none');	
  }



  if(id=='menu_c') {
	
    $("#menu_c").attr('class','menu_opisy_poz act_mop');
	$("#menu_c_div").attr('style','display:block');
  }
  else {
    $("#menu_c").attr('class','menu_opisy_poz');	
	$("#menu_c_div").attr('style','display:none');	
  }



  if(id=='menu_d') {
	
    $("#menu_d").attr('class','menu_opisy_poz act_mop');
	$("#menu_d_div").attr('style','display:block');
  }
  else {
    $("#menu_d").attr('class','menu_opisy_poz');	
	$("#menu_d_div").attr('style','display:none');
  }



  if(id=='menu_e') {
	
    $("#menu_e").attr('class','menu_opisy_poz act_mop');
	$("#menu_e_div").attr('style','display:block');
  }
  else {
    $("#menu_e").attr('class','menu_opisy_poz');	
	$("#menu_e_div").attr('style','display:none');
  }

}

