function recharge_frame() {
	if (parent.location.href == self.location.href) {
		if (window.location.replace) window.location.replace('http://www.infotech.renault.com/fo/index.jsp');
		else window.location.href = 'http://www.infotech.renault.com/fo/index.jsp';
	}
}