// JavaScript Document
function disclaimerPop() {
window.open("disclaimer.html", "disclaimer", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=200");
}
function policyPop() {
window.open("http://www.thecottonsolution.com/policy.html", "policy", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=300");
}
 
function directions() {
window.open("salesOffice_directions.asp", "directions", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=540,height=650");
}


function directions2() {
window.open("directions.asp", "directions", "toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=540,height=650");
}
