/******************************************************************************
 *
 *            FUNKCJE ETENDARD
 *
 *
 *
 *
 *
 ******************************************************************************/


function in_array(search, table){
  for(var i in table){
    if(table[i] == search)return i;
  }
  return -1;
}

function openHexity(city) {
	if (city == "czluchow") {
		window.open('http://www.etendard.pl/hexity/czluchow/index.html','','menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,fullscreen=yes,channelmode=no,scrollbars=yes');
	} else {
		window.open('http://www.etendard.pl/hexity/'+ city +'/index2.html', '' ,'menubar=no,toolbar=no,location=no,directories=no,status=no,resizable=yes,fullscreen=yes,channelmode=no,scrollbars=yes');
	}
}
