function popmorph() {
window.open('/merge/bk.html','morph','width=600,height=425,left=100,screenX=100,toolbar=yes')
}

function emailus() {
window.open('emailform.php','tc_email','left=200,top=90,width=420,height=390,scrollbars=yes');
}

function privacy() {
window.open('privacy.html','tc_privacy','left=200,top=100,width=300,height=300,scrollbars=yes');
}

function jumpto(there) {
var location = there.options[there.selectedIndex].value;
if (there.selectedIndex > 0) {
window.location.href = location;
there.selectedIndex = 0;
}
} 

