if(self!=top)
{
	top["location"]["href"]=self["location"]["href"];
};
if(document["all"])
{
	window["moveTo"](0,0);
	top["window"]["resizeTo"](screen["availWidth"],screen["availHeight"]);
}
else 
{
	if(document["layers"]||document["getElementById"])
	{
		if(top["location"]==self["document"]["location"])
		{
			if(top["window"]["outerHeight"]<screen["availHeight"]||top["window"]["outerWidth"]<screen["availWidth"])
			{
			window["moveTo"](0,0);top["window"]["outerHeight"]=screen["availHeight"];top["window"]["outerWidth"]=screen["availWidth"];
			};
		};
	};
};	
function legal(site,contenu){
if(contenu==1){
var contenu='&contenu=1';
}else{
var contenu='';
}
if(site){
var site='?site='+site;
}else{
var site='';
}
url = 'http://www.pinknetwork.fr/legal.php'+site+contenu;  

var h = 295; // hauteur de la popup
var l = 330; // largeur de la popup
var PosX = ( screen.availWidth - h ) / 2; 
var PosY = ( screen.availHeight - l ) / 2;
return window.open(url,'legal','top='+PosY+',left='+PosX+'toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=0,copyhistory=0,menuBar=0,width='+l+',height='+h);
}
function checkit(){
if(document.getElementById('ok').checked){
document.getElementById('ok').checked=false;
}else{
document.getElementById('ok').checked=true;
}}
	  
function checkok(ok,url){
if(document.getElementById('ok').checked){
document.getElementById('go').href=url;
}else{				 
document.getElementById('go').href="#entrer";
alert('Vous devez accepter les conditions avant d\'entrer.');
}}			
function gourl(url){ 
document.location.href=url;
}

function favoris(titre,url) {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel(titre,url,""); }
else { window.external.AddFavorite(url,titre); } }

function pop_news(the_form) {
   my_form = eval(the_form)
   window.open("./wait.php", "popup", "height=200,width=400,menubar='no',toolbar='no',location='no',status='no',scrollbars='no'");
   my_form.target = "popup";
   my_form.submit();
}
