function BuildFrame(page)
{

var page = page

	document.write(
'<html>',
'',
'<head>',
'<title>Dawsonrentals Polska Sp. z o.o.</title>',
'</head>',
'',
'<frameset framespacing="0" border="0" frameborder="0" rows="108,*,33">',
'    <frame name="górna2" src="http://www.dawsonrentals.pl/dawsonrentals_polska_sp.htm" scrolling="no" noresize target="podstawowa">',
'  <frameset cols="191,*">',
'    <frame name="spis_tresci" target="podstawowa" src="http://www.dawsonrentals.pl/menu.htm" scrolling="auto" noresize>',
'    <frame name="podstawowa" src="'+page+'" scrolling="auto" noresize target="_self">',
'  </frameset>',
'  <frame name="dolna" scrolling="no" noresize target="spis" src="http://www.dawsonrentals.pl/stopka.htm">',
'  <noframes>',
'  <body>',
'',
'  <p>Ta strona używa ramek, ale ta przeglądarka nie obsługuje ich.</p>',
'',
'  </body>',
'  </noframes>',
'</frameset>',
'',
'</html>'
	);
}
