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