function openguide(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=640,height=500');
        NewWindow.focus();
        }