<!-- hide this script from non-javascript-enabled browsers
var otherOnes=null;

function popUpWindowq(theURL,winName,q) {
        q='WIDTH=940,HEIGHT=700,top=1,left=1,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnes=window.open(theURL,winName,q);
        if (otherOnes.open && !otherOnes.closed) otherOnes.focus();
}

function popUpWindow(theURL,winName,k) {
        k='WIDTH=1300,HEIGHT=400,top=10,left=10,scrollbars=auto,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnes=window.open(theURL,winName,k);
        if (otherOnes.open && !otherOnes.closed) otherOnes.focus();
}

function popUpWindowj(theURL,winName,j) {
        j='WIDTH=600,HEIGHT=570,top=20,left=20,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnes=window.open(theURL,winName,j);
        if (otherOnes.open && !otherOnes.closed) otherOnes.focus();
}

//-->
