function ZweiFrames(URI1,F1,URI2,F2,titel) 
		{ Frame1=eval("parent."+F1); 
		Frame2=eval("parent."+F2); 
		Frame1.location.href = URI1; 
		Frame2.location.href = URI2;
		if(titel != '') { 
				parent.document.title = 'Shamrock Pack Irish Wolfhounds Berlin - ' + titel;}
		else{
				parent.document.title = 'Shamrock Pack Irish Wolfhounds Berlin - Ihr Irish Wolfhoundzüchter im VDH'; }
		}


