// JavaScript Document
function showpic(smallpic) { 
	bigpicture=open('','bigpicture','width=746,height=560');
	bigpicture.document.open();
	bigpicture.document.write('<html>\n<head>\n');
	bigpicture.document.write('<title>Templomok, kápolnák, harangtornyok Zala megyében</title>\n');
	bigpicture.document.write('</head>\n<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">\n');
	bigpicture.document.write('<a href="javascript:close();"><img src="../pics_big'+smallpic.substring(smallpic.length-13,smallpic.length)+'" border="0" onLoad="window.focus()" width="746" height="560" alt="Bezáráshoz kattintson a képre!"></a>\n</body>\n</html>');
	bigpicture.document.close();
}

