function anzeigeundmenue(url1,fenster1,url2,fenster2,url3,fenster3) 
          { parent.frames[fenster1].location.href=url1; 
		    parent.frames[fenster2].location.href=url2;
			parent.frames[fenster3].location.href=url3; }
		  

