var newwindow;
function textavarp(url)
 {
 newwindow=window.open(url,'name','height=540,width=745,top=40,left=40,resizable=no,scrollbars=no,toolbar=no,statusbar=no,menubar=no');
 if (window.focus) {newwindow.focus()}
} 