function newWindow(url, width, height, scrollBars) {

link = window.open(url,"newWin","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrollBars+",resizable=0,width="+width+",height="+height+",left=80,top=80");

}

