<script type="text/javascript"> var pepe = new Array("a","b","c") function hola(p){ alert(p) } hola(pepe) </script>