if (window.top == window.self) 
{ 
document.write('<frameset rows="111,*" framespacing="0" frameborder="no" border="0">')
document.write('<frame name="topbar" src="topbar.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="no" noresize>')
document.write('<frame name="main" src='+window.location.href+'?>')
document.write('</frameset>')
}
