
var base_site  = 'http://www.fairerscience.org';
//var base_site  = '.';
var media_dir    =  base_site + '/pages';
var media_dir_2    =  base_site + '/pages2';
var blog_dir   =  base_site + '/fs-blogs';

var topic_array = [
					[ 'home', base_site + '/index.html', 'Home', 1, 0 ],
					[ 'x', '#nogo', 'Unlearning GS &darr;', 1, 1 ],
					[ 'why', base_site + '/dr_x.html', 'Why Don`t They Hear... Introduction', 2, 0 ],
					[ 'words', base_site + '/WordsMatter.html', 'Words Matter', 2, 0 ],
					[ 'why2', media_dir + '/kathryn_1_1.html', 'Why Don`t They Hear... Multimedia', 2, 0 ],
					[ 'x', ' ', 'Resources &darr;', 1, 1 ],
					[ 'free', base_site + '/FreeResources.html', 'Free Resources', 2, 0 ],
					[ 'abab', base_site + '/abab.html', 'ABAB', 2, 0 ],
					[ 'experts', base_site + '/TalkToExperts.html', 'Experts', 2, 0 ],
					[ 'phds', base_site + '/PhD_Recipients.html', 'PhD Recipients', 2, 0 ],
					[ 'blog', blog_dir + '/index.html', 'Blog', 1, 0 ],

					[ 'x', '#nogo', 'Tools &darr;', 1, 1 ],
					[ 'words', base_site + '/WordsMatter.html', 'Words Matter:', 2, 0 ],
					[ 'numbers', base_site + '/finding_numbers.html', 'Finding the Numbers:', 2, 0 ],
					[ 'x', '#nogo', 'Women, Science and the Media &rarr;', 2, 1 ],
					[ 'x', base_site + '/women science and the media.ppt', 'Powerpoint', 3, 0 ],
					[ 'x', base_site + '/women science and the media.pdf', 'pdf', 3, 0 ],
					[ 'x', '#nogo', 'FairerScience in an Unfair World &rarr;', 2, 1 ],
					[ 'x', base_site + '/FairerScience in an UnFair World.ppt', 'Powerpoint', 3, 0 ],
					[ 'x', base_site + '/FairerScience in an UnFair World.pdf', 'pdf', 3, 0 ],

					[ 'kisi', base_site + '/kisi.html', 'KISI', 2, 0 ],
					[ 'kici', base_site + '/kici.html', 'KICI', 2, 0 ],
					[ 'attracting', base_site + '/attracting.html', 'Attracting Media', 2, 0 ],
					[ 'report', media_dir + '/annalee_1.html', 'Reporting Gender', 2, 0 ],
					[ 'dialog', media_dir + '/abbe_1.html', 'Building Dialog', 2, 0 ],

					[ 'x', '#nogo', 'Web Communities &darr;', 1, 1 ],
					[ 'x', '#nogo', 'Using Women in Science Blogs...', 2, 1 ],
					[ 'usingblogs', base_site + '/Using Women in Science Blogs.html', 'Web Page', 3, 0 ],
					[ 'x', base_site + '/Using Women in Science Blogs.pdf', 'pdf', 3, 0 ],
					[ 'blogs', media_dir_2 + '/annalee_2_0.html', 'Blogs, Women and Science', 2, 0 ],
					[ 'boards', media_dir_2 + '/rosa_1.html', 'Using Action Boards...', 2, 0 ],
					[ 'claudia', media_dir_2 + '/claudia_1.html', 'Using Electronic Communities...', 2, 0 ],


					[ 'about', base_site + '/about.html', 'About', 1, 0 ]
				];

function set_topics( page_id, x_code )
{
	/*  This set the LOGO Header */
	var topic_str = '<DIV ID="fs_logo"><A href="http://www.fairerscience.org"><IMG   CLASS="logo" SRC="' + base_site + '/new_logo_3.jpg" ALIGN="middle"  border="0" ></a></DIV>';
	topic_str += '<div id="menu_container"  ><ul id="pmenu"  >';

	var level = 1;

	for(var i = 0; i < topic_array.length; i++)
	{

		if( topic_array[i][3] == 1 && topic_array[i][4] == 0 )
		{
			if( level == 2 )
			{
				topic_str += '</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>';
				level = 1;
			}
			if( page_id == topic_array[i][0] )
			{
				topic_str += '<li class="selected"><a class="selected" href="#nogo">' + topic_array[i][2] + '</a></li>\n';
			}
			else
			{
				topic_str += '<li class="no_drop"><a class="no_drop" href="' + topic_array[i][1] + '">' + topic_array[i][2] + '</a></li>\n';
			}
		}
		else if( topic_array[i][3] == 1 && topic_array[i][4] == 1 )
		{
			if( level == 2 )
			{
				topic_str += '</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>';
				level = 1;
			}
			if( topic_array[i][2] == 'Web Communities &darr;' )
			{
				topic_str += '<li class="drop"><a  class="drop_2" href="#nogo">' + topic_array[i][2] + '<!--[if IE 7]><!--></a><!--<![endif]-->\n<!--[if lte IE 6]><table><tr><td><![endif]-->\n<ul>';
			}
			else
			{
				topic_str += '<li class="drop"><a  class="drop" href="#nogo">' + topic_array[i][2] + '<!--[if IE 7]><!--></a><!--<![endif]-->\n<!--[if lte IE 6]><table><tr><td><![endif]-->\n<ul>';
			}
			level = 2;
		}
		else if( topic_array[i][3] == 2 && topic_array[i][4] == 0 )
		{
			if( level == 3 )
			{
				topic_str += '</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>';
				level = 2;
			}

			if( page_id == topic_array[i][0] )
			{
				topic_str += '<li class="lev_1_selected"><a class="lev_1_selected" href="#nogo">' + topic_array[i][2] + '</a></li>\n';
			}
			else
			{
				topic_str += '<li class="lev_1"><a class="lev_1" href="' + topic_array[i][1] + '">' + topic_array[i][2] + '</a></li>\n';
			}
		}
		else if( topic_array[i][3] == 2 && topic_array[i][4] == 1 )
		{
			if( level == 3 )
			{
				topic_str += '</ul>\n<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n</li>';
				level = 2;
			}

			topic_str += '<li class="drop"><a  class="lev_1" href="#nogo">' + topic_array[i][2] + '<!--[if IE 7]><!--></a><!--<![endif]-->\n<!--[if lte IE 6]><table><tr><td><![endif]-->\n<ul>';
			level = 3;
		}
		else if( topic_array[i][3] == 3 && topic_array[i][4] == 0 )
		{
			if( page_id == topic_array[i][0] )
			{
				topic_str += '<li class="lev_1_selected"><a class="lev_1_selected" href="#nogo">' + topic_array[i][2] + '</a></li>\n';
			}
			else
			{
				topic_str += '<li class="lev_1"><a class="lev_1" href="' + topic_array[i][1] + '">' + topic_array[i][2] + '</a></li>\n';
			}
		}
		else
		{
			topic_str += '<li class="selected"><a class="selected" href="#nogo">##ERROR##</a></li>\n';
		}
	}

	topic_str += '</ul>\n</div>\n';

	if( x_code == 'code' )
	{
		document.getElementById('fs_header').innerText = "<plaintext>\n" + topic_str + "\n</plaintext>";
	}
	else
	{
		document.getElementById('fs_header').innerHTML = topic_str;
	}

}