// JavaScript Document Utility Bar - search button, links
	

document.write('<div class="search">');
document.write('<form id="minisearch" method="get" action="http://search.mgic.com/search" style="display:inline">');
        document.write('<input type="text" name="q" size="15" maxlength="255" value="" style="font-size:.8em; border: 1px solid #000;"/>');
       document.write(' <input type="submit" class="searchbtn" name="sbtn" value="Search" onmouseover="this.className=\'btn btnhov\'" onmouseout="this.className=\'searchbtn\'"/>');
        document.write('<input type="hidden" name="site" value="theCenter"/>');
        document.write('<input type="hidden" name="client" value="thehelpcenter_frontend"/>');
       document.write(' <input type="hidden" name="proxystylesheet" value="thehelpcenter_frontend"/>');
        document.write('<input type="hidden" name="output" value="xml_no_dtd"/>');
document.write(' </form>');
document.write('</div>');

document.write('<a class="utilbarbutton" href="http://thecenter.emagic.com/index.html">');
	document.write('Home</a>');
	document.write('<a class="utilbarbutton" href="http://thecenter.emagic.com/contact/contact.html">');
	document.write('Contact Us</a>');
	document.write('<a class="utilbarbutton" href="http://thecenter.emagic.com/investor/investor.html">');
	document.write('Investor Info</a>');
	document.write('<a class="utilbarbutton" href="http://www.emagic.com">');
	document.write('eMagic.com</a>');

	
	document.write('<a class="utilbarbutton" href="https://emagic.webex.com/emagic/webacd.wbx?AT=pqform&QID=32752&UID=0&SK=9130b48b9e132718a9496084a5fa34d4">');
	document.write('Chat</a>');
	
	//document.write('<a class="utilbarbutton" href="https://emagic.webex.com/emagic/webacd.wbx?AT=pqform&QID=32752&UID=0&SK=9130b48b9e132718a9496084a5fa34d4">');
	//document.write('<img src="/images/chat_sm.gif" border="0" width="27" height="20" target="_blank"></a>');
	





