if (self.parent.frames.length == 0) {
	montage=window.location.href.split("/"); 
	simple=montage.length-1; 
	self.parent.location='index.htm?show=home.htm';
}
