function framer()
{
if (top.location==self.location)
{
//answer=confirm('I am supposed to be part of a frame.\n '+
//'So I am going to load in my frame.\n Please find me in the frame navigation')
//if (answer!=0) 
top.location="index.asp"
//top.location is the name of the frame page
}
}

//var ploc = parent.document.location + '' ;
  // parent URL must contain this substring
//  if (ploc.indexOf('index.asp',0) <0) {
    //alert('Wrong Frameset '+ploc) ;
//    parent.document.location='index.asp'
//  }