function assumeartisanat() {
	self.window.focus();
	if (self.window==self.parent.window) {
		self.location='http://www.artisanat.info/leclubdarnaud/';
		//self.location='/index.php?u='+escape(self.location);
	}else if (window.parent.name=="cluba") {
	//	window.parent.location.reload();
	}else{
		self.window.name='cluba';
	}
}
function artiblog() {
	self.window.focus();
	self.window.name='bloga';
}

var win="";
function opennamedwin(u,n,w,h) {
	W=(w) ? w:624;
	H=(h) ? h:530;
	N=(n) ? n:"Info";
	if (win!="") {if (! win.closed) { win.close();}}
	l=(screen.width-W)/3;
	t=(screen.height-H)/3;
	stats="toolbar=no,location=no,directories=no,status=0,menubar=no,scrollbars=no," ;
	stats += "resizable=no,width="+W+",height="+H+",left="+l+",top="+t;
	win= window.open (u,N,stats);
	win.focus();
	return win;
}

function maj_frame_parent() {
	if (document.getElementById) {
		doc=self.document.body.innerHTML;
		if (self.parent.document.getElementById("r"+self.name)) {
			o=self.parent.document.getElementById("r"+self.name)
			o.innerHTML=doc;
		}
	}
}
var playmovie="";
function openplaymovie(r) {
	W=380;
	H=292;
	l=(screen.width-W)/3;
	t=(screen.height-H)/3;
	N="Player";
	if (playmovie!="") {if (! playmovie.closed) { playmovie.close();}}
	stats="toolbar=no,location=no,directories=no,status=0,menubar=no,scrollbars=no," ;
	stats += "resizable=yes,width="+W+",height="+H+",left="+l+",top="+t;
	u="/common/play_movie.php?highFile="+escape(r)+"_high.flv&lowFile="+r+"_low.flv";
	playmovie= window.open (u,N,stats);
	playmovie.focus();
	return playmovie;
}

var count = 0;
var identification="";
function testLogin () {
	ok=false;
	if (identification!="") {
		if (identification.closed) {
			ok=true;
		}else{
			count++;
			if (count < 30) {
				setTimeout("testLogin();", 1000);
			}
			else if (count < 180) {
				setTimeout("testLogin();", 2000);
			}
		}
	}
	if (ok) {
		self.parent.location.reload();
	}
}
