if (self.name==top.name) 
{ 
document.write('<frameset rows="146,*,50" framespacing="1" frameborder="no" border="1"> ')
document.write('<frame name="topFrame" scrolling="NO" noresize src="../../struct/top.html">')
document.write('<frameset rows="*" cols="220,*"> ')
document.write('<frame name="contFrame" scrolling="auto" noresize src="../../struct/fp03_cont.html" >')
document.write('<frame name="mainFrame" src='+document.location.href+'?a>')
document.write('</frameset>')
document.write('<frame name="bottomFrame" scrolling="NO" noresize src="../../struct/footer.html">')
document.write('</frameset>') 
}

