function new_window(strToUrl)
{
 window.open(strToUrl, 'Tresc','toolbar=no,scrollbars=yes,width=590,height=410');
}
