function opentheWindow(theURL,winName,features) {
  	window.open(theURL,winName,features);
 }
if (parent.frames.length) {
	opentheWindow('http://www.beelinebandwidthtest.com/francais/','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');
}
