﻿<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="http://www.nist.ac.th/n_picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="/n_main/index.aspx" class="menu">Home</a>');


document.write('</td><td>');
document.write('<a href="/n_topmenu/topmenu_contactus.aspx" class="menu">Contact us</a>');



document.write('</td><td>');
document.write('<a href="/n_topmenu/topmenu_sitemap.aspx" class="menu">Site Map</a>');

document.write('</td><td>');
document.write('<a href="http://eca.nist.ac.th/" class="menu">ECA</a>');

document.write('</td><td>');
document.write('<a href="http://portal2.nist.ac.th" target="_blank" class="menu">Portal</a>');

document.write('</td><td>');
// -- temp mail document.write('<a href="/n_topmenu/topmenu_tempmail.aspx" class="menu">Web Mail</a>');
document.write('<a href="https://webmail.nist.ac.th/owa/" target="_blank" class="menu">Webmail</a>');

document.write('</td><td>');
document.write('<a href="/n_topmenu/topmenu_thai.aspx" class="menu">ยินดีต้อนรับ</a>');


// END LINKS

document.write('</td></tr></table>');

// document.write('</td><td width="'+menuspace+'">');
// document.write('<a href ="http://www.nist.ac.th/n_publications/twitterNIST.aspx"</a>');
// document.write('<img src="http://www.nist.ac.th/n_picts/twitter.png" width="20" height="20" alt="Twitter @ NIST" border="0"')

// document.write('</td><td width="'+menuspace+'">');
// document.write('<a href ="http://www.youtube.com/profile?user=NISTVideo&amp;view=playlists" rel="nofollow" target ="_blank"</a>');
// document.write('<img src="http://www.nist.ac.th/n_picts/youtube.png" width="20" height="20" alt="NISTVideo on YouTube" border="0"')

document.write('</td><td width="'+menuspace+'">');
document.write('<img src="http://www.nist.ac.th/n_picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->