function open_doc(cime,szelesseg,magassag){
	if (typeof usrwindow != 'undefined'){
		if (!usrwindow.closed)
			{usrwindow.close();
		}
	}
	usrwindow=window.open(cime,'ablak','top=0,left=0,resizable=no,hotkeys=yes,topmargin=0,leftmargin=0,marginwidth=0,marginheight="0",width='+szelesseg+',height='+magassag);
	return
}

/* teszt 2002. szept. 20. */

function tablaredhead(title) {
	document.write("<table cellpadding='0' cellspacing='0' border='0' width='184'><tr><td><img src='../osimg/ledfej11.jpg' width='9' height='23' border='0'></td><td><img src='../osimg/ledempty.jpg' width='15' height='23' border='0'></td><td background='../osimg/ledfejbgr.jpg'><img width='7' height='1' border='0'></td><td background='../osimg/ledfejbgr.jpg' class='text' align='center' width='107'><b>" + title + "</b></td><td><img src='../osimg/ledfej13.jpg' width='46' height='23' border='0'></td></tr></table>");
	return
}

function havimenu (url,title) {
	document.write("<tr><td width='1' background='../osimg/boxpotty.jpg'></td><td><img src='../osimg/pixel_trans.gif' width='10' height='15' border='0'></td><td width='150'><a href=" + url + ".html class='panel'>" + title + "</a></td><td><img src='../osimg/pixel_trans.gif' width='10' height='1' border='0'></td><td width='13' background='../osimg/boxpotty1.jpg'></td></tr>");
	return
}

function tablaalja(szeles) {
	szeles1 = szeles - 25;
	document.write("<table cellpadding='0' cellspacing='0' border='0' width=" + szeles + "><tr><td><img src='../osimg/box30.jpg' width='12' height='13' border='0'></td><td background='../osimg/box31.jpg'><img src='../osimg/pixel_trans.gif' width='" + szeles1 + "' height='13' border='0'></td><td><img src='../osimg/box32.jpg' width='13' height='13' border='0'></td></tr></table>");
	return
}

/* 2006. április elejes */

function cube(url,cim,datum,mondat){
	document.write("<tr><td class='kishir'><a href=../"+url+" class='graytext'>"+cim+"</a><br><p class='date'>"+datum+"</p>"+mondat+"</td></tr>");
};

function dotline() {
	document.write("<tr><td class='vonal'>&nbsp;</td></tr>");
	return
};
		
function anews(url,cim,datum,mondat){
	document.write("<tr><td class='kishir'><a href=../"+url+" class='graytext'>"+cim+"</a><br><p class='date'>"+datum+"</p>"+mondat+"</td></tr>");
	return
};


