//popup window

function popup(page, top, left, width, height){

        window.open(page,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top='+ top + ',left=' + left + ',width=' + width + ',height=' + height)

}
