function popupwindow(url){
window.open(url,"","height=560,width=400,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function popupwindow2(url){
window.open(url,"","height=380,width=420,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function dehors(url){
window.open(url,"","height=260,width=360,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function tell(url){
window.open(url,"","height=340,width=420,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}

function resizeWindow() {
    window.resizeTo(width=450, height=350);
}

function banner(url){
window.open(url,"","height=480,width=640,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0")
}
