

function newwin(target)
{   
t = target; 
open(t,"", 'width=400,height=300,toolbar=no,menubar=no,resizable=yes');

}
