function Load2Frames(URL1,URL2)
{  	
	parent.frames["gorna"].location.href	= URL1;
    parent.frames["srodkowa"].location.href = URL2;
}

function DetectFrame() 
{
	if (self == parent) 
		document.write('<div id="warning">UWAGA! <br>To jest tylko ramka - wroc do <a href="http://semperars.no-ip.org/index.html"><b>STRONY&nbsp;GLOWNEJ</b></a></div><br>');

}
