function openNetworkFolder(url) { newWindow = window.open(url,"networkFolder",'location=no,toolbar=no,status=no,scrollbars=yes,resizable=yes,top=10,left=10,width=790,height='); newWindow.focus(); }