function smallWin(URL) 
{
    newWindow=window.open(URL,"smallwin","width=550,height=400,scrollbars=yes","true"); 
    newWindow.focus();
}

