function FDPixR(URLB)
	{  
	parent.FDPindexR.location = URLB;
	}


function FDPSundI(URLS,URLB)
	{  
	parent.FDPindexR.location = URLB;
	parent.FDPseiten.location = URLS;	
	}

function FDPchat(URLC,URLB)
	{  
	parent.FDPindexR.location = URLB;
	open(URLC,"Chatbox","width=500,height=500,resizable=yes");
	}



