﻿                 document.write('<tr>');
                    
                    document.write('<td colspan="1" align="left">');
                        document.write('<a href="' + get_root_path() + '"><img src="' + get_root_path() + '/Images/Common/Logo.gif" border="0"></a>');
                    document.write('</td>');
                   
                    document.write('<td colspan="1" align="right">');
                       
                        document.write('<table width="260px">');
                        
                            document.write('<tr>');
                                document.write('<td class="flagtd"><a href="http://www.magnetrol.com/uk/" target="_self"><img src="' + get_root_path() + '/Images/Common/UKSmall.gif" alt="UK Site" border="0" /></a>');
                                document.write('&nbsp;&nbsp;<a href="http://www.magnetrol.com/fr/" target="_self"><img src="' + get_root_path() + '/Images/Common/FranceSmall.gif" alt="French Site" border="0" /></a>');
                                document.write('&nbsp;&nbsp;<a href="http://www.magnetrol.com/de/" target="_self"><img src="' + get_root_path() + '/Images/Common/GermanySmall.gif" alt="German Site" border="0" /></a>');  
                                document.write('&nbsp;&nbsp;<a href="http://www.magnetrol.com/mx/" target="_self"><img src="' + get_root_path() + '/Images/Common/MexicoSmall.gif" alt="Spanish Site" border="0" /></a></td>');
                                document.write('&nbsp;&nbsp;<td class="" width="10px"><a href="http://www.magnetrol.com/global_sites.asp" target="_self"><img src="' + get_root_path() + '/Images/Common/EarthSmall.jpg" alt="Other Global Sites" border="0" /></a></td>'); 
                            document.write('</tr>');
                            
                            document.write('<tr>');
                               document.write('<td colspan="2" align="left">');
                                    document.write('Search:&nbsp;');
                                    document.write('<input runat="server" id="searchbox" name="searchbox" type="text"/>');
                                    document.write('&nbsp;'); 
                                    document.write('<input id="OK" type="button" value="OK" onclick="runsearch(1)" class="flatbutton" /> ');
                               document.write('</td>');
                            document.write('</tr>');
                            
                        document.write('</table>');
                        
                    document.write('</td>');
                    
                document.write('</tr>');
              