<!--

if (parent.frames.length != 0) {
	var frameLink = 'Hide Frames';
}

else {
var frameLink = 'Show Frames';}

function testFrame(){
if (parent.frames.length != 0) {
	top.location = self.location;
   // loaded in frames
 }
 else {
 
 location='../RM/frameset2.htm';
   // not loaded frames
 }
 }

//-->
