function GisF1(title)
{
var path = "../default.htm";
if (title == "Kezdőlap")
{
path = ""
}


document.write('<table width="100%" cellspacing="0" cellpadding="0">');
document.write('<tr><td>');
document.write('<table width="80"  align="left">');
document.write('<tr><td><br><br><br><br><br><br></td></tr>');
document.write('<tr><td><A HREF="' + path + 'plusz/media2005.html" class="menu2">Médiaajánlat</A></td></tr>');
document.write('<tr><td><A HREF="' + path + 'plusz/hirdetes.html" class="menu2">Hirdetés-megrendelés</A></td></tr>');
document.write('<tr><td><A HREF="' + path + 'plusz/impresszum.html" class="menu2">Impresszum</A></td></tr>');
document.write('<tr><td><br></td></tr>');
document.write('<tr><td><A HREF="http://gisfigyelo.geocentrum.hu/webmester/index_webmester.html" class="menu2">Webmester</A></td></tr>');
document.write('<tr><td><A HREF="' + path + 'kereses/index_keresesi_utmutato.html" class="menu2">Keresésinfo</A></td></tr>');
document.write('<tr><td><br></td></tr>');
document.write('<tr><td><A HREF="http://gisfigyelo.geocentrum.hu/index.html" class="menu2">GIS Figyelő</A></td></tr>');
document.write('<tr><td><A HREF="http://www.hungis.hu/" class="menu2">HUNGIS</A></td></tr>');
document.write('<tr><td height="10">&nbsp;</td></tr>');
document.write('</table>');
document.write('</tr></td>');
document.write('<tr>');
document.write('</tr></table>');


}

function callurl(url)
{
//	alert(url);
}

function GisF2(title)
{
var path = "../default.htm";
if (title == "Kezdőlap")
{
path = ""
}

document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr height="50"><td>');
document.write('<form action="' + path + 'kereses/kereses.php" method="get" name="search">');			
document.write('<table width="270" border="1" align="left" cellpadding="0" cellspacing="0" bordercolor="#9E9E9E">');
document.write('<tr><td height="31" align="center"  bgcolor="#cccccc">&nbsp;'); 
document.write('<input type="text" class="kereses" name="searchword" size="25">');
document.write('&nbsp;&nbsp; <input type="submit" name="Submit" value="Keresés"></td>');
document.write('</tr></table></form></td></tr><tr>');
document.write('<td height="16"><p><font color="#666666" size="2">&nbsp;<strong>A Térinformatika szaklap online változata</strong></font></td></tr></table>');
}

