function provo_popup(url) {
settings='height=500,width=500,scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no'
openwin=window.open(url,'pop',settings);
}
