
function openSevensteps() {
window.open( "/popups/seven/", "myWindow",
"status = 0, height = 400, width = 450, resizable = 0, scrollbar = no" )
}


function openAdvantage() {
window.open( "/popups/advantage/", "myWindow",
"status = 0, height = 460, width = 550, resizable = 0, scrollbar = no" )
}


function openHelp() {
window.open( "/popups/help/", "myWindow",
"status = 0, height = 500, width = 500, resizable = 0, scrollbar = no" )
}

//-->
