function movepic(image_name,img_src) 
{
	document[image_name].src=img_src;
}
var ap="'";
document.write('<td width="148" height="250" valign="top">');
document.write('<div class="banner">');
document.write(' <a href="index.html" onmouseover="movepic('+ap+'index'+ap+','+ap+'images/vindexe.jpg'+ap+')" onmouseout="movepic('+ap+'index'+ap+','+ap+'images/vindex.jpg'+ap+')">  <img src="images/vindex.jpg" alt="vegetarian.hu" height="30" width="140" name="index" border="0" align="top"></a> <br> ');
document.write(' <img src="images/szun.jpg"><br>');
document.write(' <a href="rest.html" onmouseover="movepic('+ap+'rest'+ap+','+ap+'images/vreste.jpg'+ap+')" onmouseout = "movepic('+ap+'rest'+ap+','+ap+'images/vrest.jpg'+ap+')">  <img src="images/vrest.jpg" alt="Restaurants" height="30" width="140"  name="rest" border="0" align="top"></a> <br> ');
document.write(' <a href="store.html" onmouseover="movepic('+ap+'store'+ap+','+ap+'images/vstoree.jpg'+ap+')" onmouseout = "movepic('+ap+'store'+ap+','+ap+'images/vstore.jpg'+ap+')">  <img src="images/vstore.jpg" alt="Stores" height="30" width="140" name="store" border="0" align="top"></a> <br> ');
document.write(' <a href="org.html" onmouseover="movepic('+ap+'org'+ap+','+ap+'images/vorge.jpg'+ap+')" onmouseout = "movepic('+ap+'org'+ap+','+ap+'images/vorg.jpg'+ap+')">  <img src="images/vorg.jpg" alt="Organizations" height="30" width="140" name="org" border="0" align="top"></a> <br> ');
document.write(' <a href="event.html" onmouseover="movepic('+ap+'event'+ap+','+ap+'images/vevente.jpg'+ap+')" onmouseout = "movepic('+ap+'event'+ap+','+ap+'images/vevent.jpg'+ap+')">  <img src="images/vevent.jpg" alt="Events" height="30" width="140" name="event" border="0" align="top"></a> <br> ');
document.write(' <a href="link.html" onmouseover="movepic('+ap+'link'+ap+','+ap+'images/vlinke.jpg'+ap+')" onmouseout = "movepic('+ap+'link'+ap+','+ap+'images/vlink.jpg'+ap+')">  <img src="images/vlink.jpg" alt="Links" height="30" width="140" name="link" border="0" align="top"></a> <br> ');
document.write(' <a href="search.html" onmouseover="movepic('+ap+'search'+ap+','+ap+'images/vsearche.jpg'+ap+')" onmouseout = "movepic('+ap+'search'+ap+','+ap+'images/vsearch.jpg'+ap+')">  <img src="images/vsearch.jpg" alt="Search" height="30" width="140" name="search" border="0" align="top"></a> <br> ');
document.write('</div>');
