if (!window.relPot)
	{ relPot = '../' }

function zacetek()
{
	document.write('<div align="center">');
	document.write('<table width="1000" border="0" cellspacing="0" cellpadding="0" background="' + relPot + 'images/ozadje.jpg">');
	document.write('			<tr>');
	document.write('		<td colspan="2" width="1000"><iframe frameborder="0" allowtransparency="true"background-color="transparent" width="1000" height="226" src="' + relPot + 'glava.html"></iframe></td>');
	document.write('	</tr>');
	document.write('			<tr height="371">');
	document.write('				<td style="background: url(' + relPot + 'images/menuOzadje.gif)" valign="top" height="371">');
	document.write('					<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">');
	document.write('						<tr height="15">');
	document.write('							<td height="15"></td>');
	document.write('						</tr>');
	document.write('						<tr height="372">');
	document.write('							<td height="372">');
	document.write('								<iframe frameborder="0" scrolling="no" allowtransparency="true"background-color="transparent" width="180" height="372" src="' + relPot + 'menu.html"></iframe>');
	document.write('							</td>');
	document.write('						</tr>');
	document.write('						<tr>');
	document.write('							<td background="' + relPot + 'images/menuOzadje.gif"></td>');
	document.write('						</tr>');
	document.write('					</table>');
	document.write('				</td>');
	document.write('				<td width="840" align="left" valign="top" height="371">');
	document.write('					<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>');
	document.write('						<td width="790">');
}
function konec()
{
	document.write('						</td>');
	document.write('					<td width="50"></td></tr></table>');
	document.write('				</td>');
	document.write('			</tr>');
	document.write('			<tr>');
	document.write('		<td colspan="2" width="1000"><iframe frameborder="0" allowtransparency="true"background-color="transparent" width="1000" height="80" src="' + relPot + 'sponzorji.html"></iframe></td>');
	document.write('	</tr>');
	document.write('		</table>');
	document.write('</div>');
}
