function articletools(url) {
	newwindow = window.open(url,'toolwindow','toolbar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes,width=650,left=200')
        if (window.focus) {
           newwindow.focus()
        }
	return false;

newWindow.document.close();

}
