
function resize() {
	window.moveTo(100,100);
	window.resizeTo(500,500);
}
	
function targetopener(mylink, closeme, closeonly) {
	if (! (window.focus && window.opener))return true;
	if (! closeonly)window.opener.location.href="http://www.acaiq.com/cgi-bin/WebObjects/AAVisuel.woa/wa/aller?langue=1&article=6077";
	if (closeme)window.close();
	return false;
}

	
function bodyOnLoad() {
	window.focus();
	targetopener(this);
	window.resizeTo(640,480);
	window.moveTo(screen.width/2-320,screen.height/2-240);
}