function newStr(sUrl,sTitle){
pwin=window.open(sUrl,'w'+sTitle,'status=no,resizable=yes,scrollbars=auto,width=480,height=400');
pwin.focus();
}

