function abouttheservicepopup() {
window.open( "about_the_service.aspx", "Service", 
"status = OFF, height = 350, width = 300, resizable = 0" )
}

function online_forum() {
window.open( "online_forum.aspx", "learnmore", 
"status = OFF, height = 450, width = 350, resizable = 0" )
}

function ask_question() {
window.open( "ask_a_question.aspx", "question", 
"status = OFF, height = 300, width = 400, resizable = 0" )
}
