function openpage()
{
  if(window.top==self){ 
  //pagina zit niet in een frame(set) 

  alert("ik zit nu nog steeds in het script");
  
  window.location.href = "../index2.htm";

  } 
}

