function almenu(x){
	document.getElementById("termekekalmenu").innerHTML=x;
}
function openimage(link,w,h){
		var url='http://botkft.hu/kep.php?img='+link;
		var x=(screen.width-w)/2;
		var y=(screen.height-h-50)/2;
		var attr='width='+w+',height='+h+', left='+x+', top='+y+',resizable=1,scrollbars=1';
		var newwindow = window.open(url, 'Kep', attr);
}