// tips and info
function instruct(action) {
    if(action == 'show') {
	  document.getElementById("instruct").innerHTML='<div id="how"><h4>How it Works:</h4><p><strong>1. Research and educate</strong> - Our search tools are a simple, comprehensive way to browse <a href="/learning_center/hawaii_mls.php">Hawaii MLS</a> listings.</p><p><strong>2. Save and manage</strong> - the Real Favorites module is available as you search. Add properties you like - they can always be deleted later.</p><p><strong>3. Create an Account</strong> - your <a href="/real_favorites/register.php">free account</a> lets you take personal notes and access favorites from any computer. Your info is secure and confidential.</p><p><strong>4. Work with a specialist</strong> - When you\'re ready, work with a <a href="/learning_center/buyers_agent.php">Buyer\'s Agent</a> who can provide private MLS information, arrange showings and assist in negotiation.</p><p class="center"><a href="/learning_center/buyers_agent.php"><img src="/img/buyers_agent.gif" alt="Working with a buyer\'s agent saves an average of 5% and costs you nothing.*" title="*According to a study by U.S. Sprint as reported by Carla A. Fried for Money Magazine." width="231" height="151" /></a></p><p class="bottom"><a href="/learning_center/buyers_agent.php" class="underline">Learn more about buyer\'s agents </a></p></div><p class="right"><a href="javascript:instruct(\'hide\');" class="top">Minimize this info box</a></p>';
	} else {
	  document.getElementById("instruct").innerHTML='<p>Collect properties here <a href="javascript:instruct(\'show\');" class="more">how it works</a></p>';
	}
  }
  
