/* JavaScriptek */
/* 2004.08. szg.js */

/*******************************/
function kepCsere(mit,mire)
{
   if(document.images)
   {
	document.images[mit].src = eval(mire).src;
   }
   else
	alert("Nem kép!");			
}
/********************************/
function fenykepAlbum(targethtml,windowname, width, height)
{
	ablak=open(targethtml,windowname,
  "width="+width+",height="+height+",status=no,menubar=0");
  
} 
/********************************/