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