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