function popup(name)
{
  para="scrollbars=yes,status=no,menubar=no,locationbar=no,hotkeys=no";
  fenster = window.open(name,"FLASH","width=800,height=660,left=250,top=150,resizable");
}
