function NeuFenster(link, width, height) 
{ 
 MeinFenster = window.open(link, "grossaufnahme", "width=" +width+ ",height=" +height+ ", scrollbars=no,locationbar=no,menubar=no,toolbar=no,resizable=no"); 
 MeinFenster.focus(); 
}
