//début frame obligatoire
if (self == top) top.location.href = "http://www.lamayoux.com";
//fin frame obligatoire

//début popup
var win = null;
function NewWindow(mypage,myname,w,h,scroll,resizable){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable+'',
win = window.open(mypage,myname,settings)
}
//fin popup

//début erreur script
function no_error()
{ return true; }
window.onerror=no_error;
//fin erreur script