// JavaScript Document

// frameDedect
checkifFrame = function (){
 if(top==self){
  top.location.href="frameset.htm";
}	
}

//
