window.addEvent('domready',function(){
	$('pub_box').addEvent('click',function(){
		window.open('http://www.macgames.fr/ludomac/produits/Lego-Batman-0004864164168.htm','_new');
	}
	);
	var el_left=new Element('div');
	el_left.setStyles({
	width: '1000px',
	height: document.getCoordinates().height+'px',
	position: 'absolute',
	top: '0',
	left: '-1000px',
	cursor: 'pointer',
	display: 'block',
	});
	el_left.addEvent('click',function(){
		window.open('http://www.macgames.fr/ludomac/produits/Lego-Batman-0004864164168.htm','_new');
	});
	el_left.inject($('page'));
	var el_right=new Element('div');
	el_right.setStyles({
	width: (((document.getCoordinates().width-$('page').getCoordinates().width)/2)-10)+'px',
	height: document.getCoordinates().height+'px',
	position: 'absolute',
	top: '0',
	right: '-'+(((document.getCoordinates().width-$('page').getCoordinates().width)/2)-10)+'px',
	cursor: 'pointer',
	display: 'block',
	});
	el_right.addEvent('click',function(){
		window.open('http://www.macgames.fr/ludomac/produits/Lego-Batman-0004864164168.htm','_new');
	});
	el_right.inject($('page'));
}
);

