function init(kel){
	if (top.frames){
		if (top.frames.topFrame){
			if (top.frames.topFrame.finTop==1){
				if (top.frames.topFrame.finFonct==1){
						top.frames.topFrame.fixe(kel);
					return;
				}
			}
		}
	}
	setTimeout('init('+kel+')',500);
	return;			
}

function fixe(kel){
	fix=kel;
	swapImageNav(kel,2);
}