function submitForm() {
     var w= window.open('', 'newWin', 'location=0,status=1,scrollbars=1, width=800,height=500, left=125, top=100');
	 var d=w.document;
	 d.write('<html><head><title>Ash Institute for Democracy in Government and Innovation - Search Window</title><link href="design/corporate_site/stylesheets/AshInstTest.css" type="text/css" rel="stylesheet"></head>');
d.write('<body    onBlur="self.close()">'); 
	d.write('<div id="ash_header" style="padding-top:15px">');  
	d.write('<img src="./design/corporate_site/images/hdr_ashtitle.gif"></div>');	 
d.write('<div id="SearchForm" style="text-align:center" >');
d.write('<form name="form1" method="post" action="http://www.innovations.harvard.edu/search.html">') ;
d.write('<input type="hidden" name="key" value="metadata">  ');
d.write('<input name="value" value="Enter search criteria and click on Search button" type="text" class="citation" align="middle" size="30" maxlength="60" style="width: 325px"> &nbsp; ');
d.write('<input type="submit" name="doSearch" align="center" value="Search" class="searchbut">');

d.write('</form>');
d.write('</div>');
d.write('<br><br><center><p class="SearchInst">Please note that this window will be redirected to the Search Results page of the Government Innovators Network at www.innovations.harvard.edu</p><center>');


d.write('</body></html>');
return;
}