// Thanks to Ben - http://www.bbarden.com for helping me with script implementation // This script prints the menubar to the each page the function is called in. function credits(){ // Calls Function var menu = " "; //Declaring Variable and emptying its values. menu += "

" menu += "" menu += "" menu += "
" menu += "
" menu += " 1998 - 2004 Dash Productions. All Rights Reserved. " menu += "
" menu += " No material may be reproduced without prior consent" menu += "
" menu += "This code validates as " menu += "XHTML 1.0 Transitional

" menu += " " menu += "" document.write(menu); //Print variable }