function ouvrir_partage(link)
{ 

if((!FenetreOuverte) || (FenetreOuverte.closed == true))
	{
	var FenetreOuverte=window.open(link, 'musik', 'width=640, height=480, left=20, top=20, status=0, resizable=0, menubar=0, titlebar=0, toolbar=0, location=0, scrollbars=0, dependent=1'); 
	FenetreOuverte.focus();
	}
	else
	{
	FenetreOuverte.location.href = link;
	FenetreOuverte.focus();
	}
}
function ouvrir_tshinmusik(link)
{ 

if((!FenetreOuverte) || (FenetreOuverte.closed == true))
	{
	var FenetreOuverte=window.open(link, 'tshinmusik', 'width=744, height=410, left=20, top=20, status=0, resizable=0, menubar=0, titlebar=0, toolbar=0, location=0, scrollbars=0, dependent=1'); 
	FenetreOuverte.focus();
	}
	else
	{
	FenetreOuverte.location.href = link;
	FenetreOuverte.focus();
	}
}
//------------------------------------------------------------------------------------------------
