function writeNav(m) {

var menuoption = new Array();
menuoption[0] = '0';	//dummy for array index only
menuoption[1] = '0';
menuoption[2] = '0';
menuoption[3] = '0';
menuoption[4] = '0';
menuoption[5] = '0';
menuoption[6] = '0';

menuoption[m] = '1';

document.write('<div id=\"mosquito\"><a href=\"javascript:void(0);\" onClick=\"showDiv(\'mosquito_story\');\" title=""><img src=\"\/images\/silver_mosquito.jpg\" alt=\"Click to Read the Silver Mosquito Story\" border=\"0\"><\/a><\/div>');
document.write('<div id=\"mos_email\" >E-Mail Ginny: <a href=\"mailto:boyd\@silvermosquito.com\" title=\"Open Your E-Mail Client and Send an E-Mail to Ginny\">boyd\@silvermosquito.com<\/a><\/div>');

document.writeln('<div id=\"mosquito_story\">');
document.writeln('<br><div class=\"tagline\" style=\"text-align:center;width:100\%;background-color:#FFFFF0;\"><img src=\"\/images\/silver_mosquito.jpg\" alt=\"The Silver Mosquito Story\" border=\"0\" align=\"left\"><a href=\"javascript:void(0);\" onClick=\"hideDiv(\'mosquito_story\');\"><img src=\"\/images\/XClose.jpg\" alt=\"\" border=\"0\" align=\"right\"><\/a><br>All About the Silver Mosquito Logo<\/div>');
document.writeln('<br>');
document.writeln('One day in elementary school, we were asked to pick an animal or creature that represented us. When asked, I announced, \&quot;A mosquito.\&quot;');
document.writeln('Why\?  Because it is so tiny and yet can get the attention of everyone around it.<br>');
document.writeln('<br>');
document.writeln('To this day I work with the innate instinct of the lowly mosquito.  I take the pesky, buzzing thoughts that go through my head and create series of art based on them- hoping for a more favorable response than a good slap.<br>');
document.writeln('<br>');
document.writeln('And the \&quot;silver\&quot;... It makes it precious, worthy of a second look.<br>');
document.writeln('<br>');
document.writeln('<div style=\"text-align:left;width:100\%;background-color:#FFFFF0;\"><br>\&nbsp;Ginny Hanes Boyd<br><br><\/div>');
document.writeln('<\/div>');

document.write('<img id=\"logo\" src=\"\/images\/logo.jpg\" alt=\"Ginny H Boyd\" border=\"0\">');

document.write('<div id=\"menu\">');
document.write('<a id=\"item'+menuoption[1]+'01\" href=\"\/home.html\" title=\"Home">Home<\/a>');
document.write('<a id=\"item'+menuoption[2]+'02\" href=\"\/gallery\/portfolio.html\"  title=\"Portfolio\">Portfolio<\/a>');
document.write('<a id=\"item'+menuoption[3]+'03\" href=\"\/shows.html\"  title=\"Shows and Awards\">Awards<\/a>');
document.write('<a id=\"item'+menuoption[4]+'04\" href=\"\/artist.html\"  title=\"About Ginny H Boyd\">The Artist<\/a>');
document.write('<a id=\"item'+menuoption[5]+'05\" href=\"\/inperson.html\"  title=\"Meet The Artist\">In Person<\/a>');
document.write('<a id=\"item'+menuoption[6]+'06\" href=\"\/community.html\"  title=\"Community\">Community<\/a>');
document.writeln('<\/div>');
document.close;
}


