function js_popup(url)
{

     var ContextWindow = window.open(url, "Galerie", "status=0, toolbar=0, location=0, menubar=0, directories=0, resizable=0, scrollbars=0,  width=650, height=640");

     ContextWindow.opener = this;

     ContextWindow.focus();

}
