img_on = new Image ( );
		img_off = new Image ( );

		img_on.src = "../images/landing/start_on.png";
		img_off.src = "../images/landing/start_off.png";

		function button_on ( imgId )
		{
		if ( document.images )
		{
		
			document.getElementById(imgId).src = img_on.src;
		}
		}

		function button_off ( imgId )
		{
		if ( document.images )
		{
		
			document.getElementById(imgId).src =  img_off.src ;
		}
		}


YAHOO.namespace("showmelocal.container");

function init() {


	YAHOO.showmelocal.container.panel2 = new YAHOO.widget.Panel("panel2", { width:"550px", 
																		close:true ,																						
																		fixedcenter:true,
											
											draggable:false,
											modal:true,
											visible:false,
											underlay:"matte",
											effect:{effect:YAHOO.widget.ContainerEffect.FADE, duration:0.03}
																		} );
	YAHOO.showmelocal.container.panel2.setHeader("Frequently Asked Questions");

	

	YAHOO.showmelocal.container.panel2.setBody('<div>' + GetTopFAQ ()+ '</div><div align="right"><input type="button" class="btnInvert" onclick="YAHOO.showmelocal.container.panel2.hide(YAHOO.showmelocal.container.panel2)" value="&nbsp;&nbsp;Close&nbsp;&nbsp;"></div>');					
	YAHOO.showmelocal.container.panel2.render(document.body);
	YAHOO.showmelocal.container.panel2.show(YAHOO.showmelocal.container.panel2);
					
}

YAHOO.util.Event.addListener("cmdGetHTML", "click", init);



function GetTopFAQ() {
 var strFAQ
	
	
	strFAQ= '<span class="orangeTitle">What is ShowMeLocal.com?</span><p>ShowMeLocal.com is a new breed of internet sites that employs the newest trends and technologies and has an ability to reach out to your local customers online by supplying your content to tens of thousand of people that are looking for deals in your neighborhood!</p>';	
	strFAQ= strFAQ + '<span class="orangeTitle">Can my business benefit from ShowMeLocal.com?</span><p><strong>Any local business</strong> can benefit from ShowMeLocal.com unless your business is a pure online business, pure affiliated business (no original content, rather affiliated content), adult oriented business or an MLM type of business.</p>';		
	strFAQ= strFAQ + '<span class="orangeTitle">How does it work?</span><p>The concept is simple. Create a profile of your business and put as much information as you think is needed to keep customers interested once they are on your site.<br/><br/>';  
	strFAQ= strFAQ + 'Your profile is optimized for search engine placement and your listing should appear on <strong>Google</strong>, <strong>Yahoo</strong>, <strong>AOL</strong>, <strong>MSN</strong> and other search engines. We will promote your content to our fast growing network of publishers such as: <strong>Google Maps</strong>, <strong>Google Base</strong>, <strong>Oodle</strong>, <strong>Vast</strong>, <strong>Edgeio</strong>, <strong>Lycos</strong>, <strong>Local</strong>, <strong>FaceBook</strong>, <strong>ShowMeLocal</strong> neighborhood pages and others. In addition we are giving widgets, buttons and professionally design ads for you to insert to the sites of your choice such as <strong>CraigsList</strong>, <strong>Ebay</strong>, <strong>MySpace</strong>, etc.<br/><br/>';  
	strFAQ= strFAQ + 'Our extensive collection of online tools can give you almost limitless options to promote your business.  The only limit to your business\' success on ShowMelocal will be how much effort you put in to promoting your business\' web page. </p>';					
	strFAQ= strFAQ + '<span class="orangeTitle">Will my address be displayed on my business profile?</span><p>Yes. The Registered address of your business will be displayed on your profile. Remember it is a business.</p>';			
	strFAQ= strFAQ + '<span class="orangeTitle">Sounds Complicated, Is it easy to use? </span><p>ShowMeLocal is <strong>extremely easy</strong> to use. No special skills are required. All tools are intuitive and simple to use!</p>';
	strFAQ= strFAQ + '<span class="orangeTitle">Is it really FREE? </span><p><strong>Yes!</strong> You don\'t have to pay anything to use ShowMeLocal.com.</p>';
	/*strFAQ= strFAQ + '<div align="center" ><a href="../businessRegistration.aspx?src=lpfaq" class="distribute">List My Business!</a></div>';*/
	strFAQ= strFAQ + '<div align="center" ><a href="../businessregistration.aspx?src=lpfaq"><img src="../Images/landing/start_on.png"></a></div>'
	return strFAQ;
}





	





