
/* winawinecellar standard javascript */

var itsopen=false;

function cleanup() {
if (itsopen) secondwindow.close();
return true;
}

var popbox="contactus"
var popdomain="@winawinecellar.org"
var poptail="?subject="+escape("Message from the Winecellar web");

function gopostal(box) {
var popurl="mailto:";
if (box=="general") popurl=popurl+popbox+popdomain+poptail;
else return;
window.location=popurl;
return;
}


function displayit(targetid) {
    if (document.getElementById) {
        document.getElementById(targetid).style.display = "block";
        }
return;
}

function noneit(targetid) {
    if (document.getElementById) {
        document.getElementById(targetid).style.display = "none";
        }
return;
}


// Startup stuff


document.writeln('<link rel="StyleSheet" href="http://www.winawinecellar.org/css/wwprint.css" media="print" type="text/css">');


     
        
        

    
    


