﻿                 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" style="vertical-align:middle" >');
                       
                        document.write('<table width="260px">');
                            
                            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>');
              