function killframes() {
		 if(top!=self)
  		top.location=self.location;
}



function password (pass)  {
		var password = ''
		if (password != null){
        location.href= pass + ".html";}
}
