// JavaScript Document
this.window.name = 'gohome';

function gotohome(URL) {
gohome = window.open(URL,'gohome','');
}

function popme(URL) {
poptrd = window.open(URL,'poptrd','width=525,height=325');
}

function popme2(URL) {
popfeatures = window.open(URL,'popfeatures','width=525,height=500');
}

function popme3(URL) {
popalternatives = window.open(URL,'popalternatives','width=800,height=285');
}

function popme4(URL) {
popalternatives2 = window.open(URL,'popalternatives2','width=800,height=510');
}

function popme5(URL) {
popconnections = window.open(URL,'popconnections','width=827,height=550,scrollbars');
}

function popme7(URL) {
popdelivery = window.open(URL,'popdelivery','width=340,height=455');
}

function popme8(URL) {
pophide = window.open(URL,'pophide','width=200,height=110');
}
