function openguide(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=700,height=650');
        NewWindow.focus();}

function openguide2(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=1000,height=650');
        NewWindow.focus();  }

function openguide3(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=430,height=750');
        NewWindow.focus();  }
