function new_window(doc)
{
var doc, table;
table= window.open(""+doc+"","table","resizable=yes , toolbar=no, statusbar=no, menubar=no, scrollbars=yes");
table.focus();
}
