function CloseWindow() { 
window.close ();
} 

function principals() {
//alert("Test Open") 
window.open ("popups/principals.html","Principals", "height=800, width=500, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function salessouth() {
//alert("Test Open") 
window.open ("popups/salessouth.html","South", "height=800, width=700, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function salesnorth() {
//alert("Test Open") 
window.open ("popups/salesnorth.html","North", "height=800, width=700, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function salescentral() {
//alert("Test Open") 
window.open ("popups/salescentral.html","Central", "height=800, width=700, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function salesmexico() {
//alert("Test Open") 
window.open ("popups/salesmexico.html","Mexico", "height=800, width=700, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function productssouth() {
//alert("Test Open") 
window.open ("popups/productssouth.html","South", "height=800, width=800, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function productsnorth() {
//alert("Test Open") 
window.open ("popups/productsnorth.html","North", "height=800, width=800, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function productscentral() {
//alert("Test Open") 
window.open ("popups/productscentral.html","Central", "height=800, width=800, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function productsmexico() {
//alert("Test Open") 
window.open ("popups/productsmexico.html","Mexico", "height=800, width=800, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}
function salespicture() {
//alert("Test Open") 
window.open ("popups/salespicture.html","Principals", "height=800, width=824, left=0, top=0, fullscreen=no, scrollbars=yes, menubar=no, toolbar=no, location=no, status=no, resizable=yes","replace=true");
}