
   var statusMsg = "OPEN"

function openIt() {
   openItUp = window.open('demo.asp', 'register', 'width=800,height=640,toolbar=no,resizable=no,scrollbars=yes');
}

function openIt2() {
   openItUp2 = window.open('http://rbs.itbuilder.co.uk/obs/jsp/user/index.jsp?locale=en','user login','width=800,height=730,toolbar=no,resizable=no,scrollbars=no');
}
function openIt3() {
   openItUp3 = window.open('faq.asp','faq','width=800,height=640,toolbar=no,resizable=no,scrollbars=yes');
}
function openIt4() {
   openItUp4 = window.open('terms.htm','terms','width=800,height=640,toolbar=no,resizable=no,scrollbars=yes');
}


