<!--
// filename: images_navbar_root_right.js
// floats the menu over all of the other objects

var isIMG = document.images;

	if (document.images) {
		<!------ NAVIGATION BAR, Left Side ------>
		<!------ navbar about ------>
		about_right_over = new Image();    about_right_over.src =  "webfiles/buttons/about_right_over.gif";
		about_right_out = new Image();    about_right_out.src =  "webfiles/buttons/about_right_out.gif";
		<!------ navbar books ------>
		books_right_over = new Image();    books_right_over.src =  "webfiles/buttons/books_right_over.gif";
		books_right_out = new Image();    books_right_out.src =  "webfiles/buttons/books_right_out.gif";
		<!------ navbar comments ------>
		comments_right_over = new Image();    comments_right_over.src =  "webfiles/buttons/comments_right_over.gif";
		comments_right_out = new Image();    comments_right_out.src =  "webfiles/buttons/comments_right_out.gif";
		<!------ navbar mail ------>
		mail_right_over = new Image();    mail_right_over.src =  "webfiles/buttons/mail_right_over.gif";
		mail_right_out = new Image();    mail_right_out.src =  "webfiles/buttons/mail_right_out.gif";
		<!------ navbar policy ------>
		policy_right_over = new Image();    policy_right_over.src =  "webfiles/buttons/policy_right_over.gif";
		policy_right_out = new Image();    policy_right_out.src =  "webfiles/buttons/policy_right_out.gif";
		<!------ navbar services ------>
		services_right_over = new Image();    services_right_over.src =  "webfiles/buttons/services_right_over.gif";
		services_right_out = new Image();    services_right_out.src =  "webfiles/buttons/services_right_out.gif";
		<!------ navbar thoughts ------>
		thoughts_right_over = new Image();    thoughts_right_over.src =  "webfiles/buttons/thoughts_right_over.gif";
		thoughts_right_out = new Image();    thoughts_right_out.src =  "webfiles/buttons/thoughts_right_out.gif";
		}
// -->
