//display Music Video Menu
function showMusicVideoMenu()
{
	document.write("<table width='97%' border='0' cellspacing='2' cellpadding='2' class='textMedium'>");
  document.write("<tr>");
  document.write("<td>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/'><strong>Home of Music</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Preap%20Sovath.html'><strong>Preap Sovath</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Chorn%20Sovanreach.html'><strong>Chorn Sovanreach</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Noy%20Vanneth.html'><strong>Noy Vanneth</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Sokun%20NIsa.html'><strong>Sokun Nisa</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Meas%20Soksophea.html'><strong>Meas Soksophea</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Sapoun%20%20Midada.html'><strong>Sapoun Midada</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Meng%20Keo%20Pichchenda.html'><strong>Meng Keo Pich Chenda</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Touch%20Sunnich.html'><strong>Touch Sunnich</strong></a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/labels/Prom%20Manh.html'><strong>Prom Manh</strong></a><br>");
  document.write("</td></tr>");
  document.write("<tr>");
  document.write("<td valign='top' style='border-top:1px dotted #CCCCCC'>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/documentary/'>Documentary Videos</a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/music/'>Music Videos</a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/video/movie/'>Cambodian Movie</a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/news/'>Cambodia News</a><br>");
  document.write("&bull; <a href='http://www.cambodia.org/blogs/editorials/'>Editorials | Articles</a><br>");
  document.write("</td>");
  document.write("</tr>");
  document.write("</table>");	
}