function pop (url,width,height) {
 popwindow = window.open(url, "pop", "width="+ width + ",height=" + height +",status=no,scrollbars=no,resizable=yes");
 popwindow.focus();
}
