function new_window(doc_url, width, height) {window.open(doc_url,doc_url,'left=200, top=100 ,width=' + width + ', height=' + height + ', resizable=no, scrollbars=no, status=no, toolbar=no, menubar=no');}