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

function popUpWindow800w(theURL,winName,k) {
        k='WIDTH=800,HEIGHT=600,top=0,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 popUpWindow640w(theURL,winName,j) {
        j='WIDTH=640,HEIGHT=480,top=0,left=10,scrollbars=auto,menubar=no,toolbar=no,location=no,directories=no,resizable=no'
        otherOnes=window.open(theURL,winName,j);
        if (otherOnes.open && !otherOnes.closed) otherOnes.focus();
}
//-->
