var nHOME=1; var nSTORE=2; var nMEMBERSTORE=6; var adult=getCookie('adult'); function version(){ document.write(""); } function setAdult(a){ setCookie('adult',a); location='index.aspx'; } function iconBar(){ document.write("
"); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
FacebookGoogle+BlogTwitterYouTubeMailing ListSite Search
TapToTalk
on Facebook
TapToTalk
on Google+
TapToTalk
Blog
TapToTalk
on Twitter
TapToTalk
on YouTube
Join Our
Mailing List
Site
Search
"); document.write("
"); } function hdrbar(){ document.write("
"); document.write(""); document.write("
"); if(adult=="1"){ document.write("For aphasia due to stroke, head injury, ALS, Parkinson's or other acute or chronic conditionsTapToTalk for Children
"); } else { document.write("AAC for autism, Down syndrome, apraxia, cerebral palsy, aphasia, any non-verbal condition"); document.write("TapToTalk for Adults"); } document.write("
"); } function hdr1(n){ var storename=getCookie('storename'); document.write("
"); document.write(" "); document.write(" "); if(n==nHOME){ document.write(""); } else { document.write(""); } if(adult=="1"){ document.write(""); } else { document.write(""); } document.write(""); document.write(""); document.write("
TapToTalkTapToTalkfor adultsGive your child a voice"); if(storename>''){ document.write("
Welcome "+storename+" (store log out)
"); } document.write(""); if(n!=nSTORE && n!=nMEMBERSTORE && n>-1){ if(storename>''){ document.write("buy now"); } else { document.write("buy now"); } } document.write("
"); document.write("
"); } function ftr(){ document.write("
"); document.write("Copyright © 2009-2012 Assistyx LLC • All Rights Reserved • Patent Pending"); document.write("
"); document.write("Assistyx™ and TapToTalk™ are trademarks of Assistyx LLC"); document.write("
"); document.write("Privacy Statement"); document.write(" | Terms of Use"); document.write("
"); document.write("
"); document.write("Apple, the Apple logo, iPhone, iPod, iPod touch, and iTunes are trademarks of Apple Inc., registered in the U.S. and other countries."); document.write("
iPad is a trademark of Apple Inc. App Store is a service mark of Apple Inc."); document.write("
Android is a trademark of Google Inc. Use of this trademark is subject to Google Permissions."); document.write("
BlackBerry®, RIM®, Research In Motion®, PlayBook™ and related trademarks, names and logos"); document.write("
are the property of Research In Motion Limited and are registered and/or used in the U.S. and countries around the world."); document.write("
Used under license from Research In Motion Limited."); document.write("
"); } function setCookie(cname,value,expiredays){ var exdate=new Date(); if(expiredays)exdate.setDate(exdate.getDate()+expiredays); var s=cname+"="+escape(value)+((expiredays==null)?"":";expires="+exdate.toGMTString()); document.cookie=s; } function getCookie( check_name ) { var a_all_cookies = document.cookie.split( ';' ); var a_temp_cookie = ''; var cookie_name = ''; var cookie_value = ''; for ( i = 0; i < a_all_cookies.length; i++ ){ a_temp_cookie = a_all_cookies[i].split( '=' ); cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, ''); if ( cookie_name == check_name ){ if ( a_temp_cookie.length > 1 ){ cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') ); } break; } } return cookie_value; } function getQueryVariable(variable){ var query=window.location.search.substring(1); var vars=query.split("&"); for (var i=0;i