<script> function uh(x,y) {b=x-y; if(b>0) {return b=1} else {return b=0} } a=new Array(3,7); alert(uh(a)); </script>