global variables - all variables that are defined outside of functions, this way:
<script>
var GlobalVariable="geeee"
</script>
about passing these variables - this forum have a couple of faqs on this subject, take a look at faqs area
Victor