Find this on your page, it is near the bottom of the page:
Code:
function stopme(){
clearTimeout(next_right)
}
function newwin(loc){
if(loc==""){return}
//window.open(loc)
window.open(loc,'','left=200,top=200,width=200,height=200') // use for specific size and positioned window
}
// add onload="init()" and style="overflow-x:hidden" to the opening BODY tag
// place <script>init()</script> after the opening BODY tag
// -->
</script>
</HEAD>
<BODY><h1>Slideshow - Multiple Image</h1>
<script>init()</script>
<BR><BR><BR><BR>
<P>
Adjust the width and height (green) to that of your choosing. Also, get rid of the two red tags, they may cause problems in some browsers, do nothing good, and are invalid when used in this location on the page as, you have others higher up the page which are valid.
Bookmarks