if (top.frames.length != 0) top.location=self.document.location;

function ChangeUrl(formulaire)
{
	if(formulaire.listeurl.selectedIndex != 0)
	{
		location.href = formulaire.listeurl.options[formulaire.listeurl.selectedIndex].value;
	}
}

function check(type, id)
{
	window.open('http://www.omgtorrent.com/update.php?type='+type+'&type_id='+id+'','details','width=300, height=300, scrollbars=no');
	void('');
}
