﻿function MenuItem(link, title) {
    document.write('<tr>');
    document.write('<td class="MenuItem"><a href="'+link+'">'+title+'</a></td>');
    document.write('</tr>');
}

document.write('<table width="100%" height="680" border="0" cellpadding="5" cellspacing="1">');
MenuItem("index.html", "Welcome");
MenuItem("Participants.html", "Participants"); //<sup style='font-style: italic' class='emphasis'>new!</sup></span>");
MenuItem("Video.html", "<span>CSR & HPC Video</span>");
MenuItem("Gallery.html", "<span>Photo Gallery</span>");
MenuItem("http://www.springerlink.com/content/u8537u73188k/?p=12846708b5df438b96c11f468a5fbb7b&pi=42", "CSR Proceedings");
MenuItem("TravelInformation.html", "Travel Information");
MenuItem("Accommodation.html", "Accommodation");
MenuItem("Program.html", "CSR 2010 Program");
MenuItem("Workshops.html", "Workshops");
MenuItem("Committees.html", "Program Committee");
MenuItem("Organization.html", "Organization");
MenuItem("InvitedSpeakers.html", "Invited speakers");
MenuItem("AcceptedPapers.html", "Accepted papers");
MenuItem("ImportantDates.html", "Important dates");
MenuItem("CallForPapers.html", "Call for papers");
MenuItem("Registration.html", "Registration");
MenuItem("Venue.html", "Venue");
MenuItem("PreviousCSRs.html", "Previous CSRs");
mailto = 'csr2010.kazan' + '%40' + 'gmail.com';
MenuItem("mailto:"+mailto,"E-mail us");
          document.write('<tr>');
            document.write('<td height="28"></td>');
          document.write('</tr>');
          document.write('<tr>');
            document.write('<td height="28"></td>');
          document.write('</tr>');
          document.write('<tr>');
            document.write('<td height="28"></td>');
          document.write('</tr>');
          document.write('<tr>');
            document.write('<td height="140" align="left" valign="top" bgcolor="#FFFFFF" ></td>');
          document.write('</tr>');
          document.write('</table>');
