document.write ('<table border="0" cellspacing="0" cellpadding="0" width="100%">');	document.write ('<tr bgcolor="#cccccc">');		document.write ('<td colspan="4">');			document.write ('<img src="' + RELATIVE + 'GRAPHICS/SPACER.GIF" width="1" height="3" alt="">');			document.write ('<\/td>');		document.write ('<\/tr>');				document.write ('<tr bgcolor="#cccccc" align="center" valign="bottom">');		document.write ('<td class="ccalabel" width="200">');			myStuffToShow = '<img src="' + RELATIVE + 'GRAPHICS\/Btns\/SlidesBtn.gif" '			myStuffToShow = myStuffToShow + 'width="34" height="28" name="button" border="0" alt="View slide thumbnails.">'			var myThumbsURL = my_path_up + "thumbs.html"			myRollOver (myThumbsURL , 'button' , myStuffToShow )			document.write ('<br>View Slide Thumbnails');		document.write ('<\/td>');		document.write ('<td class="ccalabel" width="200">');			document.write ('&nbsp;');		document.write ('<\/td>');var nextURL = RELATIVE + NEXTURL + '/default.html'		if ( NEXTTYPE != "" ) {		document.write ('<td class="ccalabel" width="200">');			myStuffToShow = '<img src="' + RELATIVE + 'GRAPHICS\/Btns\/MovieBtn.gif" '			myStuffToShow = myStuffToShow + 'width="34" height="28" name="MoievBtn" border="0" alt="Next Movie.">'			myRollOver (nextURL , 'MoievBtn' , myStuffToShow )			document.write ('<br>View Next ' + NEXTTYPE );		document.write ('<\/td>');						document.write ('<td class="ccalabel" width="300">');			document.write ('&nbsp;');		document.write ('<\/td>');}else{		document.write ('<td class="ccalabel" width="200">');			document.write('<A HREF="');				document.write( nextURL );				document.write('">Click a navigation link above to continue.<\/A>');		document.write ('<\/td>');}	document.write ('<\/tr>');document.write ('<\/table>');