<!--
	var navImage = "images/nav/";
	var jsImage = "js/";
	var dqm__codebase = "js/";

	/*
	 * If we do this, then we can be sure browsers like opera will actually
	 * respect the fact that it's NOT SUPPOSED TO SHOW IF JS IS ENABLED!
	 */
	document.writeln('<'+'style type="text/css">');
	document.writeln("\t"+'.hidden_by_js { display: none; } ');
	document.writeln('<'+'/style>');
	//-->