// JavaScript Document
function Show(src,wid,hei) { // Pops up the photo in a remote window.
	OpenWindow = window.open("http://www.budabela.hu/" + src, "remoteWin", "resizable=no, scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, left=10, top=10, bottom=10, width=" + wid + ", height=" + hei);
}
