function openguide1(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=600,height=700');
        NewWindow.focus();
}

function openguide(theUrl) {
        NewWindow=window.open(theUrl, 'ABB', 'scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=710,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=800,height=600');
        NewWindow.focus();
}

