
function mailing(){
objWindow = window.open('mailinglist.html', 'mailinglist', 'toolbar=no,menubar=no,scrollbars=no,left='+(screen.width-400)/2+',top='+(screen.height-300)/2+',height=300,width=430')
}

function chart(){
objWindow = window.open('sizechart.html', 'sizechart', 'toolbar=no,menubar=no,scrollbars=no,left='+(screen.width-400)/2+',top='+(screen.height-300)/2+',height=300,width=430')
}


function legal(){
objWindow = window.open('legal.html', 'disclaimers', 'toolbar=no,menubar=no,scrollbars=yes,left='+(screen.width-400)/2+',top='+(screen.height-300)/2+',height=300,width=430')
}

function launchRemote() {
objWindow = window.open('/cgi-bin/os000001.pl?ACTION=Start!', 'myWindow', 'toolbar=no,menubar=no,status=yes,scrollbars=yes,left='+(screen.width-680)/2+',top='+(screen.height-450)/2+',height=450,width=680')
}