function popup(url, width_value, height_value) {
    window.open(url, "Subsolo", "status = 1, height = "+width_value+", width = "+height_value+", resizable = 0, scroll = no, left = 210, top = 170" );
}

function popupscroll(url, width_value, height_value) {
    window.open(url, "Subsolo", "status = 1, height = "+width_value+", width = "+height_value+", resizable = 0, scrollbars = yes, left = 210, top = 170" );
}