function popupWinSearchTips() {	
	popup = window.open("","", "width=400,height=300");
	popup.document.write('<html><head><title>MBN Search Tips</title><style type="text/css">table.instructions td {vertical-align: top;font-size: 13px;}</style></head><body style="background-color: #5f6b7b;color: #ffffff; font-size: 12px; font-family: arial, sans-serif;"><b>MBN Search Tips</b><br /><br /><b>Using the search</b><br /><hr /><table class="instructions" cellpadding="4px" cellpadding="0"><tr><td><b>Multiple keywords</b></td><td>The search engine will automatically return pages that contain ALL of the keywords you typed in. There is no need to put a plus (+) character or the word "AND" between keywords.</td></tr><tr><td><b>Phrase Search</b></td><td>Using quotations ("") around your search term will make the search engine return only exact matches for that complete phrase.</td></tr><tr><td colspan="2">&nbsp;</td></tr><tr><td colspan="2">&nbsp;</td></tr><tr><td colspan="2"><input type="button" name="button" value="Close Window" onClick="window.close();self.close();"></td></tr></table></body></html> ');
}

	
