function winopen() {

var breite = 370; 
    var hoch = 750;
       var pop_URL="http://tango-plauen.de/Playlist/tango/index_popup.php";	   

 fanster = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
   fanster.blur();
      window.focus();
	     fanster.moveTo(200,100);
          fanster.resizeTo(breite,hoch);
             fanster.location = pop_URL ;
                 fanster.focus();
}

function pinnwand() {

var breite = 850; 
    var hoch = 700;
       var pop_URL="http://tango-plauen.de/pinnwand/pinnwand.php";	   

 fanster = window.open("",'x','fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
   fanster.blur();
      window.focus();
	     fanster.moveTo(200,100);
          fanster.resizeTo(breite,hoch);
             fanster.location = pop_URL ;
                 fanster.focus();
}



