if (window== top){ 
//if this page is loaded in a window by itself (not in the frameset)

document.location="index.htm" 
}
