function newWindowuf(theURL) {
window.open(theURL,'TS','toolbar=no,location=no,menubar=no,status=no,scrollbars=yes,top=100, left=300, width=600,height=420');
}

