
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>

<head>



	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
	<meta http-equiv="Content-Language" content="pl">
	<meta http-equiv="Author" content="luk@emapa.pl">
	<link rel="stylesheet" href="pusty.css">
	
	<title>Emapa Asp</title>

<!-- definicja stylow potrzebnych do wyswieltania divow z informacjami o ikonie -->  
	
	<style type="text/css">
#dhtmltooltip{
position: absolute;
left: -300px;
width: 260px;
height: 32;
font-size: 10px;
line-height: 13px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 101;
/*Remove below line to remove shadow. Below line should always appear last within this CSS
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 100;
visibility: hidden;
}
</style>	
		
</head>

<body margin="0" bgcolor="#ffffff">


<script type="text/javascript">

/***********************************************
* Cool DHTML tooltip script II- C Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX= 0 //Customize x offset of tooltip
var offsetfromcursorY=-32 //Customize y offset of tooltip

var offsetdivfrompointerX= 20 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=-31 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<img id="dhtmlpointer" src="arrow2.gif">') //write out pointer image
document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV


var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip

</script>


<script TYPE="text/javascript" LANGUAGE="javascript" SRC="default.js"></script>
				
<script language="JavaScript">

function validate_form(){

        valid = true;    
document.all.grupa0.checked = true;


tfld = document.form.City2.value;

  
     


var numdigits = 0;
for (var j=0; j<tfld.length; j++) numdigits++;
    
                if ((numdigits<3) && (numdigits==0))     
          {
          alert ("Proszę podać minimum 3 znaki w polu miasto.");
          valid = false;
          }    

    
tfld2 = document.form.Street2.value
var numdigits2 = 0;
for (var j2=0; j2<tfld2.length; j2++) numdigits2++;
    
          if ((numdigits2<3) && (numdigits2>0))        
        
          {
          alert ("Proszę podać minimum 3 znaki w polu ulica.");
          valid = false;
          }
         
       
return valid;

}
</script>









<!--<script TYPE="text/javascript" LANGUAGE="javascript" SRC="default.js"></script>-->






	<!--<FORM NAME="formularz" onSubmit="javascript: return validate_form ();" onSubmit="javascript: window.location.reload(); return false">-->
	<!--<FORM NAME="formularz" onSubmit="javascript: window.location.reload(); return false"> onchange="javascript: return validate_form (); window.location.reload(); return false"--->

<!-- poczatek lewego formularza --> 
	<FORM NAME="formularz" >
<input  class="form" type=submit STYLE="display:none" name=NewSearch  value="Szukaj" onClick="javascript: return validate_form (); window.location.reload(); return false">

<!-- glowna tabela obejmuje w kolumnach formularz i mape -->
	<div id="legenda"><img src="img/legenda_tlo.gif"></div>
	<table  class="cala_mapa" valign="top" width=370 border=0 id="tabela01">

	
      
              <table valign="top" width="100%" border="0" class="tabela_0" id="tabela_03">
<script TYPE="text/javascript" LANGUAGE="javascript" SRC="default.js"></script>

								
    <!--
								<tr>
									<td colspan=2 align=center></td>
								</tr>-->
    
							</table>			
						
  
						<!--	<table width="100%">
								<tr>
									<td><input type=submit name=SetHomePoint value="Ustaw"></td><td>Punkt<br>domowy</td>
								</tr>
								</table>-->
							
              
              	
								<script TYPE="text/javascript" LANGUAGE="javascript" SRC="default.js"></script>
											<script type="text/javascript">
</script>
								

								
				
								
<input type=hidden name=SeekByRad value="Szukaj">




						</td>
					</tr>
				</table>
			
			</td>

	<td valign="top" id="Tabela_sprawdzic1">
	
  		
				<table valign="top"  cellpadding="0" cellspacing="0" border = "0" id="Tabela_ze_wszystkim">
			
					<tr>
					
						<td valign="top" id="pusta">

	
  					
		

							<table valign="top"   cellpadding="0" cellspacing="0" border=0 id="Tabela_sprawdzic3">
							
										</table>
	</td>

<!--- zoom pionowy koniec --->
	  
									<td valign=top bgcolor="#FFFFFF">
							
									
<!-- wyswietlanie mapy -->

										<table align="top"  cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" border="0" class="skala" id="Tabela_mapa_suwaki"> <!--tabela z zoomem poziomym -->
											<tr valign="middle" class="naglowek">
												<td valign="middle" class="naglowek"><img src="img/naglowek.gif"></td>
											</tr>
											
											<tr id="dodany_znacznik_TR">
											<td valign=top>
										<table valign="top"  cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" border="0" class="skala" id="skalowanie"><!--tabela do zoomu, poszczegolne komorki-->
										<tr class="skala" valign='top'>
											
										<td class="skala"><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&ObjectName=
&City2=
&County2=
&ZIP2=
&Street2=1
&Szukaj=
&Number=
&MapPos.x=185
&MapPos.y=105
&NewSearch=
&SeekByRad=Szukaj1
&SeekByCount=
&Radius=10000
&Count=5
&Grupy=1
&Icons2=
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapX=
&MapY=
&Kas=
&List=
&Command=
&Zoom=1"><img src="img/minus.gif" border=0 alt="Oddalanie" vspace=1></a></td>
																			<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&County2=&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=2"><img src="img/2z.gif" border=0 alt="x1" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=3"><img src="img/3.gif" border=0 alt="x2" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=4"><img src="img/4.gif" border=0 alt="x3" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=5"><img src="img/5.gif" border=0 alt="x4" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=6"><img src="img/6.gif" border=0 alt="x5" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=7"><img src="img/7.gif" border=0 alt="x6" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=8"><img src="img/8.gif" border=0 alt="x7" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=9"><img src="img/9.gif" border=0 alt="x8" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=10"><img src="img/10.gif" border=0 alt="x9" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=11"><img src="img/11.gif" border=0 alt="x10" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=12"><img src="img/12.gif" border=0 alt="x11" vspace=1></a></td>
								<td valign='top'><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&Street2=1&MapPos.x=185&MapPos.y=105&City2=&Strona=11&ZIP2=&Number=&NewSearch=&SeekByRad=1&SeekByCount=&Radius=10000&Count=5&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapX=&MapY=&Command=&Zoom=13"><img src="img/13.gif" border=0 alt="x12" vspace=1></a></td>

										<td class="skala"><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&ObjectName=
&City2=
&County2=
&ZIP2=
&Street2=1
&Szukaj=
&Number=
&MapPos.x=185
&MapPos.y=105
&NewSearch=
&SeekByRad=11
&SeekByCount=
&Radius=10000
&Count=5
&Grupy=1
&Icons2=
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapX=
&MapY=
&Kas=
&List=
&Command=
&Zoom=3
"
%><img src="img/plus.gif" border=0 alt="Przyblizanie" vspace=1></a></td>

											
											<!-- KOSZ tu wywalony -->
											<!-- wywalone drukowanie --></tr>
											</table>
									
											</td>
											</tr>
                                            
 
											<tr>
												<td colspan=5>
												
											
											
												<table align="top"  cellpadding="5" cellspacing="5" height="10" border="0">

										<table align="top"  bgcolor="#00FF33"  bordercolor="#00CCFF"  height="100" cellpadding="0" cellspacing="0" width="10" border="0" class="tabela_0">
										
						
									
										
												<table align="top"  border=0 class="tabela_0"><tr><td><table class="mapa" align="top"  id="t1" width="100%" border="0" cellspacing="0" cellpadding="0"><!--mapa i przesuwanie mapy-->
												
												
                                                  <tr class="mapa">
                                                    <td class="mapa" height="10"><!------START LEWY GORNY----> 

<a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&div=1
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=95
&MapPos.y=35
&Zoom=2"><img class="strzalka" src="img/strzalka_lg.gif"></a>

<!------KONIEC LEWY GORNY----> 
</td>
<td class="mapa" align="center" height="10">
<!------START GORNY---->

<img class="strzalka" src="img/mapa_g1.gif"><a href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2&City2=&div=1&Street2=1&ZIP2=&Count=&County2=&Strona=1&Icons=1&Grupy=1&grupa0=on&grupa1=&grupa2=&grupa3=&grupa4=&grupa5=&grupa6=&grupa7=&grupa8=&grupa9=&MapPos.x=185&MapPos.y=35&Zoom=2"><img class="strzalka" src="img/strzalka_g.gif"></a><img class="strzalka" src="img/mapa_g2.gif">

<!------KONIEC GORNY---->
</td>
                                                    <td class="mapa" height="10">
<!------START PRAWY GORNY---->

<a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=275
&MapPos.y=35
&Zoom=2"><img class="strzalka" src="img/strzalka_lp.gif"></a>

<!------KONIEC PRAWY GORNY---->
</td>
                                                  </tr>
                                                  <tr class="mapa"><td class="mapa" width="8" height="10" align="center">
<!------START LEWY---->
             
<img class="strzalka"src="img/mapa_l1.gif"><a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=95
&MapPos.y=105
&Zoom=2"><img class="strzalka" src="img/strzalka_l.gif"></a>
<img class="strzalka"src="img/mapa_l2.gif">
<!------KONIEC LEWY----> 
</td>
<td><input type=image  name=MapPos width=370 height=210 src="mapimg.asp?Port=6082"></td>
<td class="mapa"  width="8"align="center">
<!------START PRAWY---->

<img class="strzalka"src="img/mapa_p1.gif"><a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=275
&MapPos.y=105
&Zoom=2"><img class="strzalka" src="img/strzalka_p.gif"></a>
<img class="strzalka"src="img/mapa_p2.gif">
<!------KONIEC PRAWY---->
</td>
                                                  </tr>
                                                  <tr class="mapa">
                                                    <td class="mapa" height="10">
<!--------- START LEWY DOLNY  -------->

<a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=95
&MapPos.y=165
&Zoom=2"><img class="strzalka" src="img/strzalka_ld.gif"></a>

<!--------- KONIEC LEWY DOLNY  -------->
</td>
<td align="center" class="mapa" height="10">
<!--------- START DOLNY  -------->

<img class="strzalka"src="img/mapa_d1.gif"><a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=185
&MapPos.y=165
&Zoom=2"><img class="strzalka" src="img/strzalka_d.gif"></a><img class="strzalka"src="img/mapa_d2.gif">

<!--------- KONIEC DOLNY  -------->
</td>
<td class="mapa" height="10">
<!--------- START PRAWY DOLNY  -------->

<a class="strzalka" href="http://emapa.kredytbank.pl/placowki/mapa.asp?Page=2
&City2=
&Street2=1
&ZIP2=
&Count=
&County2=
&Strona=1
&Icons=1
&div=1
&Grupy=1
&grupa0=on
&grupa1=
&grupa2=
&grupa3=
&grupa4=
&grupa5=
&grupa6=
&grupa7=
&grupa8=
&grupa9=
&MapPos.x=275
&MapPos.y=165
&Zoom=2"><img class="strzalka" src="img/strzalka_pd.gif"></a>

<!--------- KONIEC PRAWY DOLNY  -------->
</td>
                                                  </tr>
												  
										
                                                </table>
                                                
												</td>
                        
                        
                        </table>
                        
                        
                        </td>
                        
                        
                        </tr>
                        
                        </table>
                        	
                        	
<!----START PRAWY PANEL--->
                            	                           	
                            
                          <td valign="top">
                          
                           <input type=hidden name=Page value="2">
                           <input type=hidden name=Grupy value="1">
                              <input type=hidden name=grupa0 value="on">
                             <input type=hidden name=div value="1">
                             <input type=hidden name=Kas value="">
                             <input type=hidden name=Res value="">
                          <input type=hidden name=City2 value="">
                           <input type=hidden name=Zoom value="2">
                             <input type=hidden name=Street2 value="1">
                               <input type=hidden name=ShowResults value="">
                     </form>
                       <form name="form">
<input  class="form" type=button STYLE="display:none" name=NewSearch  value="Szukaj" onClick="javascript: return validate_form (); window.location.reload(); return false">
<!-- TABELA Z PRAWYM PANELEM WYSZUKIWANIA -->

<table valign="top" width="191" border ="0"  cellpadding="0" cellspacing="0" id="panel_szukania">

<tr><td class="panel_szukanie1" height="20"><div class="panel_p"><a href="http://www.kredytbank.pl/o_banku/placowki" target="_parent" class="link_kb">Placówki KB</a></div>
</td></tr>
<tr><td class="panel_szukanie1" height="20"><div class="panel_p"><a href="http://www.kredytbank.pl/o_banku/centra" target="_parent" class="link_kb">Centra KB</a></div>
</td></tr>

<tr valign="top">
<td class="panel_szukanie2" width="191" height="231">
<table class="panel_left" valign="top" border ="0"  cellpadding="0" cellspacing="0" id="parametry_szukania">
	<tr class="panel_left">
		<td colspan="2">
		<div class="panel_p"><div class="bolder_p">Wyszukiwanie placówek:</div></div>
		</td>
	</tr>
	<tr class="panel_left">
		<td width="100">
		<div class="panel_p">miasto:</div>
		</td>
		<td>
		<div class="panel_p">kod&nbsp;pocztowy:</div>
		</td>
	</tr>
	<tr>
		<td width="100">
		<div class="panel_p"><input class="memorize" type=text size=14 name=City2 value=""></div>
		</td>
		<td>
		<div class="panel_p"><input  class="memorize" type=text size=9 name=ZIP2 value=""></div>
		</td>
	</tr>
	<tr class="panel_left">
		<td colspan="2">
		<div class="panel_p">ulica:</div>
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<div class="panel_p"><input class="memorize" type=text size=32 name=Street2 value=""></div>
		</td>
	</tr>
	<tr class="panel_left">
		<td colspan="2">
		<div class="panel_p">województwo:</div>
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<div class="panel_p"><select class="form" name=County2>
                                    <option></option> 
                                    <option>dolno¶l±skie</option>
                                    <option>kujawsko-pomorskie</option>
                                    <option>lubelskie</option>
                                    <option>lubuskie</option>
                                    <option>łódzkie</option>
                                    <option>małopolskie</option>
                                    <option>mazowieckie</option>
                                    <option>opolskie</option>
                                    <option>podkarpackie</option>
                                    <option>podlaskie</option>
                                    <option>pomorskie</option>
                                    <option>¶l±skie</option>
                                    <option>¶więtokrzyskie</option>
                                    <option>warmińsko-mazurskie</option>
                                    <option>wielkopolskie</option>
                                    <option>zachodniopomorskie</option>
				</select>
		</div>
		</td>
	</tr>
	<tr class="panel_left">
		<td width="100">
		<div class="panel_p">liczba wyników:</div>
		</td>
	




		<td>
		<div class="panel_p">&nbsp;</div>
		</td>
	</tr>
	<tr>
		<td width="114">
			<div class="panel_p"><select name=Count> ilo¶ć
  						   <!-- <option></option>name=County2 name=ZIP2 -->
  						  
						         <option>5</option>
						         <option>1</option> 	  
						         <option>10</option>
						         <option>15</option>
						         <option>20</option>
						         
						                   						 
							</select>
			</div>
		</td>
		<td align="right">
			<script type="text/javascript" src="formretain.js">
			/***********************************************
			* Recall Form Values script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
			* This notice MUST stay intact for legal use
			* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
			***********************************************/
			</script>
			
	
			
			<input  class="form" type=submit name=NewSearch  value="Szukaj" onClick="javascript: return validate_form (); window.location.reload(); return false">
			
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<input type=hidden name=Page value="2">
		
		<input type=hidden name=Grupy value=1 checked>
		<div class="panel_p">
		
<input type=hidden name=SeekByRad value="Szukaj">

<input type=hidden name=NewSearch value="Szukaj">
								<tr><td><input type=checkbox  STYLE=display:none name=grupa0 checked></td><td><!--<img src=groupicon.asp?index=0 width=16 height=16 border=0>&nbsp;Placówka Kredyt Banku S.A.--></td></tr>
	
								<script TYPE="text/javascript" LANGUAGE="javascript" SRC="default.js"></script>
											<script type="text/javascript">
</script></div>
								
<!--<input type=hidden name="Icons2" value="Milk" checked>-->
		</td>
	</tr>
	

	
</table id="parametry_szukania">
</td>
</tr>
</table>
</td>
        <!--</form>
             </form>-->
         
           <!-----KONIEC PRAWY PANEL---->
           
           
           
                        </td>
                        
        
												</tr>

											<!--
 ==============================================================================================																	
 Tabela z wynikami szukania tekstowego
-->										 	

	



						</td>
					</tr>
	</form>
	


				</table>		       
      
          
			</td>
		</tr>
	</table>
											
							


		
<table>

</table>
</body>
</html>


 <!--
 	
 
 		<HTML>
 
 		<HEAD>
 		<TITLE></TITLE>
 		</HEAD>
 
 		<BODY BGCOLOR="#C0C0C0">
 
 		<FONT FACE="ARIAL">An error occurred in the execution of this ASP page<BR>
 		Please report the following information to the support desk luk@emapa.pl<P>
 <B>Page Error Object</B><BR>
 Error Number <BR>
 Error Description <BR>		
 			Source <BR>
 			LineNumber <BR>
 
 	</FONT>
 
 	</BODY>
 	</HTML>
 -->
 