function linkfenster(path_and_file){
var linkfenst = window.open(path_and_file, "", "dependent=yes, height=600, width=800, location=yes, menubar=yes, resizable=yes, scrollbars=yes, titlebar=yes, toolbar=yes");
linkfenst.moveTo(10,10);
/* Ende von Funktion linkfenster */
}