function affclaque(c)  
{ // onClick="affclaque(n)"
	//alert(c);
	x = event.x+document.body.scrollLeft;
	y = event.y+document.body.scrollTop+10;	
	document.getElementById(c).style.visibility="visible";
	document.getElementById(c).style.left=x;
  	document.getElementById(c).style.top=y;

}
function maskclaque(c){
	document.getElementById(c).style.visibility="hidden";
}
function alc(c)  
{
	//alert(c);
	x = event.x+document.body.scrollLeft;
	y = event.y+document.body.scrollTop;	
	document.getElementById(c).style.visibility="visible";
	document.getElementById(c).style.left=x;
  	document.getElementById(c).style.top=y;
}
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');