function openWindow (page, width, height, target) {
        window.open(page,target,"width=" + width + ",height=" + height + ",resizeable=no,toolbar=no,status=no,menubar=no,scrollbars=no");
}

