var correct_frame = location.search ? unescape(location.search.substring(1)): 'home.html';

document.write('<frameset rows="81,*" border="0" bordercolor="#c0c0c0" framespacing="0" frameborder="0">');
document.write('  <frame src="banner.html" noresize  scrolling="no" marginwidth="0" marginheight="0">');
document.write('  <frameset cols="150,*" border="0" bordercolor="#c0c0c0" framespacing="0" frameborder="0">');
document.write('    <frame name="menu" src="menu.html" noresize marginwidth="6" marginheight="0">');
document.write('    <frame src="' +correct_frame+ '" name="principale">');
document.write('  <\/frameset>');
document.write('  <\/frameset>');
