function go_link(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"popup", "scrollbars,width=" + width + ",height=" + height + ",resizable=no")
        }
}
