function ajasm_showbox(cibleid) {
	document.getElementById(cibleid).style.display='block';
}
function ajasm_closebox(cibleid) {
	document.getElementById(cibleid).style.display='none';
}
function NoError()
	{
	return true;
	}
window.onerror=NoError;
