function CloseWindow() { 
window.close ();
} 

function prospecting() {
//alert("Test Open") 
window.open ("popups/prospecting.html","Privacy", "height=400, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function selling() {
//alert("Test Open")
window.open ("popups/selling.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function qualifying() {
//alert("Test Open")
window.open ("popups/qualifying.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function closing() {
//alert("Test Open")
window.open ("popups/closing.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function objections() {
//alert("Test Open")
window.open ("popups/objections.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function phoning() {
//alert("Test Open")
window.open ("popups/phoning.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function time() {
//alert("Test Open")
window.open ("popups/time.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function recruiting() {
//alert("Test Open")
window.open ("popups/recruiting.html","Terms", "height=300, width=600, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}

function clients() {
//alert("Test Open")
window.open ("popups/clients.html","Clients", "height=600, width=500, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}