/*(top.location == self.location) || (top.location = self.location);*/
function wycieczka()
 {
	window.open("lotnisko.php", "okienko", "toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=no, copyhistory=yes, width=600, height=375, top=25, left=25");
 }

function okienko(co, w, h)
{
  window.open(co, "okienko", "toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=yes, scrollbars=no, copyhistory=yes, top=25, left=25, width=" + w + ", height=" + h)
}
