function DoFramesLC(Wpage){
 if (top.frames.length != 5) {
	Wpage='http://www.logicielconcept.com/frame.htm?' + Wpage;
  	top.location.replace(Wpage);
 }
}
