Slider and popup does not work together
Slider:-
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easySlider1.5.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true
});
});
</script>
Pop up:-
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.min.js"></script>
<script type="text/javascript" src="jquery.reveal.js"></script>
Separately both of the jquery work but together no any single jquery works. I want to use both on my page; an image slider in top content box and a pop up right sub header menu.
somebody helps me please......