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