
function makeNewWindow(a) {
    newWindow = window.open(a,"","HEIGHT=500,WIDTH=380,scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=yes,left=80,top=80,screenX=80,screenY=80")
}
