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

