testefuncaojs.js 89 Bytes
function funcao1(x,y,layer,a,b){
	alert(x + " " + y + " " + layer + " " + a + " " + b);
}