function FlashSlideShow()
{
    var flashvars = {}; 
    var params = {"wmode":"opaque"}; 
    var attributes = {"wmode":"opaque"};
    swfobject.embedSWF("images/MainBanner.swf", "FlashBanner", "900", "200", "9.0.0", "images/expressInstall.swf", flashvars, params, attributes);
}

function FlashTestimonials()
{
    var flashvars = {}; 
    var params = {"wmode":"opaque"}; 
    var attributes = {"wmode":"opaque"};
    swfobject.embedSWF("images/testimonials.swf", "TestimonialsFlash", "275", "205", "9.0.0", "images/expressInstall.swf", flashvars, params, attributes);
}

function Footer()
{
    html = "";
     html +=' <script type="text/javascript"><!--google_ad_client = "pub-3412705414777425";/* 728x90, created 10/15/09 */google_ad_slot = "5324121979";google_ad_width = 728;google_ad_height = 90;//--></script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>';
    html += '<div class="copyrighttext">'; 
    html+='<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>';   
	html += '<p>Please see our <a href="termofuse.html">Terms of Use</a> | <a href="privacypolicy.html">Privacy Policy</a></p>';
	html += '<p>Copyright &copy; 2009 <span style="text-decoration: underline;">sinofreshstore.com</span>, inc. All rights reserved. Design and Development by <a href="http://www.wbcsoftwarelab.com" target="_blank">WBC Software Lab</a></p>';
	html+='</td><td>'
	html+='<iframe name=\"visitors\" src=\"visitorscount/counter.php\" width=\"188\" height=\"30\" frameborder=\"0\" scrolling=\"no\"></iframe></p></td></tr></table>'
	html += '</div>';
	document.write(html);
}

//function Footerlink()
//{
//    html = "";
//	html += '<div class="keylinks">';
//	html += '<p><a href="#">allergy nasal spray</a> | <a href="#">dry sinus treatment</a> | <a href="#">kill MRSA</a> | <a href="#">nasal distress</a> | <a href="#">sinus relief spray</a></p>';
//    html += '<p><a href="#">non drowsy sinus treatment</a> | <a href="#">tips for sinus infections</a> | <a href="#">chronic sinusitis medicine</a> | <a href="#">get homeopathic nasal spray</a></p>';
//	html += '</div>';
//	document.write(html);
//}

function TopMenu(SelectedMenu)
{
    sHomeLinkStyle = sFAQLinkStyle = sContentLinkStyle = "";
    
    if(SelectedMenu == "home")
        sHomeLinkStyle = 'style="color:#2A95A8;"';
    if(SelectedMenu == "faq")
        sFAQLinkStyle = 'style="color:#2A95A8;"';    
    if(SelectedMenu == "content")
        sContentLinkStyle = 'style="color:#2A95A8;"';
        
    html = "";
    html += '<table cellpadding="0" cellspacing="0" border="0" width="100%">'
    html += '<tr>';
    html += '<td align="right" valign="top">';
    html += '<table cellpadding="0" cellspacing="0" border="0"><tr><td colspan="2">'
    html+='<iframe name=\"search\" src=\"search.html" width=\"252\" height=\"28\" frameborder=\"0\" scrolling=\"no\"></iframe></td></tr>'
    html += '<tr>';
    //html += '<td class="menuseparator"></td>';
    html += '<td class="menulink">';
    html += '<a href="index.html" title="Sinus Cure Homeopathic Nasal Spray" ' + sHomeLinkStyle + '>HOME</a>';
    html += '</td>';
    //html += '<td class="menuseparator"></td>';
//    html += '<td class="menulink">';
//    html += '<a href="faq.html" ' + sFAQLinkStyle + '>FAQ</a>';
//    html += '</td>';
    //html += '<td class="menuseparator"></td>';
    html += '<td class="menulink">';
    html += '<a href="contact.html" title="Contact for sinus relief" ' + sContentLinkStyle + '>CONTACT</a>';
    html += '</td>';
    html += '</tr>';
    html += '</table>';	
    html += '</td>';
    html += '</tr>';
    html += '</table>';	
	document.write(html);
}

