I have a menu script on my web site that seems to be the last thing to appear each time when a page is loading. Is there any way to preload the menu like you would an image so that it appears quickly?
The script has its own set of instructions that must load in order for the menu to function:
<!--Begin, Scripting for Header Menu-->
<script type='text/javascript'>
function Pop_Go(){return}
function PopMenu(x,y){return}
function OutMenu(){return}
</script>
<script type='text/javascript' src='popmenu_var.js'></script></script>
<script type='text/javascript' src='popmenu_com.js'></script></script>
<!--End, Scripting for Header Menu-->
Thanks
The script has its own set of instructions that must load in order for the menu to function:
<!--Begin, Scripting for Header Menu-->
<script type='text/javascript'>
function Pop_Go(){return}
function PopMenu(x,y){return}
function OutMenu(){return}
</script>
<script type='text/javascript' src='popmenu_var.js'></script></script>
<script type='text/javascript' src='popmenu_com.js'></script></script>
<!--End, Scripting for Header Menu-->
Thanks