function popUp (url,name,wt,ht) {
opts = "scrollbars=no,resizable=no,width=" + wt + ",height=" + ht;
window.open(url, name,opts);
}