function newwindow(theUrl) 
{
   window.open(theUrl, 'popup', 'width=770,height=570,scrollbars=1');
}