-- phpMyAdmin SQL Dump -- version 2.11.11.3 -- http://www.phpmyadmin.net -- -- Host: 173.201.88.122 -- Generation Time: Oct 24, 2014 at 03:25 AM -- Server version: 5.0.96 -- PHP Version: 5.1.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; -- -- Database: `drmurugan` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_banner` -- CREATE TABLE `bak_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_banner` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_bannerclient` -- CREATE TABLE `bak_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_bannerclient` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_bannertrack` -- CREATE TABLE `bak_bannertrack` ( `track_date` date NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_bannertrack` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_categories` -- CREATE TABLE `bak_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_categories` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_components` -- CREATE TABLE `bak_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=34 ; -- -- Dumping data for table `bak_components` -- INSERT INTO `bak_components` VALUES(1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1); INSERT INTO `bak_components` VALUES(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1); INSERT INTO `bak_components` VALUES(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `bak_components` VALUES(4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1); INSERT INTO `bak_components` VALUES(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1); INSERT INTO `bak_components` VALUES(6, 'Categories', '', 0, 4, 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `bak_components` VALUES(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1); INSERT INTO `bak_components` VALUES(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1); INSERT INTO `bak_components` VALUES(9, 'Categories', '', 0, 7, 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1); INSERT INTO `bak_components` VALUES(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1); INSERT INTO `bak_components` VALUES(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1); INSERT INTO `bak_components` VALUES(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1); INSERT INTO `bak_components` VALUES(13, 'Categories', '', 0, 11, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `bak_components` VALUES(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1); INSERT INTO `bak_components` VALUES(16, 'Categories', '', 0, 1, 'option=com_categories§ion=com_banner', 'Categories', '', 3, '', 1, '', 1); INSERT INTO `bak_components` VALUES(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html', 1); INSERT INTO `bak_components` VALUES(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n', 1); INSERT INTO `bak_components` VALUES(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1); INSERT INTO `bak_components` VALUES(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1); INSERT INTO `bak_components` VALUES(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1); INSERT INTO `bak_components` VALUES(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1); -- -------------------------------------------------------- -- -- Table structure for table `bak_contact_details` -- CREATE TABLE `bak_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_contact_details` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_content` -- CREATE TABLE `bak_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_content` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_content_frontpage` -- CREATE TABLE `bak_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_content_frontpage` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_content_rating` -- CREATE TABLE `bak_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_content_rating` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_core_acl_aro` -- CREATE TABLE `bak_core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- Dumping data for table `bak_core_acl_aro` -- INSERT INTO `bak_core_acl_aro` VALUES(10, 'users', '62', 0, 'Administrator', 0); -- -------------------------------------------------------- -- -- Table structure for table `bak_core_acl_aro_groups` -- CREATE TABLE `bak_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ; -- -- Dumping data for table `bak_core_acl_aro_groups` -- INSERT INTO `bak_core_acl_aro_groups` VALUES(17, 0, 'ROOT', 1, 22, 'ROOT'); INSERT INTO `bak_core_acl_aro_groups` VALUES(28, 17, 'USERS', 2, 21, 'USERS'); INSERT INTO `bak_core_acl_aro_groups` VALUES(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'); INSERT INTO `bak_core_acl_aro_groups` VALUES(18, 29, 'Registered', 4, 11, 'Registered'); INSERT INTO `bak_core_acl_aro_groups` VALUES(19, 18, 'Author', 5, 10, 'Author'); INSERT INTO `bak_core_acl_aro_groups` VALUES(20, 19, 'Editor', 6, 9, 'Editor'); INSERT INTO `bak_core_acl_aro_groups` VALUES(21, 20, 'Publisher', 7, 8, 'Publisher'); INSERT INTO `bak_core_acl_aro_groups` VALUES(30, 28, 'Public Backend', 13, 20, 'Public Backend'); INSERT INTO `bak_core_acl_aro_groups` VALUES(23, 30, 'Manager', 14, 19, 'Manager'); INSERT INTO `bak_core_acl_aro_groups` VALUES(24, 23, 'Administrator', 15, 18, 'Administrator'); INSERT INTO `bak_core_acl_aro_groups` VALUES(25, 24, 'Super Administrator', 16, 17, 'Super Administrator'); -- -------------------------------------------------------- -- -- Table structure for table `bak_core_acl_aro_map` -- CREATE TABLE `bak_core_acl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(230) NOT NULL default '0', `value` varchar(100) NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_core_acl_aro_map` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_core_acl_aro_sections` -- CREATE TABLE `bak_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- Dumping data for table `bak_core_acl_aro_sections` -- INSERT INTO `bak_core_acl_aro_sections` VALUES(10, 'users', 1, 'Users', 0); -- -------------------------------------------------------- -- -- Table structure for table `bak_core_acl_groups_aro_map` -- CREATE TABLE `bak_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_core_acl_groups_aro_map` -- INSERT INTO `bak_core_acl_groups_aro_map` VALUES(25, '', 10); -- -------------------------------------------------------- -- -- Table structure for table `bak_core_log_items` -- CREATE TABLE `bak_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_core_log_items` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_core_log_searches` -- CREATE TABLE `bak_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_core_log_searches` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_groups` -- CREATE TABLE `bak_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_groups` -- INSERT INTO `bak_groups` VALUES(0, 'Public'); INSERT INTO `bak_groups` VALUES(1, 'Registered'); INSERT INTO `bak_groups` VALUES(2, 'Special'); -- -------------------------------------------------------- -- -- Table structure for table `bak_menu` -- CREATE TABLE `bak_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(75) default NULL, `name` varchar(255) default NULL, `alias` varchar(255) NOT NULL default '', `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL default '0', `rgt` int(11) unsigned NOT NULL default '0', `home` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `bak_menu` -- INSERT INTO `bak_menu` VALUES(1, 'mainmenu', 'Home', 'home', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `bak_menu_types` -- CREATE TABLE `bak_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(75) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `bak_menu_types` -- INSERT INTO `bak_menu_types` VALUES(1, 'mainmenu', 'Main Menu', 'The main menu for the site'); -- -------------------------------------------------------- -- -- Table structure for table `bak_messages` -- CREATE TABLE `bak_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_messages` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_messages_cfg` -- CREATE TABLE `bak_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_messages_cfg` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_migration_backlinks` -- CREATE TABLE `bak_migration_backlinks` ( `itemid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_migration_backlinks` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_modules` -- CREATE TABLE `bak_modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ; -- -- Dumping data for table `bak_modules` -- INSERT INTO `bak_modules` VALUES(1, 'Main Menu', '', 1, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu\nmoduleclass_sfx=_menu\n', 1, 0, ''); INSERT INTO `bak_modules` VALUES(2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''); INSERT INTO `bak_modules` VALUES(5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''); INSERT INTO `bak_modules` VALUES(12, 'Admin Menu', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''); INSERT INTO `bak_modules` VALUES(15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''); -- -------------------------------------------------------- -- -- Table structure for table `bak_modules_menu` -- CREATE TABLE `bak_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_modules_menu` -- INSERT INTO `bak_modules_menu` VALUES(1, 0); -- -------------------------------------------------------- -- -- Table structure for table `bak_newsfeeds` -- CREATE TABLE `bak_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_newsfeeds` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_plugins` -- CREATE TABLE `bak_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=35 ; -- -- Dumping data for table `bak_plugins` -- INSERT INTO `bak_plugins` VALUES(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'); INSERT INTO `bak_plugins` VALUES(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'); INSERT INTO `bak_plugins` VALUES(6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'); INSERT INTO `bak_plugins` VALUES(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `bak_plugins` VALUES(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `bak_plugins` VALUES(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `bak_plugins` VALUES(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `bak_plugins` VALUES(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `bak_plugins` VALUES(12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'); INSERT INTO `bak_plugins` VALUES(13, 'Content - Rating', 'vote', 'content', 0, 4, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'); INSERT INTO `bak_plugins` VALUES(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'); INSERT INTO `bak_plugins` VALUES(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'); INSERT INTO `bak_plugins` VALUES(18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(19, 'Editor - TinyMCE', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=advanced\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'); INSERT INTO `bak_plugins` VALUES(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'); INSERT INTO `bak_plugins` VALUES(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'); INSERT INTO `bak_plugins` VALUES(29, 'System - Legacy', 'legacy', 'system', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'); INSERT INTO `bak_plugins` VALUES(30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'); INSERT INTO `bak_plugins` VALUES(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `bak_plugins` VALUES(34, 'System - Mootools Upgrade', 'mtupgrade', 'system', 0, 8, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); -- -------------------------------------------------------- -- -- Table structure for table `bak_polls` -- CREATE TABLE `bak_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_polls` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_poll_data` -- CREATE TABLE `bak_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_poll_data` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_poll_date` -- CREATE TABLE `bak_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_poll_date` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_poll_menu` -- CREATE TABLE `bak_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_poll_menu` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_sections` -- CREATE TABLE `bak_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_sections` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_session` -- CREATE TABLE `bak_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_session` -- INSERT INTO `bak_session` VALUES('', '1294309861', '6rm7mfudlrhr3j33lpphrvm795', 1, 0, '', 0, 0, '__default|a:7:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1294309861;s:18:"session.timer.last";i:1294309861;s:17:"session.timer.now";i:1294309861;s:22:"session.client.browser";s:90:"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:79:"/home/content/51/6538851/html/drmurugan/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'); INSERT INTO `bak_session` VALUES('admin', '1294309765', 'kdsgv6og6ripd1gc7e2po9u2u4', 0, 62, 'Super Administrator', 25, 1, '__default|a:8:{s:15:"session.counter";i:6;s:19:"session.timer.start";i:1294308834;s:18:"session.timer.last";i:1294308900;s:17:"session.timer.now";i:1294309765;s:22:"session.client.browser";s:90:"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:3:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}s:11:"application";a:1:{s:4:"data";O:8:"stdClass":1:{s:4:"lang";s:0:"";}}s:10:"com_cpanel";a:1:{s:4:"data";O:8:"stdClass":1:{s:9:"mtupgrade";O:8:"stdClass":1:{s:7:"checked";b:1;}}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";s:2:"62";s:4:"name";s:13:"Administrator";s:8:"username";s:5:"admin";s:5:"email";s:22:"john@pixel-studios.com";s:8:"password";s:65:"1a9683e6a3f67fb3bfeb233ee420351e:uNQv7ojWTDT5axZeQ2K1GrWyGxXVCMPN";s:14:"password_clear";s:0:"";s:8:"usertype";s:19:"Super Administrator";s:5:"block";s:1:"0";s:9:"sendEmail";s:1:"1";s:3:"gid";s:2:"25";s:12:"registerDate";s:19:"2011-01-06 03:12:10";s:13:"lastvisitDate";s:19:"0000-00-00 00:00:00";s:10:"activation";s:0:"";s:6:"params";s:0:"";s:3:"aid";i:2;s:5:"guest";i:0;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:79:"/home/content/51/6538851/html/drmurugan/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}s:13:"session.token";s:32:"890153303d34ea2bacaab87fd2fd628b";}'); -- -------------------------------------------------------- -- -- Table structure for table `bak_stats_agents` -- CREATE TABLE `bak_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_stats_agents` -- -- -------------------------------------------------------- -- -- Table structure for table `bak_templates_menu` -- CREATE TABLE `bak_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `bak_templates_menu` -- INSERT INTO `bak_templates_menu` VALUES('rhuk_milkyway', 0, 0); INSERT INTO `bak_templates_menu` VALUES('khepri', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `bak_users` -- CREATE TABLE `bak_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=63 ; -- -- Dumping data for table `bak_users` -- INSERT INTO `bak_users` VALUES(62, 'Administrator', 'admin', 'john@pixel-studios.com', '1a9683e6a3f67fb3bfeb233ee420351e:uNQv7ojWTDT5axZeQ2K1GrWyGxXVCMPN', 'Super Administrator', 0, 1, 25, '2011-01-06 03:12:10', '2011-01-06 10:14:08', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `bak_weblinks` -- CREATE TABLE `bak_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `bak_weblinks` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_banner` -- CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), KEY `idx_banner_catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ; -- -- Dumping data for table `jos_banner` -- INSERT INTO `jos_banner` VALUES(14, 1, '', 'neuro-new', 'neuro-new', 0, 72, 0, 'banner-5.jpg', '', '2011-01-12 13:56:16', 1, 0, '0000-00-00 00:00:00', '', '', 48, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0'); INSERT INTO `jos_banner` VALUES(13, 1, '', 'specialist', 'specialist', 0, 203, 0, 'banner-4.jpg', '', '2011-01-12 13:31:21', 1, 0, '0000-00-00 00:00:00', '', '', 47, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0'); INSERT INTO `jos_banner` VALUES(11, 1, '', 'Contact us', 'contact-us', 0, 284, 0, 'banner-3.jpg', '', '2011-01-12 06:09:08', 1, 0, '0000-00-00 00:00:00', NULL, '', 44, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0'); INSERT INTO `jos_banner` VALUES(9, 1, '', 'Home page', 'home-page', 0, 1944, 0, '', '', '2011-01-13 05:06:32', 1, 0, '0000-00-00 00:00:00', '', '\r\n \r\n \r\n\r\n \r\n ', 13, '', 1, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0'); INSERT INTO `jos_banner` VALUES(10, 1, '', 'about-drmurugan', 'about-drmurugan', 0, 507, 0, 'banner-2.jpg', '', '2011-01-08 07:34:55', 1, 0, '0000-00-00 00:00:00', '', '', 14, '', 1, 2, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', 'width=0\nheight=0'); -- -------------------------------------------------------- -- -- Table structure for table `jos_bannerclient` -- CREATE TABLE `jos_bannerclient` ( `cid` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `contact` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `extrainfo` text NOT NULL, `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` time default NULL, `editor` varchar(50) default NULL, PRIMARY KEY (`cid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `jos_bannerclient` -- INSERT INTO `jos_bannerclient` VALUES(1, 'Open Source Matters', 'Administrator', 'admin@opensourcematters.org', '', 0, '00:00:00', NULL); -- -------------------------------------------------------- -- -- Table structure for table `jos_bannertrack` -- CREATE TABLE `jos_bannertrack` ( `track_date` date NOT NULL, `track_type` int(10) unsigned NOT NULL, `banner_id` int(10) unsigned NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_bannertrack` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_categories` -- CREATE TABLE `jos_categories` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` varchar(255) NOT NULL default '', `section` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `cat_idx` (`section`,`published`,`access`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ; -- -- Dumping data for table `jos_categories` -- INSERT INTO `jos_categories` VALUES(1, 0, 'Latest', '', 'latest-news', '', '1', 'left', '

The latest news from the Joomla! Team

', 1, 0, '0000-00-00 00:00:00', '', 1, 0, 1, ''); INSERT INTO `jos_categories` VALUES(2, 0, 'Joomla! Specific Links', '', 'joomla-specific-links', 'clock.jpg', 'com_weblinks', 'left', 'A selection of links that are all related to the Joomla! Project.', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES(4, 0, 'Joomla!', '', 'joomla', '', 'com_newsfeeds', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES(5, 0, 'Free and Open Source Software', '', 'free-and-open-source-software', '', 'com_newsfeeds', 'left', 'Read the latest news about free and open source software from some of its leading advocates.', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''); INSERT INTO `jos_categories` VALUES(6, 0, 'Related Projects', '', 'related-projects', '', 'com_newsfeeds', 'left', 'Joomla builds on and collaborates with many other free and open source projects. Keep up with the latest news from some of them.', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''); INSERT INTO `jos_categories` VALUES(12, 0, 'Contacts', '', 'contacts', '', 'com_contact_details', 'left', '

Contact Details for this Web site

', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); INSERT INTO `jos_categories` VALUES(13, 0, 'Home', '', 'joomla', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); INSERT INTO `jos_categories` VALUES(14, 0, 'About us', '', 'text-ads', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 0, 0, 0, ''); INSERT INTO `jos_categories` VALUES(15, 0, 'Features', '', 'features', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''); INSERT INTO `jos_categories` VALUES(17, 0, 'Benefits', '', 'benefits', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''); INSERT INTO `jos_categories` VALUES(18, 0, 'Platforms', '', 'platforms', '', 'com_content', 'left', '', 0, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''); INSERT INTO `jos_categories` VALUES(19, 0, 'Other Resources', '', 'other-resources', '', 'com_weblinks', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES(39, 0, 'Cerebral Palsy', '', 'cerebral', '', '5', 'left', '

Doctors use the term cerebral palsy to refer to any one of a number of neurological disorders that appear in infancy or early childhood and permanently affect body movement and muscle coordination but aren''t progressive, in other words, they don''t get worse over time.  

', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES(40, 0, 'Muscular Dystrophies', '', 'muscular-dystrophies', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''); INSERT INTO `jos_categories` VALUES(41, 0, 'Stroke in Children', '', 'stroke-in-children', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 6, 0, 0, ''); INSERT INTO `jos_categories` VALUES(42, 0, 'Hyperactivity (ADHD)', '', 'hyperactivity-adhd', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 8, 0, 0, ''); INSERT INTO `jos_categories` VALUES(43, 0, 'Intellectual Disability', '', 'intellectual-disability', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 9, 0, 0, ''); INSERT INTO `jos_categories` VALUES(34, 0, 'Childhood ', '', 'childhood-', '', '5', 'left', '

Childhood is the age span ranging from birth to adolescence. In developmental psychology, childhood is divided up into the developmental stages of

', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES(35, 0, 'Autism ', '', 'autism-', '', '5', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 7, 0, 0, ''); INSERT INTO `jos_categories` VALUES(36, 0, 'Cerebral Palsy', '', 'cerevrak', '', '5', 'left', '

Doctors use the term cerebral palsy to refer to any one of a number of neurological disorders that appear in infancy or early childhood and permanently affect body movement and muscle coordination but aren''t progressive, in other words, they don''t get worse over time.  

', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''); INSERT INTO `jos_categories` VALUES(37, 0, 'Epilepsy', '', 'epilepsy', '', '5', 'left', '

The condition is more common than many people realise. Around one child in every 200 has epilepsy, and while some will grow out of it, others won''t. 

', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES(38, 0, 'Headache in Children ', '', 'headache', '', '5', 'left', '

As you may be aware, children suffer from a number of different types of headaches. It is important to rule out any dangerous cause for their headache that may classify it as a “secondary headache. 

', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''); INSERT INTO `jos_categories` VALUES(33, 0, 'Joomla! Promo', '', 'joomla-promo', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES(44, 0, 'Contact us', '', 'contact-us', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 0, 0, ''); INSERT INTO `jos_categories` VALUES(45, 0, 'specialist', '', 'specialist', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 3, 0, 0, ''); INSERT INTO `jos_categories` VALUES(46, 0, 'speciality page', '', 'speciality-page', '', '6', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); INSERT INTO `jos_categories` VALUES(47, 0, 'why child neurologist', '', 'why-child-neurologist', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 4, 0, 0, ''); INSERT INTO `jos_categories` VALUES(48, 0, 'neuro-new', '', 'neuro-new', '', 'com_banner', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 5, 0, 0, ''); INSERT INTO `jos_categories` VALUES(49, 0, 'neuro-new', '', 'neuro-new', '', '7', 'left', '', 1, 0, '0000-00-00 00:00:00', NULL, 1, 0, 0, ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_components` -- CREATE TABLE `jos_components` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `link` varchar(255) NOT NULL default '', `menuid` int(11) unsigned NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `admin_menu_link` varchar(255) NOT NULL default '', `admin_menu_alt` varchar(255) NOT NULL default '', `option` varchar(50) NOT NULL default '', `ordering` int(11) NOT NULL default '0', `admin_menu_img` varchar(255) NOT NULL default '', `iscore` tinyint(4) NOT NULL default '0', `params` text NOT NULL, `enabled` tinyint(4) NOT NULL default '1', PRIMARY KEY (`id`), KEY `parent_option` (`parent`,`option`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=34 ; -- -- Dumping data for table `jos_components` -- INSERT INTO `jos_components` VALUES(1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, 'track_impressions=0\ntrack_clicks=0\ntag_prefix=\n\n', 1); INSERT INTO `jos_components` VALUES(2, 'Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '', 1); INSERT INTO `jos_components` VALUES(3, 'Clients', '', 0, 1, 'option=com_banners&c=client', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `jos_components` VALUES(4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/component.png', 0, 'show_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 1); INSERT INTO `jos_components` VALUES(5, 'Links', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '', 1); INSERT INTO `jos_components` VALUES(6, 'Categories', '', 0, 4, 'option=com_categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `jos_components` VALUES(7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/component.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1); INSERT INTO `jos_components` VALUES(8, 'Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '', 1); INSERT INTO `jos_components` VALUES(9, 'Categories', '', 0, 7, 'option=com_categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, 'contact_icons=0\nicon_address=\nicon_email=\nicon_telephone=\nicon_fax=\nicon_misc=\nshow_headings=1\nshow_position=1\nshow_email=0\nshow_telephone=1\nshow_mobile=1\nshow_fax=1\nbannedEmail=\nbannedSubject=\nbannedText=\nsession=1\ncustomReply=0\n\n', 1); INSERT INTO `jos_components` VALUES(10, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '', 1); INSERT INTO `jos_components` VALUES(11, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '', 1); INSERT INTO `jos_components` VALUES(12, 'Feeds', '', 0, 11, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, 'show_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 1); INSERT INTO `jos_components` VALUES(13, 'Categories', '', 0, 11, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '', 1); INSERT INTO `jos_components` VALUES(14, 'User', 'option=com_user', 0, 0, '', '', 'com_user', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(15, 'Search', 'option=com_search', 0, 0, 'option=com_search', 'Search Statistics', 'com_search', 0, 'js/ThemeOffice/component.png', 1, 'enabled=0\n\n', 1); INSERT INTO `jos_components` VALUES(16, 'Categories', '', 0, 1, 'option=com_categories§ion=com_banner', 'Categories', '', 3, '', 1, '', 1); INSERT INTO `jos_components` VALUES(17, 'Wrapper', 'option=com_wrapper', 0, 0, '', 'Wrapper', 'com_wrapper', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(18, 'Mail To', '', 0, 0, '', '', 'com_mailto', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(19, 'Media Manager', '', 0, 0, 'option=com_media', 'Media Manager', 'com_media', 0, '', 1, 'upload_extensions=bmp,csv,doc,epg,gif,ico,jpg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,EPG,GIF,ICO,JPG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\nupload_maxsize=10000000\nfile_path=images\nimage_path=images/stories\nrestrict_uploads=1\nallowed_media_usergroup=3\ncheck_mime=1\nimage_extensions=bmp,gif,jpg,png\nignore_extensions=\nupload_mime=image/jpeg,image/gif,image/png,image/bmp,application/x-shockwave-flash,application/msword,application/excel,application/pdf,application/powerpoint,text/plain,application/x-zip\nupload_mime_illegal=text/html\nenable_flash=0\n\n', 1); INSERT INTO `jos_components` VALUES(20, 'Articles', 'option=com_content', 0, 0, '', '', 'com_content', 0, '', 1, 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=0\n\n', 1); INSERT INTO `jos_components` VALUES(21, 'Configuration Manager', '', 0, 0, '', 'Configuration', 'com_config', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(22, 'Installation Manager', '', 0, 0, '', 'Installer', 'com_installer', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(23, 'Language Manager', '', 0, 0, '', 'Languages', 'com_languages', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(24, 'Mass mail', '', 0, 0, '', 'Mass Mail', 'com_massmail', 0, '', 1, 'mailSubjectPrefix=\nmailBodySuffix=\n\n', 1); INSERT INTO `jos_components` VALUES(25, 'Menu Editor', '', 0, 0, '', 'Menu Editor', 'com_menus', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(27, 'Messaging', '', 0, 0, '', 'Messages', 'com_messages', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(28, 'Modules Manager', '', 0, 0, '', 'Modules', 'com_modules', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(29, 'Plugin Manager', '', 0, 0, '', 'Plugins', 'com_plugins', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(30, 'Template Manager', '', 0, 0, '', 'Templates', 'com_templates', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(31, 'User Manager', '', 0, 0, '', 'Users', 'com_users', 0, '', 1, 'allowUserRegistration=1\nnew_usertype=Registered\nuseractivation=1\nfrontend_userparams=1\n\n', 1); INSERT INTO `jos_components` VALUES(32, 'Cache Manager', '', 0, 0, '', 'Cache', 'com_cache', 0, '', 1, '', 1); INSERT INTO `jos_components` VALUES(33, 'Control Panel', '', 0, 0, '', 'Control Panel', 'com_cpanel', 0, '', 1, '', 1); -- -------------------------------------------------------- -- -- Table structure for table `jos_contact_details` -- CREATE TABLE `jos_contact_details` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `con_position` varchar(255) default NULL, `address` text, `suburb` varchar(100) default NULL, `state` varchar(100) default NULL, `country` varchar(100) default NULL, `postcode` varchar(100) default NULL, `telephone` varchar(255) default NULL, `fax` varchar(255) default NULL, `misc` mediumtext, `image` varchar(255) default NULL, `imagepos` varchar(20) default NULL, `email_to` varchar(255) default NULL, `default_con` tinyint(1) unsigned NOT NULL default '0', `published` tinyint(1) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `params` text NOT NULL, `user_id` int(11) NOT NULL default '0', `catid` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `mobile` varchar(255) NOT NULL default '', `webpage` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `jos_contact_details` -- INSERT INTO `jos_contact_details` VALUES(1, 'Contact Us', 'name', 'Dr. Murugan', 'Dr Murugan’s Child Neuro Centre\r\nKasthuri Nagar,\r\nOpposite Adyar Anandabhawan, \r\nAdyar, Chennai,\r\nTamilnadu - 600020\r\nIndia', ' Chennai', 'Tamilnadu', 'India', '600020', '+91 9940 375 085', '', '', '', 'top', 'murudr@gmail.com', 0, 1, 62, '2011-02-02 09:50:52', 1, 'show_name=1\nshow_position=0\nshow_email=1\nshow_street_address=1\nshow_suburb=0\nshow_state=0\nshow_postcode=0\nshow_country=0\nshow_telephone=1\nshow_mobile=0\nshow_fax=1\nshow_webpage=1\nshow_misc=1\nshow_image=1\nallow_vcard=0\ncontact_icons=1\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_email_form=1\nemail_description=1\nshow_email_copy=1\nbanned_email=\nbanned_subject=\nbanned_text=', 0, 12, 0, '', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_content` -- CREATE TABLE `jos_content` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `title_alias` varchar(255) NOT NULL default '', `introtext` mediumtext NOT NULL, `fulltext` mediumtext NOT NULL, `state` tinyint(3) NOT NULL default '0', `sectionid` int(11) unsigned NOT NULL default '0', `mask` int(11) unsigned NOT NULL default '0', `catid` int(11) unsigned NOT NULL default '0', `created` datetime NOT NULL default '0000-00-00 00:00:00', `created_by` int(11) unsigned NOT NULL default '0', `created_by_alias` varchar(255) NOT NULL default '', `modified` datetime NOT NULL default '0000-00-00 00:00:00', `modified_by` int(11) unsigned NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `images` text NOT NULL, `urls` text NOT NULL, `attribs` text NOT NULL, `version` int(11) unsigned NOT NULL default '1', `parentid` int(11) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `metakey` text NOT NULL, `metadesc` text NOT NULL, `access` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0', `metadata` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_section` (`sectionid`), KEY `idx_access` (`access`), KEY `idx_checkout` (`checked_out`), KEY `idx_state` (`state`), KEY `idx_catid` (`catid`), KEY `idx_createdby` (`created_by`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=68 ; -- -- Dumping data for table `jos_content` -- INSERT INTO `jos_content` VALUES(46, 'What is autism?', 'what-is-autism', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
Autism is one of a range of conditions that comes under the umbrella term ‘autistic spectrum''.  It is a lifelong developmental disability that affects how a person communicates with, and relates to, others. It affects four times as many boys as girls, and has no class or social barriers.

Children with autism usually experience difficulty in three main areas but to varying degrees. These areas are: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
Social interaction (not understanding the subtleties of social situations, such as how to recognise and interpret other people''s feelings and manage their own).
\r\n
Social communication (difficulty understanding and using verbal and non verbal language, such as facial expressions)
Social imagination (such as lack of creative play).
\r\n
“If one child in a family has autism, a sibling has a three to five per cent chance of also having the condition or a related problem, such as a language disorder”.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\nWhat causes it?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\nWe still don''t really know. One theory is that autism is due to an abnormality in the functioning of the frontal lobes of the brain. But there is also a genetic element. If one child in a family has autism, a sibling has a three to five per cent chance of also having the condition or a related problem, such as a language disorder. This is a much higher rate than in the population as a whole. \r\n

What is clear is that autism is linked with some changes in brain development and research indicates that a combination of factors – genetic and environmental – may account for this.

\r\n

“A study found that a baby''s lack of response to his or her name was one of the most useful distinguishing early signs in autism”.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\nWhat are the early signs and symptoms?

The early signs of autism can be present under the age of one in a severely affected child. A study that looked retrospectively at videos taken during the first year of a child''s life found that a baby''s lack of response to his or her name was one of the most useful distinguishing early signs in autism. Signs in children at the more able end of the spectrum tend to be picked up later. Although their early language development may be normal they run into difficulties as social demands get greater, and may only present with problems when they get to school. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nIs diagnosis important?

\r\n

Having a diagnosis is helpful because it will help a child with autism (and their family) understand why they experience certain difficulties, and it can help people access specialist services and support.The child''s Doctor can refer them to a specialist like pediatric neurologist or child psychiatrist, who is able to make a diagnosis.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat help is available?

\r\n

There is, at present, no known cure for conditions on the autism spectrum (including Asperger syndrome). As the nature of autism is so complex, many interventions have been developed over the years with competing claims made for their effectiveness.They range from communication based approaches that build on the strengths of the person with autism, such as PECS (Pictorial Exchange Communication System) and TEACCH (Treatment of Autistic and Communication Handicapped Children) to more traditional behavioural techniques designed to teach basic learning skills, such as ABA (Applied Behavioural Analysis). They also include specific diets, supplements and medications.An intervention that helps one child may not be effective for another and some may be highly specific to individual medical conditions.

\r\n

“Many autistic children find change upsetting and often prefer strict routines, so they know exactly what''s going to happen every day”.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat does being autistic mean for a child?

\r\n

The world can seem confusing for children with autism. They often have trouble understanding the subtleties of how to ‘read'' and relate to other people. This might mean they fail to pick up cues that they are annoying you, or may say whatever comes into their mind without understanding why it might hurt another person''s feelings – for example, pointing to someone who is overweight and commenting on it within hearing range, without realising why this is inappropriate.

\r\n

Many autistic children find change upsetting and often prefer strict routines, so they know exactly what''s going to happen every day. In school, this may lead to a child being seen as unco-operative or difficult. They might, for instance, insist on always sitting in the same place in class. It can also be difficult for them to try a new approach to something once they have been taught the ‘right'' way to do it.

\r\n

Sensory sensitivity is another common problem. This can mean a child''s sense of sight, sound, smell, touch or taste is intensified (hyper-sensitive) or under-sensitive (hypo-sensitive). A child may find it harder to use their body awareness system, which tells us where our bodies are. It can be harder to navigate rooms avoiding obstructions, stand at an appropriate distance from other people and carry out ‘fine motor'' tasks, such as tying shoelaces.A child with autism will often develop an obsessional interest in a hobby or collecting something. Some obsessional interests can be quite disruptive to family life; although in some cases children can often go on to work or study in their favourite subjects.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the key problems faced by families?

\r\n

It can be hard for families because their child does not ‘look'' disabled. People may simply think their child is being naughty.Children who are severely affected may have little or no language, may find all forms of social interaction difficult, and may also have severe intellectual impairment. They can have very difficult behaviours and will need a lot of support and specialist input throughout childhood, needing care and protection into adult life.Children who are less severely affected will still need specialist help, whether they are in mainstream or special schools. Getting the right input at an early stage can be very important in maximising their skills and abilities.

\r\n

“Autism affects every child in a different way. Some will learn to develop coping strategies and grow up to lead relatively independent lives. Others will need a lifetime of specialist support”.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat is Asperger syndrome?

\r\n

Asperger syndrome is a form of autism that affects the way a person communicates and relates to others. It is often referred to as ‘mild autism'' but for those affected and their families it is important not to underestimate its impact and the need for specialist help.

\r\n

Children with Asperger Syndrome tend to have difficulty interacting and forming social relationships with other children and adults. Their imaginative and creative play skills are limited or unusual. They often have very well developed interests and can be phenomenally knowledgeable about these topics. Language is not a problem and children don''t have learning difficulties. Most go to mainstream schools and can make good progress, but a diagnosis is important so that help can be targeted appropriately.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat''s the outlook?

\r\n

Autism affects every child in a different way. Some will learn to develop coping strategies and grow up to lead relatively independent lives. Others will need a lifetime of specialist support.While many children find their problems get better as they get older and learn coping strategies, they can be left with reduced confidence and self esteem. It''s important they have time to do the things they enjoy. At school the focus should be equally on what a child does well, and on working at the things they find difficult.

\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 5, 0, 35, '2011-01-05 06:07:42', 62, '', '2011-02-03 08:11:25', 62, 0, '0000-00-00 00:00:00', '2011-01-05 06:07:42', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=en-GB\nkeyref=\nreadmore=', 22, 0, 1, '', '', 0, 2, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(47, 'What is epilepsy?', 'what-is-epilepsy', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
“Don''t let epilepsy stop you or your near ones from moving ahead”
\r\n

A person with epilepsy has a tendency to have recurrent seizures or fits.

\r\n

The condition is more common than many people realise. Around one child in every 200 has epilepsy, and while some will grow out of it, others won''t.

\r\n

Most children with epilepsy can have their seizures controlled effectively by medication. Once the right type or combination of medication has been found it is possible to reduce the number of seizures. In some cases they can even stop altogether.

\r\n

The vast majority of children can lead full and active lives. Having epilepsy should not interfere with normal school life or their enjoyment of most activities.

\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is epilepsy?
What happens during a seizure?
What are the effects of a seizure?
What are the types of Epileptic seizures?
What causes epilepsy?
What triggers a seizure?
How is epilepsy diagnosed?
What are the treatments for epilepsy?
What is the outlook (prognosis) for people with epilepsy?
Who are all the famous people who have had Epilepsy in the history?
\r\n
\r\n
What is epilepsy?

\r\n

Having one seizure doesn''t mean a child has epilepsy. The condition means a child has a tendency to have recurrent seizures. These seizures are caused by a sudden burst of electrical activity in the brain. This means there is a temporary disruption in the way that messages are passed between brain cells.

\r\n

The brain is responsible for all the body''s functions, so what happens during a seizure will depend on exactly where in the brain the seizure begins, and how widely and quickly it spreads. For this reason there are lots of different types of seizures.

\r\n

The most common type of seizure is known as a ‘tonic-clonic'' seizure. There are other types too though including, in children, ‘absence'' seizures.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat happens during a seizure?

\r\n

A tonic-clonic seizure happens in two stages. First, the body''s muscles contract and a person becomes stiff. They might cry out, and breathing can become irregular. The second, clonic, stage happens when the limbs jerk. This is caused by the muscles contracting and relaxing in quick succession.

\r\n

It isn''t possible to stop the seizure. During the second phase, a person might bite their tongue and the inside of their cheeks. 

After a minute or so, the muscles relax and the person goes limp. They are unconscious and will slowly regain consciousness. Afterwards, they may seem groggy or confused, and may not be able to remember anything at first. They can be left with a headache and aching limbs that can last for hours or even days.

\r\n

An absence seizure involves a child stopping their normal activity, and apparently staring into space as though they are daydreaming for 10-15 seconds. They don''t appear to see or hear anything, and afterwards a child has no memory of the seizure.

\r\n

Other seizure types may involve a change in behaviour and confusion over one or two minutes.

\r\nWhat to do \r\n

If your child experiences a tonic-clonic seizure, don''t try to stop it. Instead move any furniture out of the way, try to loosen any tight clothing around the neck and stay with your child until the seizure has finished. As soon as uncontrolled movements finish, lay the child on their side in the recovery position.

\r\n

If your child has another type of seizure, sit them down quietly and stay with them until they are fully recovered and alert. Reassure your child calmly.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the effects of a seizure?

\r\n

Having a seizure doesn''t itself cause any harm. It won''t cause any sort of brain damage or internal damage. But a person might injure themselves during a tonic-clonic seizure, for example by biting their tongue or the inside of their cheek by accident, or because of things they might bump into or hurt themselves on in their immediate environment.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the types of Epileptic seizures?

\r\n

Seizures are divided into two main types - generalised and partial. (There are also other uncommon types of seizure.) If you have epilepsy you usually have recurrences of the same type of seizure. However, some people have different types of seizure at different times.

\r\nGeneralised seizures\r\n

These occur if the abnormal electrical activity affects all or most of the brain. The symptoms tend to be ''general'' and involve much of your body. There are various types.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
A tonic-clonic seizure is the most common type of generalised seizure. With this type of seizure your whole body stiffens, you lose consciousness, and then your body shakes (convulses) due to uncontrollable muscle contractions.
Absence seizure is another type of generalised seizure. With this type of seizure you have a brief loss of consciousness or awareness. There is no convulsion, you do not fall over, and it usually lasts only seconds. Absence seizures mainly occur in children.
A myoclonic seizure is caused by a sudden contraction of the muscles, which causes a jerk. These can affect the whole body but often occur in just one or both arms.
A tonic seizure causes a brief loss of consciousness, and you may become stiff and fall to the ground.
An atonic seizure causes you to become limp and to collapse, often with only a brief loss of consciousness.
\r\n
Partial seizures \r\n

In these types of seizures the burst of electrical activity starts in, and stays in, one part of the brain. Therefore, you tend to have localised or ''focal'' symptoms. Different parts of the brain control different functions and so symptoms depend on which part of the brain is affected:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Simple partial seizures are one type. You may have muscular jerks or strange sensations in one arm or leg. You may develop an odd taste, or pins and needles in one part of your body. You do not lose consciousness or awareness.
Complex partial seizures are another type. These commonly arise from a temporal lobe (a part of the brain) but may start in any part of the brain. Therefore, this type is sometimes called ''temporal lobe epilepsy''. Depending on the part of the brain affected, you may behave strangely for a few seconds or minutes. For example, you may fiddle with an object, or mumble, or wander aimlessly. In addition, you may have odd emotions, fears, feelings, visions, or sensations. These differ from simple partial seizures in that your consciousness is affected. You may not remember having a seizure.
\r\n

Sometimes a partial seizure develops into a generalised seizure. This is called a secondary generalised seizure.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat causes epilepsy?

Unknown cause (''idiopathic epilepsy'')
In many cases, no cause for the seizures can be found. The abnormal bursts of electrical activity in the brain occur ''out of the blue''. It is unclear why they start, or continue to occur. Genetic (hereditary) factors may play a part in some cases. People with idiopathic epilepsy usually have no other neurological (brain) condition. Medication to control seizures usually works very well. Symptomatic

Epilepsy
In some cases, an underlying brain condition or brain damage causes epilepsy. Some conditions are present at birth. Some conditions develop later in life. There are many such conditions. For example: a patch of scar tissue in a part of the brain, a head injury, stroke, cerebral palsy, some genetic syndromes, growths or tumours of the brain, and previous infections of the brain such as meningitis, encephalitis. The condition may ''irritate'' the surrounding brain cells and trigger seizures.

Some underlying conditions may cause no other problems apart from seizures. In other cases, the underlying condition may cause other problems or disabilities in addition to the seizures.

These days, with more advanced scans and tests, a cause can be found for some cases previously thought to be idiopathic (unknown cause). For example, a small piece of scar tissue in the brain, or a small anomaly of some blood vessels inside the brain. These may now be found by modern brain scanning equipment which is more sophisticated than in the past.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat triggers a seizure?

\r\n

There is often no apparent reason why a seizure occurs at one time and not at another. However, some people with epilepsy find that certain ''triggers'' make a seizure more likely. These are not the cause of epilepsy, but may trigger a seizure on some occasions.

Possible triggers may include:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Stress or anxiety.
Some medicines such as antidepressants, antipsychotic medication (these lower the seizure threshold in the brain).
Lack of sleep, or tiredness.
Irregular meals (or skipping meals) which may cause a low blood sugar level.
Heavy alcohol intake or using street drugs.
Flickering lights such as from strobe lighting or video games.
Menstruation (periods).
Illnesses which cause fever such as ''flu or other infections.
\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nHow is epilepsy diagnosed?

\r\n

You should see a doctor if you have had a ''possible seizure'' or similar event. Sometimes it is difficult for a doctor to confirm that you have had a seizure. The most important part of confirming the diagnosis is the description of what happened. Other conditions can look like seizures. For example, faints, panic attacks, collapses due to heart problems, breath-holding attacks in children.

Therefore, it is important that a doctor should have a clear description of what happened during the ''event''. It may be that a person who witnessed your seizure may be able to give a more accurate description of what happened during your seizure.

There is no one test to confirm a diagnosis of epilepsy. However, tests such as brain scans, EEG and blood tests may help to make a diagnosis.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
A brain scan (usually an MRI or CT scan) shows the structure of different parts of the brain. This may be performed in some people.
ElectroEncephaloGram (EEG) . This test records the electrical activity of the brain. Special stickers are placed on various parts of the scalp. They are connected to the EEG machine. This amplifies the tiny electrical messages given off by the brain and records their pattern on paper or computer. The test is painless. Some types of seizure produce typical EEG patterns. However, a normal recording does not rule out epilepsy, and not all EEG abnormalities are related to epilepsy.
Blood tests and other tests may be advised to check on your general well being. They may also look for other possible causes of the ''event''.
\r\nAlthough helpful, tests are not foolproof. It is possible to have epilepsy with normal test results. Also, if an abnormality is found on a brain scan, it does not prove that it causes seizures.

However, tests may help to decide if the ''event'' was a seizure, or caused by something else. It is unusual for a diagnosis of epilepsy to be made after one seizure, as the definition of epilepsy is ''recurrent seizures''. For this reason a doctor may suggest to ''wait and see'' if it happens again before making a firm diagnosis of epilepsy.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the treatments for epilepsy?

Medication
Epilepsy cannot be ''cured'' with medication. However, with the right type and strength of medication, the majority of people with epilepsy do not have seizures. The medicines work by stabilizing the electrical activity of the brain. You need to take medication every day to prevent seizures. Deciding on which medicine to prescribe depends on such things as: your type of epilepsy, your age, other medicines that you may take for other conditions, possible side-effects.

One medicine can prevent seizures in most cases. A low dose is usually started at first. The dose may be increased if this fails to prevent seizures. In some cases two medicines are needed to prevent seizures.

The decision when to start medication may be difficult. A first seizure may not mean that you have epilepsy, as a second seizure may never happen, or may occur years later. The decision to start medication should be made by weighing up all the pros and cons of starting, or not starting, the medicine. It is unusual to start treatment after a first seizure. A common option is to ''wait and see'' after a first seizure. If you have a second seizure within a few months, more are likely.

Medication is commonly started after a second seizure that occurs within 12 months of the first. However, there are no definite rules and the decision to start medication should be made after a full discussion with your doctor.

The type of treatment you will be given often depends on the type of seizures you have and also if you are taking any other medication.

Some points about medication for epilepsy include the following:
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Ask your doctor how long treatment is likely to be advised. This will vary from case to case. If you have not had seizures for several years, you may wish to try stopping medication. However, this depends on your particular type of epilepsy, as some types will need medication for life. Your life circumstances may influence the decision about stopping medication. However, if you are a teenager who has been free of seizures for some years, you may be happy to take the risk.
Although the list of possible side-effects for each medicine seems long, in practice, most people have few or no side-effects, or just minor ones. Ask your doctor which side-effects are important to look out for. If you develop a troublesome side-effect it may be dose-related, or may diminish in time. Alternatively, a switch to another medicine may be advised.
Medicines which are used for other conditions may interfere with medication for epilepsy. If you are prescribed or buy another medicine, remind your doctor or pharmacist that you take medication for epilepsy. Even things like indigestion medicines may interact with your epilepsy medication, which may increase your chance of having a seizure.
Some medicines for epilepsy interfere with the contraceptive pill . A higher dose pill or an alternative method of contraception may be needed.
\r\n
Other treatments for epilepsy
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Surgery to remove a small part of the brain which is the underlying cause of the epilepsy. This is only a suitable option if your seizures start in one small area of your brain (this means it is only possible for a minority of people with epilepsy). It may be considered when medication fails to prevent seizures. However, there are risks from operations. Only a small number of people with epilepsy are suitable for surgery and, even for those who are, there are no guarantees of success. Surgical techniques continue to improve and surgery may become an option for more and more people in the future.
Vagal nerve stimulation is a treatment for epilepsy, where a small generator is implanted under the skin below the left collar bone. The vagus nerve is stimulated to reduce the frequency and intensity of seizures. This can be suitable for some people with seizures that are difficult to control with medication.
The ketogenic diet is a diet very high in fat, low in protein and almost carbohydrate-free which can be effective in the treatment of difficult-to-control seizures in children.
Complementary therapies such as aromatherapy may help with relaxation and relieve stress, but have no proven effect on preventing seizures.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat is the outlook (prognosis) for people with epilepsy?

\r\n

The success in preventing seizures by medication varies depending on your type of epilepsy. For example, if no underlying cause can be found for your seizures (idiopathic epilepsy), you have a very good chance that medication can fully control your seizures. Seizures caused by some underlying brain problems may be more difficult to control.

The overall outlook is better than many people realise. The following figures are based on studies of people with epilepsy, which looked back over a five-year period. These figures are based on grouping people with all types of epilepsy together, which gives an overall picture:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
About 5 in 10 people with epilepsy will have no seizures at all over a five-year period. Many of these people will be taking medication to stop seizures. Some will have stopped treatment having had two or more years without a seizure whilst taking medication.
About 3 in 10 people with epilepsy will have some seizures in this five-year period, but far fewer than if they had not taken medication.
So, in total, with medication, about 8 in 10 people with epilepsy are ''well controlled'' with either no, or few, seizures.
The remaining 2 in 10 people experience seizures, despite medication.
A very small number of people with epilepsy have sudden unexplained death. The exact cause of this is unknown, but may be related to a change in the breathing pattern or to abnormal heart rhythms during a seizure. However, this is rare and the vast majority of people with epilepsy fully recover following each seizure.
\r\n trial without medication may be an option if you have not had any seizures over 2-3 years. If a decision to stop treatment is made, a gradual reduction of the dose of medication is usually advised over several months. You should never stop taking medication without discussing it with a doctor.

The above section on outlook (prognosis) relates just to seizures. Some underlying brain conditions which cause seizures may cause additional problems.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Who are all the famous people who have had Epilepsy in the history?

Julius Caesar, Alexander the Great, Socrates, Beethoven, Napoleon Bonaparte, Charles Dickens, Alfred Nobel and many others

\r\n

Seven Common Myths & Misconceptions about Epilepsy:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
MythsFacts
1.\r\n

You can swallow your tongue during a seizure.

\r\n
\r\n

It''s physically impossible to swallow your tongue

\r\n
2.\r\n

You should force something into the mouth of someone having a seizure

\r\n
\r\n

Absolutely not! The correct first aid is simple. Just gently roll the person on one side and put something soft under his head to protect him from getting injured.

\r\n
3.\r\n

You should restrain someone having a seizure.

\r\n
\r\n

Never use restraint! The seizure will run its course and you can not stop it.

\r\n
4.\r\n

Epilepsy is contagious.

\r\n
\r\n

You simply can''t catch epilepsy from another person.

\r\n
5.\r\n

People with epilepsy are disabled and can''t work

\r\n
\r\n

People with the condition have the same range of abilities and intelligence as the rest of us. Some have severe seizures and cannot work; others are successful and productive in challenging careers.

\r\n
6.\r\n

You can''t die from epilepsy.

\r\n
\r\n

Epilepsy still can be a very serious condition and individuals do die of it.

\r\n
7.\r\n

People with epilepsy are physically limited in what they can do.

\r\n
\r\n

In most cases, epilepsy isn''t a barrier to physical achievement, although some individuals are more severely affected and may be limited in what they can do.

\r\n
\r\n
Dealing With a Tonic-clonic Seizure
Tonic-clonic seizures are a common form of epileptic seizure. The following are some tips on how a bystander can help.
\r\n

Seizures can vary enormously in their type and duration. The following is a guide to assist a person who is having a seizure.

\r\nDuring a seizure:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Note the time.
Do - prevent crowds gathering round.
Do - place a cushion or some clothing under the head to prevent injury.
Do not - try to restrain the person. If there is a warning or ''aura'' before a seizure, it may be possible to guide the person to a safe place or cushion the expected fall to the ground. When the seizure starts, do not try and hold the person upright, but let them lie down.
Do not - move the person unless they are in a dangerous place (for example in a road or next to a fire). If possible, move dangerous objects away from the person.
Do not - place anything in the person''s mouth, or try to move the tongue.
\r\n
Once the seizure has stopped:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Do - roll the person on to their side into the ''recovery position''.
Do - check that breathing has resumed normally. It is normal for breathing to stop for a short while during the stiff (tonic) part of the seizure. The face will go pale or bluish. During the convulsive (clonic) part, breathing is irregular. After the seizure is over, breathing returns to normal. If not, check there is nothing stopping breathing such as food or false teeth. The recovery position helps saliva and anything in the mouth (such as food or vomit) to drain out of the mouth and not back into the throat.
Do - stay and talk to the person. Give reassurance until they are fully recovered. It may take a while for the person to fully wake up. Do not leave a person alone whilst they remain dazed or confused.
Do not - offer something to eat or drink until you are sure they are fully recovered.
\r\n

Call a doctor or an ambulance:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
If it is their first seizure.
If an injury has occurred, this cannot be dealt with.
If the seizure does not stop after a few minutes. Status epilepticus is rare but means a seizure does not stop, or they keep recurring one after the other. This is an emergency and needs urgent treatment to stop the seizure.
If there is difficulty with breathing.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


\r\n
\r\n
', '', 1, 5, 0, 37, '2011-01-05 07:59:55', 62, '', '2011-02-03 08:13:07', 62, 0, '0000-00-00 00:00:00', '2011-01-05 07:59:55', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 18, 0, 1, '', '', 0, 4, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(48, 'What is Cerebral Palsy?', 'what-is-cerebral-palsy', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is Cerebral Palsy?
What Are the Early Signs?
What Causes Cerebral Palsy?
What are the Risk Factors?
Can Cerebral Palsy Be Prevented?
What Are the Different Forms?
What Other Conditions Are Associated With Cerebral Palsy?
How Does a Doctor Diagnose Cerebral Palsy?
How is Cerebral Palsy Managed?
What Specific Treatments Are Available?
Drug Treatments
Orthotic Devices
Assistive Technology
Are There Treatments for Other Conditions Associated with Cerebral Palsy?
\r\n
\r\n
What is Cerebral Palsy? \r\n

Doctors use the term cerebral palsy to refer to any one of a number of neurological disorders that appear in infancy or early childhood and permanently affect body movement and muscle coordination but aren''t progressive, in other words, they don''t get worse over time.  The term cerebral refers to the two halves or hemispheres of the brain, in this case to the motor area of the brain''s outer layer (called the cerebral cortex), the part of the brain that directs muscle movement; palsy refers to the loss or impairment of motor function.

\r\n

Even though cerebral palsy affects muscle movement, it isn''t caused by problems in the muscles or nerves.  It is caused by abnormalities inside the brain that disrupt the brain''s ability to control movement and posture.

\r\n

In some cases of cerebral palsy, the cerebral motor cortex hasn''t developed normally during fetal growth.  In others, the damage is a result of injury to the brain either before, during, or after birth.  In either case, the damage is not repairable and the disabilities that result are permanent.

\r\nChildren with cerebral palsy exhibit a wide variety of symptoms, including:
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Lack of muscle coordination when performing voluntary movements ( ataxia );
Stiff or tight muscles and exaggerated reflexes ( spasticity );
Walking with one foot or leg dragging;
Walking on the toes, a crouched gait, or a “scissored” gait;
Variations in muscle tone, either too stiff or too floppy;
Excessive drooling or difficulties swallowing or speaking;
Shaking ( tremor ) or random involuntary movements; and
Difficulty with precise motions, such as writing or buttoning a shirt.
\r\n

The symptoms of cerebral palsy differ in type and severity from one person to the next, and may even change in an individual over time.  Some people with cerebral palsy also have other medical disorders, including mental retardation, seizures, impaired vision or hearing, and abnormal physical sensations or perceptions.

\r\n

Cerebral palsy doesn''t always cause profound disabilities.   While one child with severe cerebral palsy might be unable to walk and need extensive, lifelong care, another with mild cerebral palsy might be only slightly awkward and require no special assistance.

\r\n

Cerebral palsy isn''t a disease.  It isn''t contagious and it can''t be passed from one generation to the next.  There is no cure for cerebral palsy, but supportive treatments, medications, and surgery can help many individuals improve their motor skills and ability to communicate with the world.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat Are the Early Signs?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
The early signs of cerebral palsy usually appear before a child reaches 3 years of age.
Parents are often the first to suspect that their baby''s motor skills aren''t developing normally.
Infants with cerebral palsy frequently have developmental delay , in which they are slow to reach developmental milestones such as learning to roll over, sit, crawl, smile, or walk.
Some infants with cerebral palsy have abnormal muscle tone as infants. Decreased muscle tone ( hypotonia ) can make them appear relaxed, even floppy. Increased muscle tone ( hypertonia) can make them seem stiff or rigid.
In some cases, an early period of hypotonia will progress to hypertonia after the first 2 to 3 months of life.
Children with cerebral palsy may also have unusual posture or favor one side of the body when they move.
\r\n

Parents who are concerned about their baby''s development for any reason should contact their pediatrician.  A doctor can determine the difference between a normal lag in development and a delay that could indicate cerebral palsy.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat Causes Cerebral Palsy?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
The majority of children with cerebral palsy are born with it, although it may not be detected until months or years later.  This is called congenital cerebral palsy .
In the past, if doctors couldn''t identify another cause, they attributed most cases of congenital cerebral palsy to problems or complications during labor that caused asphyxia (a lack of oxygen) during birth.
However, extensive research by NINDS scientists and others has shown that few babies who experience asphyxia during birth grow up to have cerebral palsy or any other neurological disorder. Birth complications, including asphyxia, are now estimated to account for only 5 to 10 percent of the babies born with congenital cerebral palsy.
A small number of children have acquired cerebral palsy , which means the disorder begins after birth.  In these cases, doctors can often pinpoint a specific reason for the problem, such as brain damage in the first few months or years of life, brain infections such as bacterial meningitis or viral encephalitis, or head injury from a motor vehicle accident, a fall, or child abuse.
What causes the remaining 90 to 95 percent?  Research has given us a bigger and more accurate picture of the kinds of events that can happen during early fetal development, or just before, during, or after birth, that cause the particular types of brain damage that will result in congenital cerebral palsy.  There are multiple reasons why cerebral palsy happens – as the result of genetic abnormalities, maternal infections or fevers, or fetal injury, for example.  But in all cases the disorder is the result of four types of brain damage that cause its characteristic symptoms:
\r\n

Damage to the white matter of the brain ( periventricular leukomalacia [PVL]). The white matter of the brain is responsible for transmitting signals inside the brain and to the rest of the body.   PVL describes a type of damage that looks like tiny holes in the white matter of an infant''s brain.  These gaps in brain tissue interfere with the normal transmission of signals.  There are a number of events that can cause PVL, including maternal or fetal infection.

\r\n

Researchers have also identified a period of selective vulnerability in the developing fetal brain, a period of time between 26 and 34 weeks of gestation , in which periventricular white matter is particularly sensitive to insults and injury.

\r\n

Abnormal development of the brain ( cerebral dysgenesis ). Any interruption of the normal process of brain growth during fetal development can cause brain malformations that interfere with the transmission of brain signals.  The fetal brain is particularly vulnerable during the first 20 weeks of development.  Mutations in the genes that control brain development during this early period can keep the brain from developing normally.  Infections, fevers, trauma, or other conditions that cause unhealthy conditions in the womb also put an unborn baby''s nervous system at risk.

\r\n

Bleeding in the brain ( intracranial hemorrhage ). Intracranial hemorrhage describes bleeding inside the brain caused by blocked or broken blood vessels.  A common cause of this kind of damage is fetal stroke.   Some babies suffer a stroke while still in the womb because of blood clots in the placenta that block blood flow.  Other types of fetal stroke are caused by malformed or weak blood vessels in the brain or by blood-clotting abnormalities.  Maternal high blood pressure (hypertension ) is a common medical disorder during pregnancy that has been known to cause fetal stroke.  Maternal infection, especially pelvic inflammatory disease , has also been shown to increase the risk of fetal stroke.

\r\nBrain damage caused by a lack of oxygen in the brain ( hypoxic-ischemic encephalopathy or intrapartum asphyxia ). Asphyxia, a lack of oxygen in the brain caused by an interruption in breathing or poor oxygen supply, is common in babies due to the stress of labor and delivery.  But even though a newborn''s blood is equipped to compensate for short-term low levels of oxygen, if the supply of oxygen is cut off or reduced for lengthy periods, an infant can develop a type of brain damage called hypoxic-ischemic encephalopathy, which destroys tissue in the cerebral motor cortex and other areas of the brain.    This kind of damage can also be caused by severe maternal low blood pressure, rupture of the uterus, detachment of the placenta, or problems involving the umbilical cord. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the Risk Factors?\r\n

If a mother or her baby has any of these risk factors during pregnancy, it doesn''t mean that cerebral palsy is inevitable, but it does increase the chance for the kinds of brain damage that cause it.

\r\n

Low birthweight and premature birth .  The risk of cerebral palsy is higher among babies who weigh less than 5 ˝ pounds at birth or are born less than 37 weeks into pregnancy. The risk increases as birthweight falls or weeks of gestation shorten. Intensive care for premature infants has improved dramatically over the course of the past 30 years.  Babies born extremely early are surviving, but with medical problems that can put them at risk for cerebral palsy.  Although normal- or heavier-weight babies are at relatively low individual risk for cerebral palsy, term or near-term babies still make up half of the infants born with the condition.

\r\n

Multiple births. Twins, triplets, and other multiple births -- even those born at term -- are linked to an increased risk of cerebral palsy.   The death of a baby''s twin or triplet further increases the risk.

\r\n

Infections during pregnancy. Infectious diseases caused by viruses, such as toxoplasmosis, rubella (German measles), cytomegalovirus, and herpes, can infect the womb and placenta.

\r\n

Blood type incompatibility. Rh incompatibility is a condition that develops when a mother''s Rh blood type (either positive or negative) is different from the blood type of her baby.  Because blood cells from the baby and mother mix during pregnancy, if a mother is negative and her baby positive, for example, the mother''s system won''t tolerate the presence of Rh-positive red blood cells.  Her body will begin to make antibodies that will attack and kill her baby''s blood cells.  Rh incompatibility is routinely tested for and treated in the United States , but conditions in other countries continue to keep blood type incompatibility a risk factor for cerebral palsy.

\r\n

Mothers with thyroid abnormalities, mental retardation, or seizures. Mothers with any of these conditions are slightly more likely to have a child with cerebral palsy.

\r\n

There are also medical conditions during labor and delivery, and immediately after delivery, that act as warning signs for an increased risk of cerebral palsy.  Knowing these warning signs helps doctors keep a close eye on children who face a higher risk.  However, parents shouldn''t become too alarmed if their baby has one or more of these conditions at birth. Most of these children will not develop cerebral palsy. Warning signs include:

\r\n

Breech presentation. Babies with cerebral palsy are more likely to be in a breech position (feet first) instead of head first at the beginning of labor.

\r\n

Complicated labor and delivery. A baby who has vascular or respiratory problems during labor and delivery may already have suffered brain damage or abnormalities.

\r\n

Small for gestational age. Babies born smaller than normal for their gestational age are at risk for cerebral palsy because of factors that kept them from growing naturally in the womb

\r\n

Low Apgar score . The Apgar score is a numbered rating that reflects a newborn''s condition.   To determine an Apgar score, doctors periodically check a baby''s heart rate, breathing, muscle tone, reflexes, and skin color during the first minutes after birth. They then assign points; the higher the score, the more normal a baby''s condition. A low score at 10-20 minutes after delivery is often considered an important sign of potential problems such as cerebral palsy.

\r\n

Jaundice . More than 50 percent of newborns develop jaundice after birth when bilirubin , a substance normally found in bile, builds up faster than their livers can break it down and pass it from the body.  Severe, untreated jaundice can cause a neurological condition known as kernicterus, which kills brain cells and can cause deafness and cerebral palsy.

\r\nSeizures. An infant who has seizures faces a higher risk of being diagnosed later in childhood with cerebral palsy. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nCan Cerebral Palsy Be Prevented?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Cerebral palsy related to genetic abnormalities is not preventable, but a few of the risk factors for congenital cerebral palsy can be managed or avoided.
For example, rubella, or German measles, is preventable if women are vaccinated against the disease before becoming pregnant.
Rh incompatibilities can also be managed early in pregnancy
But there are still risk factors that can''t be controlled or avoided in spite of medical intervention.
\r\n

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat Are the Different Forms?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
The specific forms of cerebral palsy are determined by the extent, type, and location of a child’s abnormalities.
Doctors classify cerebral palsy according to the type of movement disorder involved -- spastic (stiff muscles), athetoid (writhing movements), or ataxic (poor balance and coordination) -- plus any additional symptoms.
Doctors will often describe the type of cerebral palsy a child has based on which limbs are affected. The names of the most common forms of cerebral palsy use Latin terms to describe the location or number of affected limb, combined with the words for weakened (paresis) or paralyzed (plegia). For example, hemiparesis (hemi = half) indicates that only one side of the body is weakened. Quadriplegia (quad = four) means all four limbs are paralyzed.
\r\n

Spastic hemiplegia/hemiparesis . This type of cerebral palsy typically affects the arm and hand on one side of the body, but it can also include the leg.  Children with spastic hemiplegia generally walk later and on tip-toe because of tight heel tendons.  The arm and leg of the affected side are frequently shorter and thinner.  Some children will develop an abnormal curvature of the spine ( scoliosis ).  Depending on the location of the brain damage, a child with spastic hemiplegia may also have seizures.  Speech will be delayed.

\r\n

Spastic diplegia/diparesis. In this type of cerebral palsy, muscle stiffness is predominantly in the legs and less severely affects the arms and face, although the hands may be clumsy.  Tendon reflexes are hyperactive.  Toes point up.  Tightness in certain leg muscles makes the legs move like the arms of a scissor.  Children with this kind of cerebral palsy may require a walker or leg braces.  Intelligence and language skills are usually normal.

\r\n

Spastic quadriplegia/quadriparesis . This is the most severe form of cerebral palsy, often associated with moderate-to-severe mental retardation.  It is caused by widespread damage to the brain or significant brain malformations.   Children will often have severe stiffness in their limbs but a floppy neck.  They are rarely able to walk.  Speaking and being understood are difficult.  Seizures can be frequent and hard to control.

\r\n

Dyskinetic cerebral palsy (also includes athetoid, choreoathetoid , and dystonic cerebral palsies). This type of cerebral palsy is characterized by slow and uncontrollable writhing movements of the hands, feet, arms, or legs.  In some children, hyperactivity in the muscles of the face and tongue makes them grimace or drool.  They find it difficult to sit straight or walk.  Children may also have problems coordinating the muscle movements required for speaking.  Intelligence is rarely affected in these forms of cerebral palsy.

\r\n

Ataxic cerebral palsy. This rare type of cerebral palsy affects balance and depth perception. Children will often have poor coordination and walk unsteadily with a wide-based gait, placing their feet unusually far apart.  They have difficulty with quick or precise movements, such as writing or buttoning a shirt. They may also have intention tremor, in which a voluntary movement, such as reaching for a book, is accompanied by trembling that gets worse the closer their hand gets to the object.

\r\n

Mixed types. It is common for children to have symptoms that don''t correspond to any single type of cerebral palsy.  Their symptoms are a mix of types.  For example, a child with mixed cerebral palsy may have some muscles that are too tight and others that are too relaxed, creating a mix of stiffness and floppiness

\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat Other Conditions Are Associated With Cerebral Palsy?\r\n

Many individuals with cerebral palsy have no additional medical disorders. However, because cerebral palsy involves the brain and the brain controls so many of the body''s functions, cerebral palsy can also cause seizures, impair intellectual development, and affect vision, hearing, and behavior.  Coping with these disabilities may be even more of a challenge than coping with the motor impairments of cerebral palsy.

\r\n

These additional medical conditions include:

\r\n

Mental retardation. Two-thirds of individuals with cerebral palsy will be intellectually impaired.  Mental impairment is more common among those with spastic quadriplegia than in those with other types of cerebral palsy, and children who have epilepsy and an abnormal electroencephalogram (EEG) or MRI are also more likely to have mental retardation.

\r\n

Seizure disorder. As many as half of all children with cerebral palsy have seizures.   Seizures can take the form of the classic convulsions of tonic-clonic seizures or the less obvious focal ( partial) seizures , in which the only symptoms may be muscle twitches or mental confusion.

\r\n

Delayed growth and development. A syndrome called failure to thrive is common in children with moderate-to-severe cerebral palsy, especially those with spastic quadriparesis.   Failure to thrive is a general term doctors use to describe children who lag behind in growth and development.  In babies this lag usually takes the form of too little weight gain.  In young children it can appear as abnormal shortness, and in teenagers it may appear as a combination of shortness and lack of sexual development.

\r\n

In addition, the muscles and limbs affected by cerebral palsy tend to be smaller than normal. This is especially noticeable in children with spastic hemiplegia because limbs on the affected side of the body may not grow as quickly or as long as those on the normal side.

\r\n

Spinal deformities. Deformities of the spine -- curvature (scoliosis), humpback ( kyphosis ), and saddle back ( lordosis ) -- are associated with cerebral palsy.  Spinal deformities can make sitting, standing, and walking difficult and cause chronic back pain.

\r\n

Impaired vision, hearing, or speech. A large number of children with cerebral palsy have strabismus , commonly called “cross eyes,” in which the eyes are misaligned because of differences between the left and right eye muscles. In an adult, strabismus causes double vision. In children, the brain adapts to the condition by ignoring signals from one of the misaligned eyes. Untreated, this can lead to poor vision in one eye and can interfere with the ability to judge distance. In some cases, doctors will recommend surgery to realign the muscles.

\r\n

Impaired hearing is also more frequent among those with cerebral palsy than in the general population.   Speech and language disorders, such as difficulty forming words and speaking clearly, are present in more than a third of those with cerebral palsy.

\r\n

Drooling. Some individuals with cerebral palsy drool because they have poor control of the muscles of the throat, mouth, and tongue.  Drooling can cause severe skin irritation.  Because it is socially unacceptable, drooling may also isolate children from their peers.

\r\n

Incontinence. A common complication of cerebral palsy is incontinence, caused by poor control of the muscles that keep the bladder closed. Incontinence can take the form of bed-wetting, uncontrolled urination during physical activities, or slow leaking of urine throughout the day.

\r\n

Abnormal sensations and perceptions. Some children with cerebral palsy have difficulty feeling simple sensations, such as touch.  They may have stereognosia , which makes it difficult to perceive and identify objects using only the sense of touch. A child with stereognosia, for example, would have trouble closing his eyes and sensing the difference between a hard ball or a sponge ball placed in his hand.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nHow Does a Doctor Diagnose Cerebral Palsy?
\r\n

Early signs of cerebral palsy may be present from birth.  Most children with cerebral palsy are diagnosed during the first 2 years of life.  But if a child''s symptoms are mild, it can be difficult for a doctor to make a reliable diagnosis before the age of 4 or 5.

\r\n

Doctors diagnose cerebral palsy by evaluating a child''s motor skills and taking a careful and thorough look at their medical history. In addition to checking for the most characteristic symptoms -- slow development, abnormal muscle tone, and unusual posture -- a doctor also has to rule out other disorders that could cause similar symptoms.  Most important, a doctor has to determine that the child''s condition is not getting worse. Although symptoms may change over time, cerebral palsy by definition is not progressive. If a child is continuously losing motor skills, the problem more likely begins elsewhere – such as a genetic or muscle disease, metabolism disorder, or tumors in the nervous system. A comprehensive medical history, special diagnostic tests, and, in some cases, repeated check-ups can help confirm that other disorders are not at fault.

\r\n

Additional tests are often used to rule out other movement disorders that could cause the same symptoms as cerebral palsy.  Neuroimaging techniques that allow doctors to look into the brain (such as an MRI scan) can detect abnormalities that indicate a potentially treatable movement disorder.  If it is cerebral palsy, an MRI scan can also show a doctor the location and type of brain damage

\r\n

Neuroimaging methods include:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Cranial ultrasound. This test is used for high-risk premature infants because it is the least intrusive of the imaging techniques, although it is not as successful as the two methods described below at capturing subtle changes in white matter – the type of brain tissue that is damaged in cerebral palsy.
Computed tomography (CT) scan. This technique creates images that show the structure of the brain and the areas of damage.
Magnetic resonance imaging (MRI) scan . This test uses a computer, a magnetic field, and radio waves to create an anatomical picture of the brain''s tissues and structures.    Doctors prefer MRI imaging because it offers finer levels of detail
Some medicines for epilepsy interfere with the contraceptive pill . A higher dose pill or an alternative method of contraception may be needed.
\r\n

On rare occasions, metabolic disorders can masquerade as cerebral palsy and some children will require additional tests to rule them out.  Most of the childhood metabolic disorders have characteristic brain abnormalities or malformations that will show up in an MRI.

\r\n

Other types of disorders can also be mistaken for cerebral palsy.  For example, coagulation disorders (which prevent blood from clotting) can cause prenatal or perinatal strokes that damage the brain and cause symptoms characteristic of cerebral palsy.  Because stroke is so often the cause of hemiplegic cerebral palsy, a doctor may find it necessary to perform diagnostic testing on children with this kind of cerebral palsy to rule out the presence of a coagulation disorder.  If left undiagnosed, coagulation disorders can cause additional strokes and more extensive brain damage.

\r\nTo confirm a diagnosis of cerebral palsy, a doctor may refer a child to additional doctors with specialized knowledge and training, such as a child neurologist.  Additional observations help a doctor make a more accurate diagnosis and begin to develop a specific plan for treatment.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nHow is Cerebral Palsy Managed?\r\n

Cerebral palsy can''t be cured, but treatment will often improve a child''s capabilities.   Many children go on to enjoy near-normal adult lives if their disabilities are properly managed. In general, the earlier treatment begins, the better chance children have of overcoming developmental disabilities or learning new ways to accomplish the tasks that challenge them.

\r\n

There is no standard therapy that works for every individual with cerebral palsy.  Once the diagnosis is made, and the type of cerebral palsy is determined, a team of health care professionals will work with a child and his or her parents to identify specific impairments and needs, and then develop an appropriate plan to tackle the core disabilities that affect the child''s quality of life.

\r\n

A comprehensive management plan will pull in a combination of health professionals with expertise in the following:

\r\n

physical therapy to improve walking and gait, stretch spastic muscles, and prevent deformities;

\r\n

occupational therapy to develop compensating tactics for everyday activities such as dressing, going to school, and participating in day-to-day activities;

\r\n

speech therapy to address swallowing disorders, speech impediments, and other obstacles to communication;

\r\n

counseling and behavioral therapy to address emotional and psychological needs and help children cope emotionally with their disabilities;

\r\n

drugs to control seizures, relax muscle spasms, and alleviate pain;

\r\n

surgery to correct anatomical abnormalities or release tight muscles;

\r\n

braces and other orthotic devices to compensate for muscle imbalance, improve posture and walking, and increase independent mobility;

\r\n

mechanical aids such as wheelchairs and rolling walkers for individuals who are not independently mobile; and

\r\n

communication aids such as computers, voice synthesizers, or symbol boards to allow severely impaired individuals to communicate with others.

\r\n

Doctors use tests and evaluation scales to determine a child''s level of disability, and then make decisions about the types of treatments and the best timing and strategy for interventions.  Early intervention programs typically provide all the required therapies within a single treatment center.  Centers also focus on parents'' needs, often offering support groups, babysitting services, and respite care .

\r\n

The members of the treatment team for a child with cerebral palsy will most likely include the following:

\r\n

A physician , such as a pediatrician, pediatric neurologist, who is trained to help developmentally disabled children. This doctor, who often acts as the leader of the treatment team, integrates the professional advice of all team members into a comprehensive treatment plan, makes sure the plan is implemented properly, and follows the child''s progress over a number of years.

\r\n

An orthopedist , a surgeon who specializes in treating the bones, muscles, tendons, and other parts of the skeletal system. An orthopedist is often brought in to diagnose and treat muscle problems associated with cerebral palsy.

\r\n

A physical therapist , who designs and puts into practice special exercise programs to improve strength and functional mobility.

\r\n

An occupational therapist, who teaches the skills necessary for day-to-day living, school, and work.

\r\n

A speech and language pathologist, who specializes in diagnosing and treating disabilities relating to difficulties with swallowing and communication.

\r\n

A social worker, who helps individuals and their families locate community assistance and education programs.

\r\n

A psychologist, who helps individuals and their families cope with the special stresses and demands of cerebral palsy. In some cases, psychologists may also oversee therapy to modify unhelpful or destructive behaviors.

\r\n

A special educator, who may play an especially important role when mental retardation or learning disabilities present a challenge to education.

\r\n

Regardless of age or the types of therapy that are used, treatment doesn''t end when an individual with cerebral palsy leaves the treatment center.  Most of the work is done at home.   Members of the treatment team often act as coaches, giving parents and children techniques and strategies to practice at home.  Studies have shown that family support and personal determination are two of the most important factors in helping individuals with cerebral palsy reach their long-term goals.

\r\n

While mastering specific skills is an important focus of treatment on a day-to-day basis, the ultimate goal is to help children grow into adulthood with as much independence as possible.

\r\n

As a child with cerebral palsy grows older, the need for therapy and the kinds of therapies required, as well as support services, will likely change.   Counseling for emotional and psychological challenges may be needed at any age, but is often most critical during adolescence. Depending on their physical and intellectual abilities, adults may need help finding attendants to care for them, a place to live, a job, and a way to get to their place of employment.

\r\n

Addressing the needs of parents and caregivers is also an important component of the treatment plan.  The well-being of an individual with cerebral palsy depends upon the strength and well-being of his or her family.  For parents to accept a child''s disabilities and come to grips with the extent of their care giving responsibilities will take time and support from health care professionals.  Family-centered programs in hospitals and clinics and community-based organizations usually work together with families to help them make well-informed decisions about the services they need.  They also coordinate services to get the most out of treatment.

\r\n

A good program will encourage the open exchange of information, offer respectful and supportive care, encourage partnerships between parents and the health care professionals they work with, and acknowledge that although medical specialists may be the experts, it''s parents who know their children best.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

What Specific Treatments Are Available?
Physical therapy , usually begun in the first few years of life or soon after the diagnosis is made, is a cornerstone of cerebral palsy treatment. Physical therapy programs use specific sets of exercises and activities to work toward two important goals: preventing weakening or deterioration in the muscles that aren''t being used ( disuse atrophy ), and keeping muscles from becoming fixed in a rigid, abnormal position ( contracture ).

\r\n

Resistive exercise programs (also called strength training) and other types of exercise are often used to increase muscle performance, especially in children and adolescents with mild cerebral palsy.  Daily bouts of exercise keep muscles that aren''t normally used moving and active and less prone to wasting away.  Exercise also reduces the risk of contracture, one of the most common and serious complications of cerebral palsy.

\r\n

Normally growing children stretch their muscles and tendons as they run, walk, and move through their daily activities.  This insures that their muscles grow at the same rate as their bones. But in children with cerebral palsy, spasticity prevents muscles from stretching.  As a result, their muscles don''t grow fast enough to keep up with their lengthening bones.  The muscle contracture that results can set back the gains in function they''ve made.  Physical therapy alone or in combination with special braces (called orthotic devices ) helps prevent contracture by stretching spastic muscles.

\r\n

Occupational therapy. This kind of therapy focuses on optimizing upper body function, improving posture, and making the most of a child''s mobility.  An occupational therapist helps a child master the basic activities of daily living, such as eating, dressing, and using the bathroom alone.  Fostering this kind of independence boosts self-reliance and self-esteem, and also helps reduce demands on parents and caregivers.

\r\n

Recreational therapies. Recreational therapies, such as therapeutic horseback riding (also called hippotherapy), are sometimes used with mildly impaired children to improve gross motor skills.  Parents of children who participate in recreational therapies usually notice an improvement in their child''s speech, self-esteem, and emotional well-being.

\r\n

Controversial physical therapies. "Patterning" is a physical therapy based on the principle that children with cerebral palsy should be taught motor skills in the same sequence in which they develop in normal children.  In this controversial approach, the therapist begins by teaching a child elementary movements such as crawling -- regardless of age – before moving on to walking skills. Some experts and organizations, including the American Academy of Pediatrics, have expressed strong reservations about the patterning approach because studies have not documented its value

\r\n

Experts have similar reservations about the Bobath technique (which is also called “neurodevelopmental treatment”), named for a husband and wife team who pioneered the approach in England .   In this form of physical therapy, instructors inhibit abnormal patterns of movement and encourage more normal movements.

\r\n

The Bobath technique has had a widespread influence on the core physical therapies of cerebral palsy treatment, but there is no evidence that the technique improves motor control.  The American Academy of Cerebral Palsy and Developmental Medicine reviewed studies that measured the impact of neurodevelopmental treatment and concluded that there was no strong evidence supporting its effectiveness for children with cerebral palsy.

\r\n

Conductive education, developed in Hungary in the 1940s, is another physical therapy that at one time appeared to hold promise.  Conductive education instructors attempt to improve a child''s motor abilities by combining rhythmic activities, such as singing and clapping, with physical maneuvers on special equipment.  The therapy, however, has not been able to produce consistent or significant improvements in study groups.

\r\n

Speech and language therapy. About 20 percent of children with cerebral palsy are unable to produce intelligible speech.  They also experience challenges in other areas of communication, such as hand gestures and facial expressions, and they have difficulty participating in the basic give and take of a normal conversation.  These challenges will last throughout their lives.

\r\n

Speech and language therapists (also known as speech therapists or speech-language pathologists) observe, diagnose, and treat the communication disorders associated with cerebral palsy.   They use a program of exercises to teach children how to overcome specific communication difficulties.

\r\n

For example, if a child has difficulty saying words that begin with "b," the therapist may suggest daily practice with a list of "b" words, increasing their difficulty as each list is mastered. Other kinds of exercises help children master the social skills involved in communicating by teaching them to keep their head up, maintain eye contact, and repeat themselves when they are misunderstood.

\r\n

Speech therapists can also help children with severe disabilities learn how to use special communication devices, such as a computer with a voice synthesizer, or a special   board covered with symbols of everyday objects and activities to which a child can point to indicate his or her wishes.

\r\n

Speech interventions often use a child''s family members and friends to reinforce the lessons learned in a therapeutic setting.  This kind of indirect therapy encourages people who are in close daily contact with a child to create opportunities for him or her to use their new skills in conversation.

\r\n

Treatments for problems with eating and drooling are often necessary when children with cerebral palsy have difficulty eating and drinking because they have little control over the muscles that move their mouth, jaw, and tongue.  They are also at risk for breathing food or fluid into the lungs.  Some children develop gastroesophageal reflux disease (GERD, commonly called heartburn) in which a weak diaphragm can''t keep stomach acids from spilling into the esophagus.  The irritation of the acid can cause bleeding and pain.

\r\n

Individuals with cerebral palsy are also at risk for malnutrition, recurrent lung infections, and progressive lung disease.  The individuals most at risk for these problems are those with spastic quadriplegia.

\r\n

In severe cases where swallowing problems are causing malnutrition, a doctor may recommend tube feeding, in which a tube delivers food and nutrients down the throat and into the stomach, or gastrostomy , in which a surgical opening allows a tube to be placed directly into the stomach.

\r\nAlthough numerous treatments for drooling have been tested over the years, there is no one treatment that helps reliably. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
Drug Treatments

Oral medications such as diazepam, baclofen, dantrolene sodium, and tizanidine are usually used as the first line of treatment to relax stiff, contracted, or overactive muscles.  These drugs are easy to use, except that dosages high enough to be effective often have side effects, among them drowsiness, upset stomach, high blood pressure, and possible liver damage with long-term use.  Oral medications are most appropriate for children who need only mild reduction in muscle tone or who have widespread spasticity.\r\n

Botulinum toxin (BT-A) , injected locally, has become a standard treatment for overactive muscles in children with spastic movement disorders such as cerebral palsy.  BT-A relaxes contracted muscles by keeping nerve cells from over-activating muscle.

\r\n

The relaxing effect of a BT-A injection lasts approximately 3 months.  Undesirable side effects are mild and short-lived, consisting of pain upon injection and occasionally mild flu-like symptoms.  BT-A injections are most effective when followed by a stretching program including physical therapy and splinting.    BT-A injections work best for children who have some control over their motor movements and have a limited number of muscles to treat, none of which is fixed or rigid.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Orthopedic surgery is often recommended when spasticity and stiffness are severe enough to make walking and moving about difficult or painful.  For many people with cerebral palsy, improving the appearance of how they walk – their gait – is also important.  A more upright gait with smoother transitions and foot placements is the primary goal for many children and young adults.

\r\n

In the operating room, surgeons can lengthen muscles and tendons that are proportionately too short.  But first, they have to determine the specific muscles responsible for the gait abnormalities.  Finding these muscles can be difficult.  It takes more than 30 major muscles working at the right time using the right amount of force to walk two strides with a normal gait. A problem with any of those muscles can cause an abnormal gait.

\r\n

The timing of orthopedic surgery has also changed in recent years.  Previously, orthopedic surgeons preferred to perform all of the necessary surgeries a child needed at the same time, usually between the ages of 7 and 10.  Because of the length of time spent in recovery, which was generally several months, doing them all at once shortened the amount of time a child spent in bed.  Now most of the surgical procedures can be done on an outpatient basis or with a short inpatient stay.  Children usually return to their normal lifestyle within a week

\r\n

Consequently, doctors think it is much better to stagger surgeries and perform them at times appropriate to a child''s age and level of motor development.  For example, spasticity in the upper leg muscles (the adductors), which causes a “scissor pattern” walk, is a major obstacle to normal gait.  The optimal age to correct this spasticity with adduction release surgery is 2 to 4 years of age.  On the other hand, the best time to perform surgery to lengthen the hamstrings or Achilles tendon is 7 to 8 years of age.  If adduction release surgery is delayed so that it can be performed at the same time as hamstring lengthening, the child will have learned to compensate for spasticity in the adductors.  By the time the hamstring surgery is performed, the child''s abnormal gait pattern could be so ingrained that it might not be easily corrected.

\r\nWith shorter recovery times and new, less invasive surgical techniques, doctors can schedule surgeries at times that take advantage of a child''s age and developmental abilities for the best possible result. 
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nOrthotic Devices\r\n

Orthotic devices – such as braces and splints – use external force to correct muscle abnormalities.  The technology of orthotics has advanced over the past 30 years from metal rods that hooked up to bulky orthopedic shoes, to appliances that are individually molded from high-temperature plastics for a precise fit.   Ankle-foot orthoses are frequently prescribed for children with spastic diplegia to prevent muscle contracture and to improve gait.  Splints are also used to correct spasticity in the hand muscles.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Assistive Technology

\r\n

Devices that help individuals move about more easily and communicate successfully at home, at school, or in the workplace can help a child or adult with cerebral palsy overcome physical and communication limitations.   There are a number of devices that help individuals stand straight and walk, such as postural support or seating systems, open-front walkers, quadrupedal canes (lightweight metal canes with four feet), and gait poles.  Electric wheelchairs let more severely impaired adults and children move about successfully.

\r\n

The computer is probably the most dramatic example of a communication device that can make a big difference in the lives of people with cerebral palsy. Equipped with a computer and voice synthesizer, a child or adult with cerebral palsy can communicate successfully with others.   For example, a child who is unable to speak or write but can make head movements may be able to control a computer using a special light pointer that attaches to a headband

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nAre There Treatments for Other Conditions Associated with Cerebral Palsy? \r\n

Epilepsy. Twenty to 40 percent of children with mental retardation and cerebral palsy also have epilepsy.  Doctors usually prescribe medications to control seizures.  The classic medications for this purpose are phenobarbital, phenytoin, carbamazepine, and valproate.  Although these drugs generally are effective in controlling seizures, their use is hampered by harmful or unpleasant side effects.

\r\n

Treatment for epilepsy has advanced significantly with the development of new medications that have fewer side effects.  These drugs include lamotrigine, levetiracetam, oxcarbazepine, topiramate, vigabatrin, and zonisamide.

\r\n

In general, drugs are prescribed based on the type of seizures an individual experiences, since no one drug controls all types. Some individuals may need a combination of two or more drugs to achieve good seizure control.

\r\n

Incontinence .  Medical treatments for incontinence include special exercises, biofeedback, prescription drugs, surgery, or surgically implanted devices to replace or aid muscles. Specially designed absorbent undergarments can also be used to protect against accidental leaks.

\r\n

Osteopenia .  Children with cerebral palsy who aren''t able to walk risk developing poor bone density (osteopenia), which makes them more likely to break bones.  In a study of older Americans funded by the National Institutes of Health (NIH), a family of drugs called bisphosphonates , which was recently approved by the FDA to treat mineral loss in elderly patients, also appeared to increase bone mineral density.  Doctors may choose to selectively prescribe the drug off-label to children to prevent osteopenia.

\r\n

Pain. Pain can be a problem for people with cerebral palsy due to spastic muscles and the stress and strain on parts of the body that are compensating for muscle abnormalities.  Some individuals may also have frequent and irregular muscle spasms that can''t be predicted or medicated in advance.

\r\n

Doctors often prescribe diazepam to reduce the pain associated with muscle spasms, but it''s not known exactly how the drug works to interfere with pain signals.  The drug gabapentin has been used successfully to decrease the severity and frequency of painful spasms.  BT-A injections have also been shown to decrease spasticity and pain, and are commonly given under anesthesia to avoid the pain associated with the injections.

\r\nSome children and adults have been able to decrease pain by using noninvasive and drug-free interventions such as distraction, relaxation training, biofeedback, and therapeutic massage.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Glossary
acquired cerebral palsy — cerebral palsy that occurs as a result of injury to the brain after birth or during early childhood.

\r\n

Apgar score — a numbered scoring system doctors use to assess a baby''s physical state at the time of birth.

\r\n

anticholinergic drugs — a family of drugs that inhibit parasympathetic neural activity by blocking the neurotransmitter acetylcholine.

\r\n

asphyxia — a lack of oxygen due to trouble with breathing or poor oxygen supply in the air.

\r\n

ataxia (ataxic) — the loss of muscle control.

\r\n

athetoid — making slow, sinuous, involuntary, writhing movements, especially with the hands.

\r\n

bilirubin — a bile pigment produced by the liver of the human body as a byproduct of digestion.

\r\n

bisphosphonates — a family of drugs that strengthen bones and reduce the risk of bone fracture in elderly adults.

\r\n

botulinum toxin — a drug commonly used to relax spastic muscles; it blocks the release of acetylcholine, a neurotransmitter that energizes muscle tissue.

\r\n

cerebral — relating to the two hemispheres of the human brain.

\r\n

cerebral dysgenesis — defective brain development.

\r\n

chemodenervation — a treatment that relaxes spastic muscles by interrupting nerve impulse pathways via a drug, such as botulinum toxin, which prevents communication between neurons and muscle tissue.

\r\n

choreoathetoid — a condition characterized by aimless muscle movements and involuntary motions.

\r\n

computed tomography (CT) scan — an imaging technique that uses X-rays and a computer to create a picture of the brain''s tissues and structures.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

congenital cerebral palsy — cerebral palsy that is present at birth from causes that have occurred during fetal development.

\r\n

contracture — a condition in which muscles become fixed in a rigid, abnormal position, which causes distortion or deformity.

\r\n

cytokines — messenger cells that play a role in the inflammatory response to infection.

\r\n

developmental delay — behind schedule in reaching the milestones of early childhood development.

\r\n

disuse atrophy — muscle wasting caused by the inability to flex and exercise muscles.

\r\n

dyskinetic — the impairment of the ability to perform voluntary movements, which results in awkward or incomplete movements.

\r\n

dystonia (dystonic) a condition of abnormal muscle tone.

\r\n

electroencephalogram (EEG) — a technique for recording the pattern of electrical currents inside the brain.

\r\n

electromyography — a special recording technique that detects muscle activity.

\r\n

failure to thrive — a condition characterized by a lag in physical growth and development.

\r\n

focal (partial) seizure — a brief and temporary alteration in movement, sensation, or autonomic nerve function caused by abnormal electrical activity in a localized area of the brain.

\r\n

gait analysis — a technique that uses cameras, force plates, electromyography, and computer analysis to objectively measure an individual''s pattern of walking.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

gastroesophageal reflux disease (GERD) — also known as heartburn, which happens when stomach acids back up into the esophagus.

\r\n

gastrostomy — a surgical procedure that creates an artificial opening in the stomach for the insertion of a feeding tube.

\r\n

gestation — the period of fetal development from the time of conception until birth.

\r\n

hemianopia — defective vision or blindness that impairs half of the normal field of vision.

\r\n

hemiparesis — paralysis affecting only one side of the body.

\r\n

homonymous — having the same description, name, or term.

\r\n

hypertonia — increased muscle tone.

\r\n

hypotonia — decreased muscle tone.

\r\n

hypoxic-ischemic encephalopathy — brain damage caused by poor blood flow or insufficient oxygen supply to the brain.

\r\n

intracranial hemorrhage — bleeding in the brain.

\r\n

intrapartum asphyxia — the reduction or total stoppage of oxygen circulating in a baby''s brain during labor and delivery.

\r\n

intrathecal baclofen — baclofen that is injected into the cerebrospinal fluid of the spinal cord to reduce spasticity. 
intrauterine infection — infection of the uterus, ovaries, or fallopian tubes (see pelvic inflammatory disease for a more detailed explanation).

\r\n

jaundice — a blood disorder caused by the abnormal buildup of bilirubin in the bloodstream.

\r\n

kernicterus — a neurological syndrome caused by deposition of bilirubin into brain tissues. Kernicterus develops in extremely jaundiced infants, especially those with severe Rh incompatibility.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

kyphosis — a humpback-like outward curvature of the upper spine.

\r\n

lordosis — an increased inward curvature of the lower spine.

\r\n

magnetic resonance imaging (MRI) — an imaging technique that uses radio waves, magnetic fields, and computer analysis to create a picture of body tissues and structures.

\r\n

nerve entrapment — repeated or prolonged pressure on a nerve root or peripheral nerve.

\r\n

neuronal migration — the process in the developing brain in which neurons migrate from where they are born to where they settle into neural circuits. Neuronal migration, which occurs as early as the second month of gestation, is controlled in the brain by chemical guides and signals.

\r\n

neuroprotective — describes substances that protect nervous system cells from damage or death.

\r\n

neurotrophins — a family of molecules that encourage survival of nervous system cells.

\r\n

off-label drugs — drugs prescribed to treat conditions other than those that have been   approved by the Food and Drug Administration.

\r\n

orthotic devices — special devices, such as splints or braces, used to treat posture problems involving the muscles, ligaments, or bones.

\r\n

osteopenia — reduced density and mass of the bones.

\r\n

overuse syndrome (also called repetitive strain injury) — a condition in which repetitive movements or constrained posture cause nerve and muscle damage, which results in discomfort or persistent pain in muscles, tendons, and other soft tissues.  This can happen in various parts of the body, but is most likely to happen in the arms, legs, or hands.

\r\n

palsy — paralysis, or the lack of control over voluntary movement.

\r\n

-paresis or -plegia — weakness or paralysis.   In cerebral palsy, these terms are typically combined with other phrases that describe the distribution of paralysis and weakness; for example, quadriplegia means paralysis of all four limbs.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

pelvic inflammatory disease ( PID , also sometimes called pelvic infection or intrauterine infection ) — an infection of the upper genital tract (the uterus, ovaries, and fallopian tubes) caused by sexually transmitted infectious microorganisms. Symptoms of PID include fever, foul-smelling vaginal discharge, abdominal pain and pain during intercourse, and vaginal bleeding.  Many different organisms can cause PID, but most cases are associated with gonorrhea and chlamydia.

\r\n

periventricular leukomalacia (PVL) — “peri" means near; "ventricular" refers to the ventricles or fluid spaces of the brain; and "leukomalacia" refers to softening of the white matter of the brain.   PVL is a condition in which the cells that make up white matter die near the ventricles.  Under a microscope, the tissue looks soft and sponge-like.

\r\n

placenta — an organ that joins a mother with her unborn baby and provides nourishment and sustenance.

\r\n

post-impairment syndrome — a combination of pain, fatigue, and weakness due to muscle abnormalities, bone deformities, overuse syndromes, or arthritis.

\r\n

quadriplegia — paralysis of both the arms and legs.

\r\n

respite care — rest or relief from caretaking obligations.

\r\n

Rh incompatibility — a blood condition in which antibodies in a pregnant woman''s blood attack fetal blood cells and impair an unborn baby''s supply of oxygen and nutrients.

\r\n

rubella — (also known as German measles)  a viral infection that can damage the nervous system of an unborn baby if a mother contracts the disease during pregnancy.

\r\n

scoliosis — a disease of the spine in which the spinal column tilts or curves to one side of the body.

\r\n

selective dorsal rhizotomy — a surgical procedure in which selected nerves are severed to reduce spasticity in the legs.

\r\n

selective vulnerability — a term that describes why some neurons are more vulnerable than others to particular diseases or conditions.  For example, motor neurons are selectively vulnerable to the loss or reduction in levels of the neurotransmitter dopamine, which results in the weakness and paralysis of amyotrophic lateral sclerosis (ALS, commonly called Lou Gehrig''s disease).

\r\n

spastic (or spasticity ) — describes stiff muscles and awkward movements.

\r\n

spastic diplegia (or diparesis ) — a form of cerebral palsy in which spasticity affects both legs, but the arms are relatively or completely spared.

\r\n

spastic hemiplegia (or hemiparesis ) — a form of cerebral palsy in which spasticity affects an arm and leg on one side of the body.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

spastic quadriplegia (or quadriparesis ) — a form of cerebral palsy in which all four limbs are paralyzed or weakened equally.

\r\n

stereognosia — difficulty perceiving and identifying objects using the sense of touch.

\r\n

strabismus — misalignment of the eyes, also known as cross eyes.

\r\n

telemetry wand — a hand-held device that acts as a remote control, directing the dosing level of a drug via a pump implanted beneath the skin.

\r\n

tonic-clonic seizure — a type of seizure that results in loss of consciousness, generalized convulsions, loss of bladder control, and tongue biting followed by confusion and lethargy when the convulsions end.

\r\n

tremor — an involuntary trembling or quivering.

\r\n

ultrasound — a technique that bounces sound waves off tissue and bone and uses the pattern of echoes to form an image, called a sonogram.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

 

\r\n
\r\n
', '', 1, 5, 0, 36, '2011-01-05 10:32:57', 62, '', '2011-02-03 08:11:53', 62, 0, '0000-00-00 00:00:00', '2011-01-05 10:32:57', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 15, 0, 1, '', '', 0, 2, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(62, 'Childhood', 'childhood', '', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Normal Brain Development milestones in Babies and Children (6 weeks to 5 years)

Age - 6 weeks


\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
When prone (lying on the front) baby lifts head momentarily with head in midline.
Fixes and follows face
Grunting noises
Cooing
Startles to loud noises
Spontaneous Social smile
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
\r\n

Age - 3 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
In prone support head and upper chest on forearm
Little or no head lag when pulled to sit
Grasps objects when placed in hand
Recognises familiar faces
Laughs, Chuckles
Turns towards sound
May recognise familiar voice
Enjoys bathing routine
Smiles in response to speech
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age - 6 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
In prone support weight on extended arms
Foot regard
Sitting with support with a straight back
Rolls over prone to supine
Holds brick without dropping
Holds bottle
Babbles- Mama, dada
Raising arms to be picked up
Screams when annoyed
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age - 8-9 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Sits unsupported
Plays getting into sitting position
Starts crawling
Stands holding on
Inferior pincer grasp
Interest in picture books
Recognises own name
Babble
Understands ‘no’, Bye-bye
Stranger anxiety
Enjoys ‘peek a boo’
Grabs spoon.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age -10-11 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Pulls to stand
Walk around furniture
Neat pincer grasp
Imitates adult sounds E.g.: Blowing raspberries.
Clapping hands
Finger feed
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age:12-13 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Crawls or bottom shuffles
May Walk alone (11-18moths)
Stops mouthing Casting Points with index finger
Understands familiar names
Responds to simple instructions.
Wave bye –bye
Play alone with familiar person near by
Drink from feeder up.
Hold spoon but does not feed
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age:15 -16 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Crawling upstairs
Runs
Builds tower of 2 blocks
Scribbles spontaneously with pal mar grasp
Points to own body parts Selects named objects
One word Indicated need by pointing
Pat a cake
Exploring surroundings
Hold spoon brings it to mouth but cannot prevent it turning over.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age:18 months


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Jumps
Throws ball under shoulder
Picks up a toy without falling over
Hand preference.
Builds tower of 4 blocks
Imitates pencil stroke
Points to doll’s body parts
Listens to stories with picture
Speak 1-6 words
Temper tantrums begin
Indicates when wet or soiled.
Helps to undress
Copies household activities
Holds spoon and gets food safely to mouth
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age: 2 years.


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Walks upstairs with both feet on each step
Walks tip toe
Throw ball over the shoulder
Builds tower of 8 blocks
Copies vertical line.
Follows 2 step command
Understands function of objects from pictures
Speak 50+words
Joining 2 words
Parallel play
Eat with spoon skilfully
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age: 2 ˝ yrs


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Kicks a small ball
Jumps off a low step
Turns pages of a book several at a time
Copies horizontal line
Tripod grasp
Understands prepositions
Understands simple verbs
Joining 3-4 words
Speech understandable
Refers to self ‘I’
Dry by day
Pretend play
Helps put things away
Knows full name
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age: 3 yrs


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Walks up stairs one foot per step, down both feet per step
Stand on one foot momentarily
Rides a tricycle
Imitates bridge
Turns pages of a book , one at a time
Copies circle
Understands negatives
Constantly asking questions
Sharing toys with friends
Washing hands but not drying
Knows age and sex
Eats with fork and spoon
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age: 4 yrs


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Walk up and down stairs like adult
Sit with knee crossed
Hop on one foot
Tower of 10 blocks
Copies 3 steps with 6 blocks
Copies cross
Holds pencil like adult
Uses scissors to cut pictures
Understands complex negatives
Uses conjunctions( and, but)
Sentences with 5+ words
Concern and sympathy for playmates
Choose best friend Imaginary friend
Washing hands and drying
Eats with fork, spoon and chopstick
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Age: 4 ˝ – 5 yrs


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Runs upstairs
Skips
Stands on 1 foot for 8 seconds
Copies square, then triangle
Follows a command with 3 instructions
Complex explanations and sequences
Concept of rules in play
Dressing and undressing alone
Uses knife skilfully to eat
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
NOTE - The ages used in this table are mean ages, there is a range of age for all developmental milestones
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Warnings in developmental milestones
\r\n
(Consult paediatrician or child neurologist)
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
1.Not walking or not talking by 18 months
2.Not joining words by 2 years
3.Hand preference before 1 year (normal 18 months-2 years)
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
Sleep and Sleep Problems in Children

Sleep in Children


It is estimated that by the age of 2 years the average child has spent about 9500 hours(or a total of 13 months) sleeping in contrast to 8000 hours for all waking activities combined. Sleep is the primary activity of the brain during early development.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Why sleep and sleep problems are important in Children?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Sleep problems are common in children and adolescents
Childhood sleep problems are chronic
Paediatric sleep disorders are treatable.
Sleep problems are preventable
Sleep problems in children have a major impact on the family
Sleep problems constitute one of the most common parental complaints
Sleep is necessary for children’s optimal functioning
Sleep affects every aspect of a child’s physical, emotional, cognitive, and social development
The coexistence of sleep problems exacerbates virtually all medical, psychiatric, development, and psychosocial problems in childhood:
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Impact of Insufficient sleep


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Mood: irritability, moodiness, poor emotional regulation
Cognitive functioning: inattention, poor concentration, decreased reaction time, impaired vigilance, decreased executive functioning (decision making, problem solving), learning problems, poor academic performance.
Behaviour: Over activity, non-compliance, oppositional behaviour, poor impulse control, increased risk taking, drowsy driving.
Family disruption: negative impact on parents, family stress, marital discord, social problems.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

What to expect in a newly born baby?


Newborns sleep between 11 and 18 hours per day, with no regular or defined pattern. For the first weeks, your baby will sleep for anywhere from a few minutes to a few hours at a time, although babies who are breast-fed tend to sleep for shorter periods(2-3 hours of sleep) than bottle-fed babies(3-4 hours).There will also be little difference between night and day in the first few weeks. However, you will start to see a more regular sleep schedule develop between 2 and 4 months of age. Expect your baby to be quite active while she sleeps. All babies smile, grimace, suck, snuffle, and move (twitch, jerk) while they sleep. This is perfectly normal, and your baby is getting sound sleep.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Where and how should your baby sleep?


Back to sleep:
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
All babies should be put to sleep on their backs to reduce the risk of sudden infant death syndrome (SIDS)
Place your baby on his her back to sleep at night and during naptime.
Place your baby on a firm mattress in a safety-approved crib with slats no greater than 2-3/8 inches apart.
Make sure your baby’s face and head stay uncovered and clear of blankets and other coverings during sleep. If a blanket is used, make sure your baby is placed “feed-to-foot” (feet at the bottom of the crib, blanket no higher than chest- level, blanket tucked in around mattress) in the crib. Remove all pillows from the crib.
Create a “smoke-free-zone” around your baby.
Avoid overheating during sleep and maintain your baby’s bedroom at a temperature comfortable for an average adult.
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What are nightmares?

Nightmares are scary dreams that wake a child leaving her upset and need of comfort. They are very common in children. It is rare to find someone who as never experienced a nightmare. After a nightmare, most children are afraid to go back to sleep and often do not want to be left alone. Very young children do not know the difference between a dream and reality, so when they awake up, they may not understand the concept that they were only dreaming and it is now over. They make keep insisting that something scary about to occur.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What is sleepwalking?


Sleepwalking is a benign (not harmful) sleep behavior that is common on children. A sleepwalking child may have his eyes open, but usually appears confused or dazed during on episode, and mumbles or gives inappropriate answers to questions. Occasionally, a sleepwalking child may appear agitated. A sleep walker is often clumsy and may perform bizarre or strange actions, such as urinating in a closet. Sleepwalking almost always occurs within 1-2 hours after falling asleep lasts from 5 to 20 minutes, and children have no memory of these events. Although a child sleepwalking may appear awake, he is really asleep. Sleepwalking can occur infrequently or every night.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What are sleeping Terrors?


Sleep terrors are night terrors, as they are often called, are dramatic and can be distressing to witness. A child having a sleep terror may have her eyes open but usually appears very agitated, frightened and even panicked, as well as con fused and dazed during an episode. A child will often cry out or scream at the beginning of the sleep terror and many mumble or give inappropriate answers to questions. A child having a sleep terror is often clumsy and may flail around, push a parent away, or behave in other strange ways. As disturbing and frightening as these events appear to observe, children having them usually are totally unaware of what they are doing. In fact, sleep terrors are much worse to watch than to experience. For the child, a sleep terror is less traumatic than a typical nightmare or bad dream.

\r\n

Sleep terrors almost always occur within 1-2 hours after falling asleep, last anywhere from a few minutes to an hour, and children have no money of these events (note that sleep terrors can also occur during a nap). In addition, during these events most children avoid being comforted. They may get more upset if you talk to them and try to calm them down. This can be the hardest part for parents. A child who is experiencing is a sleep terror is basically stuck halfway between asleep and awake.

\r\n

Finally, sleep terrors are not nightmares. Your child is not dreaming during these events, although it may look it. Sleep terrors are also not a sign of psychological problems or the result of a traumatic event.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What is obstructive sleep apnea?


Obstructive sleep apnea is a medical condition in which a child has repeated, brief, temporary breathing pauses (apneas) during sleep. Lack of breathing causes a decrease in oxygen and in carbon dioxide (Co2) in the body. These changes signal the brain that breathing has stopped; the brain then signals the body to briefly awaken and restart breathing.

\r\n

Thus, these obstructions result in frequent brief arousals from sleep. Although the actual number of minutes of arousal during the night may be small, these repeated, brief disruptions in sleep could lead to significant daytime symptoms in children. A comparable image would be that of being pocked by someone 15-30 times a night. However, children are usually unaware of walking up, and parents often describe very restless sleep but usually do not say that their child brief wakes up completely.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What causes obstructive sleep apnea?


In most children, sleep apnea is caused by large tonsils and/or adenoids, which can block the airway. Sleep apnea is also more common in children who are overweight, although some children with enlarged tonsils and/or adenoids may be underweight. Younger children with sleep apnea may have poor growth because of disruption in nighttime secretion o growth hormone. Other children who are at high risk for sleep apnea include those with a narrow facial bone structure, a history of cleft palate, and Down syndrome. Children with allergies, asthma, reflux, or frequent sinus infections may also be at risk for obstructive sleep apnea.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n


What is narcolepsy?


Narcolepsy is a chromic (lifelong) Neurological (affecting the brain or nerves) disorder that is characterized by a permanent and overwhelming feeling of sleepiness. Narcolepsy affects more than 1 in 2,000 Americans, and most causes go undiagnosed and untreated .Although it is relatively uncommon condition, its impact on a child''s life can be dramatic. It affects boys and girls equally, and symptoms usually develop after puberty, with most people reporting the first symptoms of narcolepsy between the ages of 15 and 30.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', 1, 5, 0, 34, '2011-01-08 11:41:48', 62, '', '2011-02-19 08:15:16', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:41:48', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 30, 0, 1, 'childhood, development', 'Normal childhood, Sunitha,', 0, 6, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(61, 'Specialites', 'specialites', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Childhood
Childhood is the age span ranging from birth to adolescence. In developmental psychology, childhood is divided up into the developmental stages of
Know more...

Epilepsy
The condition is more common than many people realise. Around one child in every 200 has epilepsy, and while some will grow out of it, others won''t. 
Know more...

Headache In Childrens
As you may be aware, children suffer from a number of different types of headaches. It is important to rule out any dangerous cause for their headache that may classify it as a “secondary headache. 
Know more...

Cerebral Palsy
Doctors use the term cerebral palsy to refer to any one of a number of neurological disorders that appear in infancy or early childhood and permanently affect body movement and muscle coordination but aren''t progressive, in other words, they don''t get worse over time.  
Know more...

Muscular Dystrophies
You might think of muscular dystrophy as being a single condition. In fact, there are many different types of muscle disorders that can affect children. They come with a wide variety of symptoms, and they can range in severity.
Know more...

Stroke in Childrens
While they are quite rare in childhood, some youngsters are more at risk than others. Around half of those who suffer a stroke will have an underlying medical condition.
Know more...

Autism
Autism is one of a range of conditions that comes under the umbrella term ‘autistic spectrum''. It is a lifelong developmental disability that affects how a person communicates with, and relates to, others. It affects four times as many boys as girls, and has no class or social barriers.
Know more...

Hyperactivity (ADHD)
Attention deficit hyperactivity disorder is a genetically determined condition that affects those parts of the brain that control attention, impulses and concentration. 
Know more...

Intellectual Disability
Intellectual disability is a term used when a person has certain limitations in mental functioning and in skills such as communicating, taking care of him or herself, and social skills.
Know more...

Dyslexia
Dyslexia is a lifelong problem. It is important, for both a child’s academic achievement and their self-esteem, that it’s recognised early and the right support is found.  
Know more...

Febrile Convulsions (Fever Fits)
A febrile convulsion is basically a seizure that can happen when a young child develops a high temperature.  
Know more...

Meningitis
Meningitis peaks in the winter months. It can develop rapidly, and in its most serious form the results can be devastating - sometimes fatal. Children under the age of one are most at risk, followed by children aged one to five. 
Know more...

Encephalitis
\r\n

Encephalitis is inflammation of the brain. It is usually caused by a viral infection.

\r\n

Examples of viral infections that can cause encephalitis include herpes simplex virus (the virus that causes cold sores and genital herpes), varicella zoster virus (the chickenpox virus), mumps virus, measles virus and flu viruses.
Know more
...

\r\n
Tourette syndrome
It’s a condition about which we know remarkably little. The main feature is multiple tics – sudden repetitive movements and sounds. 
Know more...

Scoliosis
Scoliosis is a lateral (side to side) curvature of the spine. This condition can occur at any time during a child’s growth.
Know more...

Concentration problems
Lots of children have a short attention span, are easily distracted or unable to concentrate on a single task for long. 
Know more...



', '', 1, 1, 0, 1, '2011-01-08 11:24:07', 62, '', '2011-02-03 08:02:29', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:24:07', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 20, 0, 5, '', '', 0, 351, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(54, 'Why Child Neurologist', 'why-child-neurologist', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is a Child Neurologist?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Child neurologists combine the special expertise in diagnosing and treating disorders
of the nervous system (brain, spinal cord, muscles, nerves) with an understanding of
medical disorders in childhood and the special needs of the child and his or her family
and environment.
Child neurologists treat children on the neurological needs from birth into young
adulthood.
Child neurologists are specially trained to recognize and, in any way possible, treat
these unique neural problems of children.
\r\n
\r\n
Child
neurologists often diagnose, treat, and manage the children with following conditions:


\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Seizure disorders, including seizures in newborns, febrile convulsions, and epilepsy
Medical aspects of head injuries and brain tumors
Weakness, including cerebral palsy, muscular dystrophy, and nerve muscle disorders
Headaches, including migraines
Behavioral disorders, including attention-deficit/hyperactivity disorder (ADHD), school failure, autism, and sleep problems
Developmental disorders, including delayed speech, motor milestones, and coordination issues
Mental retardation
Hydrocephalus
\r\n

“Child Neurologist — The Best Care For Children From Birth To Young Adulthood”

\r\n
', '', 1, 7, 0, 49, '2011-01-08 10:27:50', 62, '', '2011-02-03 07:59:27', 62, 0, '0000-00-00 00:00:00', '2011-01-08 10:27:50', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 25, 0, 1, '', '', 0, 165, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(55, 'Febrile Convulsions (Fever Fits)', 'febrile-convulsions-fever-fits', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

A febrile convulsion is basically a seizure that can happen when a young child develops a high temperature.

They are quite common – around one in 30 children will have had one by the time they reach they age of five. Febrile convulsions are understandably very worrying for parents. It might look as though your child is having an epileptic fit. However convulsions of this type are only related to fever, which is not typical of epilepsy. Plus they won’t cause your child any lasting harm. It’s really important for parents and carers to know what to do if a child does have a febrile convulsion.

\r\n
Who can have them?


\r\n

Children between the age of six months and five years can be affected, although most are at the younger end of the age range. There are also genetic factors. A child is four times more likely to have a febrile convulsion if either parent was affected when young. Children of parents with epilepsy are also at a slightly higher risk. For some reason, boys are more likely to be affected than girls.

\r\n
What’s the cause?


\r\n

A convulsion of this kind is caused by a rapid rise in a child’s temperature usually at the start of a bacterial or viral illness. A child’s temperature may have reached 38.5C or 39C but it is thought that the rate of rise, rather than the final temperature, is more important. The most commonly associated illnesses are upper respiratory tract infections, otitis media (infection of the middle ear), bronchopneumonia and gastrointestinal infection. Whooping cough, measles and meningitis were important causes when they were more common illnesses. In about 90 per cent of cases a viral infection is the cause of the fever.

\r\n
What are the signs and symptoms of a febrile convulsion?


\r\n

During a febrile convulsion, a child loses consciousness and becomes either stiff or floppy. They may stop breathing briefly and their eyes can roll back. A child may be irritable or sleepy after coming round.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What should you do?

\r\n

Firstly, try to keep calm. Bear in mind that a febrile convulsion is unlikely to cause any harm or damage. Hold the child in your arms, or lie the child down on a soft surface like a cot or bed with their head below their body if possible. Don’t restrain the child, but take off any warm clothing and loosen anything tight. If the child is sucking a dummy, gently remove it. Don’t try to give anything to eat or drink during the convulsion. The child may lose consciousness for a minute or two, but most will come round quickly without any help. Stay with the child throughout the convulsion, and when it’s over call the doctor (unless it has happened before and the doctor has advised that you do not need to call). Once the child is fully conscious, try giving infant liquid paracetamol to reduce the child’s temperature. If the child wants to go to sleep, prop them on their side using a rolled up blanket so the child doesn’t roll onto their back. You may have been given further advice regarding medication if the child has had a previous febrile convulsion.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhen to seek emergency help?

\r\n

If the child is not breathing normally after a convulsion, or if it lasts five minutes or more, you need to get emergency help by calling Ambulance.

\r\nAre any investigations needed?\r\n

If a child is under the age of one, it is likely your doctor will refer you to your local hospital to investigate the cause of the fever. A blood test and urine and stool samples may be needed to identify the virus or bacteria responsible. Sometimes, a lumbar puncture might be recommended to exclude meningitis. It is very unlikely that a child with meningitis would present having had a febrile convulsion, but meningitis can be difficult to pick up in babies and it is important to rule it out.

\r\nCan febrile convulsions be prevented?\r\n

As a convulsion of this kind is caused by a rapid rise in temperature usually at the start of a bacterial or viral illness, the best form of prevention is to keep your child’s temperature down. Remove any warm clothing and give liquid paracetamol. Unfortunately, other than this, there aren’t any really effective tactics you can use. While anti-convulsant medication is useful for children who suffer from recurrent convulsions not associated with fever (epilepsy), there is little evidence to suggest that such medication will prevent recurrent febrile convulsions, and the possibility of side effects tends to outweigh the benefits.

\r\nWhat are the chances of it happening again?\r\n

If a child is over the age of one when they have their first febrile convulsion, they have around a one in three chance of having more. If it happens before the age of one though, the chance of having another rises to one in two. The length of time that the convulsion lasts is also important. If a first convulsion lasts a long time – rarely, this can be up to 15 minutes – further convulsions are more likely in the future. But the good news is that around six or seven out of ten children who have one febrile convulsion never have another.

\r\nAre there any associated risks?\r\n

Children who have long febrile convulsions have a slightly higher risk of developing epilepsy, although the risk is small.

\r\n
Looking forward


\r\n

The vast majority of children, including those who have had several febrile convulsions, will stop having them well before they start school.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:09:59', 62, '', '2011-02-03 08:10:26', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:09:59', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 15, 0, 10, '', '', 0, 28, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(49, 'Headaches in Children', 'headaches-in-children', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
Did you know?
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Headaches can be a common problem in children
Somewhere between 4% and 10% of children have migraine headaches.
Many adults with headaches started having their headaches as children, with 20% reporting the onset before age 10.
Most headaches in children are benign - meaning they are not symptoms of some serious disorder or disease.
Migraine headaches often run in families, so information on other family member''s headaches are important.
Headache may interfere with participation in activities and school and can be a significant health problem.
\r\n
What is a primary headache?

Headaches can be divided into two categories, primary or secondary.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Primary refers to headaches that occur on their own and not as the result of some other health problem. Primary headaches include migraine, migraine with aura, tension-type headache, and cluster headache.
Secondary refers to headaches that result from some cause or condition, such as a head injury or concussion, blood vessel problems, medication side effects, infections in the head or elsewhere in the body, sinus disease, or tumors. There are many different causes for secondary headaches, ranging from rare, serious diseases to easily treated conditions.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n When to call the doctor about your child''s headache?

You should consult your family doctor if headaches are frequent or severe or include unusual symptoms. Your physician may ask you to describe features of your headache (for example, the location of the pain, pain severity, and any other symptoms associated with the headache attack).
\r\n

To rule out possibility of secondary headache, the doctor, pediatrician or pediatric neurologist may decide to order special tests, including a CT scan or an MRI. Worrisome symptoms that should be brought to your doctor''s attention include:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Headaches that wake a child from sleep.
Early morning vomiting without nausea (upset stomach).
Worsening or more frequent headaches.
Personality changes.
Complaints that "this is the worst headache I''ve ever had!"
The headache is different than previous headaches.
Headaches with fever or a stiff neck
Headaches that follow an injury.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhy do you need to know what kind of headache your child is having?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

As you may be aware, children suffer from a number of different types of headaches. It is important to rule out any dangerous cause for their headache that may classify it as a “secondary headache.” It also is important to understand what type of headache your child has because it will impact treatment, level of disability, and lifestyle factors that will impact how to take care of a child with headaches. For example, a child with migraine may have a common factor that precedes their attack, such as fasting or low blood sugar. Therefore, it is important to know how to avoid conditions that may increase the risk of an attack and have medications that are specific for the headache being treated.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is a tension-type headache (episodic)?
This type of headache has also been called a tension headache, muscle contraction headache, stress-related headache, and "ordinary headache." These headaches can be either episodic or chronic and may include tightness in the muscles of the head or neck.
A tension-type headache can last from 30 minutes to several days. Chronic tension headaches may persist for many months. The pain usually occurs on both sides of the head, is steady and non throbbing. Some people say "it feels like a band tightening around my head." The pain is usually mild to moderate in severity. Most of the time the headache does not affect the person''s activity level.
Tension-type headaches are usually not associated with other symptoms, such as nausea or vomiting. Some people may experience sensitivity to light or sound with the headache, but not both. Muscle tightness may be noticed by some patients but doesn''t always have to occur.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat is a migraine headache (episodic)?

\r\n

Migraine headaches are recurrent headaches that occur at intervals of days, weeks or months. There may or may not be a pattern to the attacks--for example, teenage girls may tend to have attacks associated with their menstrual cycle. Migraines generally have some of the following symptoms and characteristics:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Untreated, they can last from 1 to 72 hours in children. Sleep or medical treatment can reduce this time period.
Headache starts on one side of the head. This may vary from headache to headache and in children, they may start in the front or in both temples.
Throbbing or pounding pain during the headache.
Pain is rated as moderate to severe.
Pain gets worse with exertion. The pain may be so severe that it is difficult or almost impossible to continue with normal daily activities.
Nausea, vomiting, and/or stomach pain commonly occur with the attacks.
Light and/or sound sensitivity is also common.
Pain may be relieved with rest or sleep.
Other members of the family have had migraines or "sick headaches."
Auras, or a visual disturbance, may occur in some children between 5-60 minutes prior to the headache. These auras are recognized as blurry vision, flashing lights, colored spots, or even dizziness.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat can we do to prevent my child''s headaches?

Taking good care of your child can decrease their frequency and severity of his/her headaches: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n
  1. Drink plenty of fluid (4-8 glasses per day) \r\n
      \r\n
    • Caffeine should be avoided
    • \r\n
    • Sports drinks may help during a headache as well as during exercise by keeping sugar and sodium levels normal

    • \r\n
    \r\n
  2. \r\n
  3. Regular and sufficient sleep \r\n
      \r\n
    • Fatigue and over exertion can trigger headaches
    • \r\n
    • Most children and adolescents need to sleep 8 to 10 hours each night and keep a regular sleep schedule to help prevent headaches

    • \r\n
    \r\n
  4. \r\n
  5. Eat balanced meals at regular times \r\n
      \r\n
    • Skipping meals can cause low blood sugar, hypoglycemia, which can trigger a headache
    • \r\n
    • Avoid foods that trigger headaches in your child

    • \r\n
    \r\n
  6. \r\n
  7. Minimize stress and overcommitments \r\n
      \r\n
    • Avoid overcrowded schedules or stressful and potentially upsetting situations

    • \r\n
    \r\n
  8. \r\n
  9. Follow prescribed treatment plan \r\n
      \r\n
    • Also, if your child''s doctor prescribed daily medication to reduce headache frequency (call preventive or prophylactic medication), remember to have him/her take it every day, whether he/she is having headaches or not
    • \r\n
    \r\n
  10. \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
What should I do if my child gets a headache?

    \r\n
  1. Have your child take pain medication for his/her headache as soon as they feel pain. He/she may be taking over-the-counter medication or prescription medication when they get a headache. Follow the doctor''s instructions in using the medication and treatment plan.

  2. \r\n
  3. Keep a record of your child''s headaches. Write down everything that might relate to your child''s headache (foods, odors, situations), how long it lasted, and how much pain the headache caused.

  4. \r\n
  5. Learn the sings and symptoms that might be associated with a headache so you can recognize an oncoming episode.

  6. \r\n
  7. Help teach your child on what to do when a headache starts. Your child needs to be able to treat his/her headaches at school and at home.

  8. \r\n
  9. Your child should not be afraid to tell you about their headache.
  10. \r\n
Your child will need to know what to do at school, so you may need to work with the nurse to establish the treatment plan that the physician has established for your child. This may require that both you and the physician get involved in working with the school to implement a successful treatment plan.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
How do you know your child "really" does have a headache?

\r\n

Recognizing the signs and symptoms of a headache will help you and your child take control of them. For example, we can see a child may be getting a headache or has a headache because:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
The sit quietly in a chair, bed or sofa and do not watch TV
They do not want to exert themselves
They may fall asleep at an unusual time
They may have nausea, vomiting, or other stomach-related symptoms
Light and noise may bother them
They may seem lethargic or fatigued
\r\n

Looking for signs of headache will help you and your child realize that the disability associated with headache is real and should not be dismissed.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
\r\n
', '', 1, 5, 0, 38, '2011-01-05 10:40:51', 62, '', '2011-02-03 08:13:34', 62, 0, '0000-00-00 00:00:00', '2011-01-05 10:40:51', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 15, 0, 1, '', '', 0, 8, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(58, 'Tourette syndrome', 'tourette-syndrome', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is Tourette syndrome?

\r\n

It’s a condition about which we know remarkably little. The main feature is multiple tics – sudden repetitive movements and sounds. TS begins in childhood and has phases where it improves and worsens, both in intensity and in how it presents. In some young people, the tics may not be noticed, while in others, the tics can be quite disturbing and embarrassing. Many children and young people can have a considerable decrease in their symptoms and even remission during adulthood. Attention difficulties and obsessive and compulsive symptoms are often associated and many of those affected are impulsive, often almost seeking out danger. About half of children with TS also have Attention Deficit Hyperactivity Disorder (ADHD).

\r\n
What causes TS?


\r\n

We do not fully know the cause but an imbalance in levels of neurotransmitters, particularly dopamine, in the brain may be involved. Genetic factors play an important part but for many children there’s no obvious family history. More boys than girls are affected – the reasons are not clear.

\r\n
How is it diagnosed?


\r\n

The condition is usually diagnosed by the presence of multiple tics for at least 12 months. A doctor will generally carry out investigations to rule out any other underlying condition that could explain the symptoms. But a diagnosis is usually reached by careful observation and evaluation of the symptoms. There is a rating scale to help identify tic severity. It is usually helpful to recognise and name the condition as this helps other people understand the problem better, helps a child explain to others that they cannot help the movements and noises and assists in accessing appropriate educational and health support. Most young people with TS can be helped by their local paediatrician and child psychiatrists/psychologists. A few will need referrals to specialist clinics.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n How do tics affect a child?

\r\n

A tic is basically a brief, repetitive, purposeless movement or sound that occurs in bouts. They are involuntary but sometimes they can be suppressed or triggered. Motor tics produce movement, and vocal or phonic tics produce sound. Tics can either be simple involving one muscle or one sound or they can be complex, involving a coordinated movement of a number of muscles or an utterance of a meaningful phrase. Simple motor tics, for example, might include eye blinking, head jerks, facial grimacing, nose twitching, shoulder shrugs, spitting. Simple vocal or phonic tics can involve grunting, squeaking, coughing, whistling, humming.

Complex motor tics might mean a child pulls at clothes, touches people or objects, twirls around, or behaves in a way that means they injure themselves. Complex vocal tics might mean making animal-like sounds, unusual changes in pitch or volumes, or swearing. A tic may appear suddenly and last for a few weeks at a time, then a different tic can emerge a few weeks or months later. The location of the tic in the body can vary and so can the frequency and severity. This variability can lead parents and teachers to conclude that the tics can be controlled. In fact while a child can learn how to suppress some tics, this needs to be followed by bouts of tics later in the day. Most children have a combination of vocal and motor tics, which are often noticed when a child is between five and nine years old.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What sort of difficulties can these symptoms lead to?

\r\n

Making sudden noises or movements is very embarrassing, especially in the classroom or social situations. Swearing causes even more trouble. Boys can often get into fights because their swearing is misinterpreted. A key problem is that children and young people affected by TS can become very isolated. They often feel upset about their condition and wish that people were more understanding.

Bullying can be a problem for any child. Children and young people with TS may seem to be more of a target because they stand out. Their tics, obsessions, compulsions or hyperactivity might single them out from their peers. If bullying is not dealt with, it can lead to schooling problems, low self-esteem or even school avoidance. Children with TS are just like other children in terms of their interests and skills. They can be sensitive and perceptive, keen on drama and art, or they can be more extrovert and sporty.

\r\n
What aspects of behaviour are outside a child’s control – and what isn’t?


\r\n

Parents and teachers are often keen to know what behaviour a child has control over. The children themselves usually know what is caused by TS and what isn’t. In general, tics are best ignored by everyone. Naughty behaviour needs clear and kind boundaries as in all children, remembering that a child with TS might find it harder to be in control. But this means that they need even clearer advice and structure to help them behave well.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n Is treatment available?

\r\n

Most children with tics do not need treatment for them. The tics will come and go, and usually disappear by adulthood. The most important thing is having good information about tics and understanding what they are, and being able to explain them to other people if necessary. There are simple things children can try out themselves that might alleviate tics. They may notice that being active, or relaxing, reduces the frequency of tics (this is different for different children).

While tics themselves do not usually need treatment, the problems that often go with TS can need treatment. There are effective treatments for ADHD and Obsessive Compulsive Disorder (OCD) as well as for depression and anxiety. These emotional and behavioural problems should be identified and treated as this can make a real difference to a child’s life. Some children''s tics are helped with medication, but this is usually only suggested if the tics are really upsetting or are getting in the way. Medication can have side effects such as drowsiness or weight gain.

\r\n
What’s the outlook?


\r\n

There is often a considerable improvement in symptoms after the teenage years. Some people even grow out of it.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:14:04', 62, '', '2011-02-03 08:03:10', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:14:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 13, 0, 7, '', '', 0, 43, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(59, 'Scoliosis', 'scoliosis', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Scoliosis
\r\n

Scoliosis is a lateral (side to side) curvature of the spine. This condition can occur at any time during a child’s growth. It means that the spinal column curves and twists, rotating the ribcage as it does so and eventually causing changes to the spine, chest and pelvis. For many children and young people scoliosis is not a severe condition. But one in 10 needs treatment and a small minority need surgery.

\r\n
What causes scoliosis?


\r\n

In around 80 per cent of cases the cause is never fully understood. The term for this is ‘idiopathic’. For some babies the condition starts while they are in the womb – the vertebrae (bones in the spine) don’t form properly. Scoliosis can then develop in childhood.
Also, a variety of conditions including cerebral palsy or muscular dystrophy, affect the nerves and muscles and can cause neuromuscular scoliosis.

\r\n
What are the effects of scoliosis?


\r\n

Children with scoliosis may have one or more of the following signs and symptoms:

\r\n
    \r\n
  • One shoulder is higher than the other
  • \r\n
  • One shoulder blade is more prominent than the other
  • \r\n
  • One hip is more prominent than the other, making the waistline appear uneven
  • \r\n
  • Clothes do not hang properly.
  • \r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n How is scoliosis treated?

\r\n

The aim of treatment is to stop the curve progressing. The choice of treatment depends on a child’s age, on the severity and type of the curve and the underlying diagnosis, if this is known.
There are three types of treatment:

\r\n
    \r\n
  • Observation
  • \r\n
  • Bracing
  • \r\n
  • Surgery
  • \r\n
\r\n
Observation


\r\n

This is often the only treatment needed as most curves do not progress and become severe. A series of x-rays will be taken each time your child comes for an outpatient appointment and the surgeon will compare these with previous x-rays to see if the curve has progressed.

\r\n
Bracing


Bracing is needed if the curve becomes more severe. It may help reduce further curvature. If your child does need a brace, this will be custom made. Your child will have a plaster cast taken of their body during a hospital outpatient appointment. The orthotist (the person who will make your child’s brace) will then mould the brace to fit your child exactly – aiming to make it as comfortable as possible. Braces need to be worn for 23 hours each day. They are only taken off for washing and activities such as swimming or PE. Wearing a brace can be difficult for children and parents. You will be given lots of information and support from your child’s specialised hospital team on how to look after your child at home while the brace needs to be worn. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n Surgical treatment

Surgery may be needed to correct severe and/or progressive curvatures. The spinal surgeon will discuss your child’s treatment options and further details of treatment needed with you. It is major surgery and should only be carried out by a highly specialised multi-disciplinary surgical team. This complicated surgery can be carried out in one or two stages. It involves inserting one or two metal rods into the spine which allow the spine to be pulled to as near straight as possible. The bones in the affected part of the spine are fused together to make sure the spine is in a solid position.

In younger children, a growth rod is often inserted to allow the spine to grow as the child grows. A series of minor operations is then needed to lengthen the rod. When there has been enough growth, a child will have a ‘definitive spinal fusion’ operation. When your child is starting to recover, an x-ray will be carried out to check the position of the metalwork. Your child may need to wear a spinal brace to support the spine as it heals.


Exercise and scoliosis


For all children with scoliosis, exercise is really important to strengthen the muscles in the back. Swimming, for example, is a good all round exercise that can help to strengthen the back muscles which in turn can help support the spine. You could also encourage your child to do five to 10 minutes of daily exercises, such as Pilates or well executed sit-ups to help strengthen back and abdominal muscles. If your child needs surgery to correct scoliosis, the specialist team caring for your child will advise you on exercise following the operation. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n School bags

\r\n

If your child carries a rucksack at school, make sure it’s worn over both shoulders rather than over one so that the weight is distributed evenly.

Problems can arise when a heavy bag is carried over one shoulder, causing a weight imbalance.

\r\n
Looking forward


\r\n

Most children who develop scoliosis won’t need any treatment. But for those who do, modern surgical techniques means there’s every hope of the curve being treated successfully.

After surgery and recovery, the vast majority of children can enjoy an active and normal life.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:15:04', 62, '', '2011-02-03 08:02:46', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:15:04', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 11, 0, 6, '', '', 0, 36, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(60, 'Concentration problems', 'concentration-problems', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Concentration Problems
\r\n

Lots of children have a short attention span, are easily distracted or unable to concentrate on a single task for long. Some parents worry about this, wanting their youngsters to engage and focus without getting bored or sidetracked. The key here is to work out what is normal behaviour and what can be problematic.

\r\n
Natural curiosity


\r\n

There is a thin line between a child''s natural curiosity and desire to explore the world freely – which could mean they flit from one thing to another because there is so much to take in – and behaviour which causes them to be disruptive, unhappy or to fall behind their peers.

\r\n
Concentration problems


\r\n

You cannot simply diagnose a child with concentration problems. The idea of having a problem concentrating is usually a symptom of something else.

For example, a child who struggles to focus in class may have a learning difficulty such as dyslexia and be struggling to keep up. Because they find the work hard, their concentration appears poor and they play up. It could even be the complete opposite problem – they are very intelligent and are simply bored by the lesson on offer.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n Intelligence and concentration

\r\n

Bright children can easily feel frustrated if the pace of work is too slow for them, which can lead to disruptive behaviour. This could well be what’s happening. Your son may need to be more challenged at school.

\r\n
Bad behaviour


\r\n

Similarly a child may get into trouble a lot at school or display a lot of bad behaviour because of any number of problems. For example, it could be because a child is being bullied, has low self-esteem, that there are problems at home, that they are frustrated or even that they have problems communicating or hearing well. Your son may also have some specific problem that is hindering his ability to concentrate, such as attention deficit hyperactivity disorder (ADHD).

\r\n
School support


\r\n

If you are worried about your son''s ability to concentrate, you need to talk it through with his teachers to see if they share your concerns. If the teacher says he is unusually difficult to deal with or seems to be struggling academically, you may need to investigate further. Young children are not usually disruptive in class without a good reason so it’s best to try get to the bottom of why it’s happening.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What next?

\r\n

You will need to speak to your son''s teacher about how to deal with his problem and how best to approach it. You could explore the possibility of your son being set more challenging work or to have some one-on-one tuition if you feel he is falling behind.

\r\n
Improving concentration


\r\n

There are also things you can do to help at home. Gently talk to your son and try to find out if there is anything he worried about. Don’t worry if he can’t pinpoint anything specific. Focus on things he can do and seems to enjoy, and give him plenty of praise and encouragement. This will help boost his confidence and raise his self-esteem.

Try and get him to focus on small tasks, one at a time, and join in so he feels supported and encouraged. Read books together perhaps or play some simple board games which help pin him down to a singular activity. Try to keep him involved and stimulated so he doesn''t get bored. You can do this by involving him in everyday tasks.

\r\n
Persisting problems


\r\n

If these steps don’t result in an improvement in your son’s behaviour and his ability to concentrate in class within a month or so, see your pediatrician or a child neurologist. Your son may need further assessments to find out whether he has a specific problem that is hindering his ability to concentrate.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:16:23', 62, '', '2011-02-08 04:45:40', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:16:23', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 14, 0, 4, 'liljo test now', 'liljo test', 0, 44, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(56, 'Meningitis', 'meningitis', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

“Meningitis peaks in the winter months. It can develop rapidly, and in its most serious form the results can be devastating - sometimes fatal. Children under the age of one are most at risk, followed by children aged one to five”.

\r\n
What is meningitis?


\r\n

The term doesn’t really describe the true extent of the disease. ’Meningitis’ basically means inflammation of the meninges, which are the linings around the brain. Viral meningitis is almost always a fairly mild condition and lasts from four to ten days. Most children make a complete recovery although they may suffer from headaches and tiredness for up to a year afterwards. Although less common, the disease caused by bacteria is a very different story. A bacterium known as meningococcus lives in the nasopharynx (the back of the throat) of healthy people. At any one time, about ten per cent of the population could be carrying it. Smokers and people living in overcrowded households have increased rates of carriage of the bacterium. It is spread by sneezing, coughing, and intimate kissing. Fortunately most people naturally develop protection against these bacteria. Meningococcal bacteria can cause both meningitis and septicaemia (blood poisoning).  Once in the bloodstream, the bacteria multiply rapidly and stimulate the immune system into overdrive at a frightening speed. Meningococcal meningitis and septicaemia together are known as meningococcal disease.

\r\n
How can you recognise the signs?


\r\n

The first signs are often cold hands and feet, leg pain and abnormal skin colour. Other symptoms in children can include fever, headache, nausea, vomiting, stiff neck, dislike of bright lights and drowsiness or confusion.

\r\n

“The first signs are often cold hands and feet, leg pain and abnormal skin colour. Other symptoms in children can include fever, headache, nausea, vomiting, stiff neck, dislike of bright lights and drowsiness or confusion”.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n When should I seek medical help?

\r\n

Meningitis can develop quickly - within the space of a few hours. If your child is ill and you suspect meningitis, don’t wait for a rash to appear before you get help. Trust your instincts and get medical help immediately. The speed at which the condition is recognised and treatment given is critical - even a delay of a few hours in getting treatment could be potentially fatal.

\r\n
What does treatment involve?


\r\n

Bacterial meningitis and meningococcal septicaemia are medical emergencies. Immediate treatment with antibiotics and hospital admission are needed. Some children can be cared for on a general ward with close observation, others may need to be closely monitored in an intensive care unit. How long your child is likely to be in hospital depends on the severity of the disease. Viral meningitis is rarely life threatening. Most children recover without needing hospital treatment. Pain management and rest are part of the recovery process. A child with viral meningitis won’t need antibiotics.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What’s the outlook?

\r\n

Most children make a good recovery, even when they’ve been very ill. Sadly not all do. Meningitis still claims lives. Those who recover can be left with after effects. Some are relatively minor - such as experiencing mood swings, and difficulties with memory, learning and behaviour.

Around 15 per cent of people will suffer from serious after effects. The most common of these is hearing loss. This can range from mild hearing loss to profound deafness. It’s important for anyone who’s had meningitis to have a hearing test soon after their illness.

More rarely, a child can be left with other major problems. Meningitis can damage the nerve responsible for sight (optic nerve), resulting in partial loss of vision or blindness in one or both eyes. This often improves in time. Other serious problems can include brain damage, epilepsy and, due to septicaemia, scarring and limb loss. Even if your child hasn’t been left with any ongoing medical problems, you can expect them to feel tired and not quite up to full strength for some weeks or even months.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:11:47', 62, '', '2011-02-03 08:10:04', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:11:47', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 12, 0, 9, '', '', 0, 30, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(57, 'Encephalitis ', 'encephalitis-', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
What is encephalitis and what causes it?

\r\n

Encephalitis is inflammation of the brain. It is usually caused by a viral infection. Examples of viral infections that can cause encephalitis include herpes simplex virus (the virus that causes cold sores and genital herpes), varicella zoster virus (the chickenpox virus), mumps virus, measles virus and flu viruses. Most people who catch these viruses only have a mild illness (depending on the virus these could include a skin rash, a cold sore, etc). However, rarely, in some people, the virus can travel in the bloodstream to attack the brain and cause encephalitis.

Elsewhere in the world, other viruses can cause encephalitis after bites by insects such as mosquitoes (Japanese B encephalitis virus, West Nile virus) or ticks (Central European Tick-borne virus). Sometimes encephalitis can develop with rabies virus infection after an animal bite.

Most cases of encephalitis are caused by the virus directly infecting the brain. However, sometimes encephalitis can develop if your immune system tries to fight off a virus and, at the same time, attacks the nerves in your brain in error. This is known as post-infectious or autoimmune encephalitis. Rarely, this type of encephalitis can develop after an immunisation. Very rarely, infection with bacteria, fungi and parasites can cause encephalitis.

\r\n
What is the difference between encephalitis and meningitis?


\r\n

Encephalitis and meningitis are not the same. Meningitis is an inflammation of the lining that covers the brain and spinal cord (the meninges). It is usually caused by a bacterial or viral infection. Sometimes you can have both encephalitis and meningitis at the same time. This is called meningoencephalitis.

\r\n
Who gets encephalitis?


\r\n

Encephalitis is not very common.  Anyone can develop encephalitis. However, the very young and the very old are most at risk.  You are also more likely to develop encephalitis if your immune system is compromised in some way. For example, if you are HIV positive, if you are undergoing treatment for cancer, if you are taking long-term steroid treatment, etc.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What are the symptoms of encephalitis?

\r\n

The symptoms usually start with the common symptoms of a viral infection: fever, headache, muscle aches, feeling tired and nausea and vomiting. As the infection starts to attack the brain, people may start to notice that your behaviour becomes odd. You can become confused and drowsy and can develop a severe headache. You may develop a stiff neck and back and photophobia (an intolerance of light). Muscle weakness or paralysis can occur. Eventually you can become unconscious. You may also start to have seizures (fits). Symptoms can develop quite quickly over a few hours or sometimes they can develop over a few days.

Babies with encephalitis can be off their feeds and appear irritable and/or drowsy. They may also develop seizures. Other symptoms of encephalitis will depend on the underlying virus that is causing the infection. For example, if you have herpes simplex virus infection you may have a typical herpes simplex rash affecting your skin, eyes or mouth. (This is the blistery looking rash that causes cold sores.) Someone with encephalitis may have recently been bitten by an insect such as a mosquito or a tick. The rabies virus is transmitted through animal bites such as from an infected dog.

\r\n
How is encephalitis diagnosed?


Encephalitis can be difficult to diagnose. This is because other things such as meningitis, stroke and sometimes brain tumours can cause similar symptoms. Therefore, you may have various tests before encephalitis can be diagnosed. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Computerised tomography or magnetic resonance imaging scan

\r\n

A lumbar puncture is normally carried out if you are suspected of having encephalitis. However, before a lumbar puncture you will often need to have a computerised tomography (CT) or magnetic resonance imaging (MRI) scan of your brain to rule out other causes for your symptoms and also to make sure that there are no signs of raised intracranial pressure (raised pressure inside your skull). Performing a lumbar puncture if you have raised intracranial pressure can be dangerous. A CT or MRI scan of your brain may also show signs of brain inflammation.

\r\n

Lumbar puncture

\r\n

A lumbar puncture (sometimes called a spinal tap) is a procedure where a sample of cerebrospinal fluid (CSF) is taken for testing. CSF is the fluid that surrounds the brain (cerebrum) and spinal cord. To obtain some CSF, a doctor pushes a needle through the skin and tissues between two vertebrae into the space around the spinal cord which is filled with CSF. See separate leaflet called ''Lumbar Puncture'' for more detail. A lumbar puncture can look for signs of the virus and can also help to exclude meningitis.

\r\n

Electroencephalograph

\r\nThe electroencephalograph (EEG) test looks at your brainwaves and can show abnormal brainwaves that occur if you have encephalitis. Several small patches (electrodes) are attached to your scalp. Wires from the electrodes are connected to the EEG machine. See separate leaflet called ''Electroencephalograph (EEG)'' for more detail. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Other tests

\r\n

These can include blood tests, urine tests, swab tests (for example if you have a blistering skin rash). They can help to look for signs and causes of infection.

Note: The exact virus that is the cause of encephalitis is not always found. In some people, encephalitis is diagnosed when other causes for their symptoms have been excluded after tests.

\r\nWhat is the treatment for encephalitis?

Someone with suspected encephalitis needs to be admitted to hospital urgently.

Antiviral medication is usually prescribed if encephalitis is suspected. The most common drug that is used is acyclovir. This is particularly effective in treating encephalitis caused by herpes simplex virus but it may not be as effective against some of the other viruses. If you are suspected as having viral encephalitis, you will usually be started on acyclovir treatment straight away without waiting for confirmation from test results. This is because the drug needs to be started quickly to be most effective and also because herpes simplex virus is the most common virus that causes encephalitis in the UK.

Antibiotics may also be given initially. This is because, without test results, it may be difficult to tell the difference between encephalitis and meningitis caused by bacteria. Also, steroid medicine is sometimes used to treat encephalitis, particularly if you are thought to have post-infectious encephalitis.

Other treatments for encephalitis are what doctors call ''supportive'' treatments to help your body to rest and try to fight the infection. It can include intravenous fluids, drugs to control any seizures that you may have, drugs to help with high fever and pain and oxygen given via a face mask. If you have encephalitis you need close monitoring and nursing. If the infection is severe, you may be admitted to an intensive care unit.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
What is the prognosis (outlook) for encephalitis?


\r\n

Encephalitis can affect different people in different ways. Some people recover from encephalitis and have few, or no, long-term problems. However, in many people, encephalitis is a serious condition and can be life-threatening. Also, after encephalitis, it is common for people to be left with some permanent brain damage. The extent and severity of brain damage can vary greatly.

This brain damage can lead to various problems including:

\r\n
    \r\n
  • Problems with balance, co-ordination and dexterity
  • \r\n
  • Speech problems
  • \r\n
  • Weakness and problems with movement
  • \r\n
  • Swallowing problems
  • \r\n
  • Seizures (fits)
  • \r\n
  • Chronic headache
  • \r\n
  • Personality changes
  • \r\n
  • Memory problems
  • \r\n
  • Behavioural problems
  • \r\n
  • Mood problems, anxiety and depression
  • \r\n
  • Difficulty concentrating
  • \r\n
\r\nSupport and rehabilitation are needed to help you adjust to, and cope with, any problems that you may have. Therapies such as speech therapy and physiotherapy may help to improve symptoms in some people.

Some people who are severely affected with encephalitis need continuous nursing care as they are no longer able to look after themselves.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n Can encephalitis be prevented?

Immunisation programmes against common childhood illnesses such as measles, mumps and rubella have helped dramatically to reduce the numbers of people who develop encephalitis. Immunisation is also available against viruses that can cause encephalitis in other countries, such as Japanese B encephalitis and tick-borne encephalitis caused by insect bites. Insect repellant sprays and wearing protective clothing, such as long sleeves, can also be helpful in preventing infection. A vaccine is also available against rabies.

Herpes simplex infection in newborn babies is an uncommon complication of active genital herpes in the mother around the time of delivery. It can also (rarely) occur after direct contact with a herpes blister (such as a cold sore) in someone who is looking after the baby. See separate leaflet called ''Genital Herpes'' for more detail. It also gives details about how to reduce the chance of passing on genital herpes to your baby if you develop genital herpes whilst you are pregnant or have recurrent genital herpes during pregnancy.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-08 11:12:53', 62, '', '2011-02-03 08:09:39', 62, 0, '0000-00-00 00:00:00', '2011-01-08 11:12:53', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 12, 0, 8, '', '', 0, 33, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(45, 'Welcome to Dr.Murugan''s website', 'dr-murugan', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\nDr V Murugan is a British trained Paediatric Neurologist, who has recently returned to India to work close to home. He has worked as a Pediatric Neurology Consultant at the world famous Great Ormond Street Children’s Hospital, London, UK.

He has received five years of higher specialist training in Pediatric Neurology at Bristol Children’s Hospital and Frenchay Hospital, Bristol and Southampton University Hospital, Southampton, UK. He was awarded CCT (Certificate of Completion of specialist Training) in Paediatric Neurology by Royal College of Paediatrics and Child Health, UK.

\r\n

He holds MRCPCH (UK), M.D (Pediatrics), M.B.B.S. He graduated from Thanjavur Medical College, Tamil Nadu and obtained his postgraduate training in Pediatrics from MGM Medical College, Indore, Madhya Pradesh before leaving to UK.

He has presented scientific research papers in many international scientific conferences including American Epilepsy Society, European Paediatric Neurology Society and British Paediatric Neurology Association. Dr Murugan is dedicated to advancing the field of Child Neurology in India in order to improve patient care and continues to be actively involved in child neurology research, teaching, and training.

\r\n
For Appointments and Enquiry :
+91 9940375085 | murudr@gmail.com
Fortis Malar Hospital
No: 52 First Main Road, Gandhi Nagar,
Adyar, Chennai - 600020.
Tamil Nadu, India
', '', 1, 1, 0, 1, '2007-07-07 09:54:06', 62, '', '2011-02-03 08:10:42', 62, 0, '0000-00-00 00:00:00', '2004-07-06 22:00:00', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=en-GB\nkeyref=\nreadmore=', 38, 0, 11, '', '', 0, 962, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(50, 'Hyperactivity Disorder', 'hyperactivity-disorder', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
What is ADHD?

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\nAttention deficit hyperactivity disorder is a genetically determined condition that affects those parts of the brain that control attention, impulses and concentration. It is thought to affect 3 to 7% of school age children. The best description for ADHD is that a child who suffers from this condition shows disruptive behaviors which cannot be explained by any other psychiatric condition and are not in keeping with those of the same-aged people with similar intelligence and development. These behaviors are usually first noticed in early childhood, and they are more extreme than simple “misbehaving”. Children with ADHD have difficulty focusing their attention to complete a specific task. Additionally they can be hyperactive and impulsive and can suffer from mood swings and “social clumsiness”.
\r\n


When does ADHD develop?


ADHD develops in childhood and is most commonly noticed at the age of 5. Research suggests that 80% of children diagnosed with ADHD continue to experience symptoms during adolescence and 67% continue to have symptoms into adulthood.

\r\n

What are the symptoms?

ADHD covers a broad range of symptoms. But there are three common themes.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Attention difficulties
Poor concentration and poor working memory. They will often be very forgetful, easily distracted and are usually disorganized. They have difficulty settling down and appear to get bored very easily.
Hyperactivity
Overactive and restless behaviour, including fidgeting or moving about. They may also be noisy and talkative.
Impulsiveness
Acting before thinking, often interrupting conversations, talking out of turn and intruding on others. They will have difficulty waiting or taking their turn in group situations.
\r\n

Does every person with ADHD have the same symptoms?


The symptoms of ADHD (impulsivity, hyperactivity and inattention) are not seen to the same degree in all people diagnosed with this condition.
As a result, clinicians recognize three types of people with ADHD: -

The mostly (predominantly) hyperactive-impulsive type.
The mostly (predominantly) inattentive type.
The combined type (which make up the majority of ADHD cases.)
\r\n

Is there a different effect on boys and girls?

ADHD is more commonly diagnosed in boys than girls. This may be because boys with ADHD tend to be more hyperactive and disruptive. Girls can have ADHD but many have predominantly inattentive type and can often appear to be in a world of their own. Their symptoms may not be noticed because they don''t disrupt the class; however, their problems can lead to academic and social failure.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
\r\n
What causes ADHD?

ADHD has multiple causes. However the evidence so far shows that it is not caused by poor parenting, rather, it is caused by a complicated combination of factors. These factors include changes in those parts of the brain which control impulses and concentration (neurobiological factors) and genetic, inherited and environmental factors. Other research has suggested that in a small percentage of cases, ADHD can be due to injury (during development) to specific regions of the brain. For example, use of alcohol or tobacco during pregnancy, premature delivery with associated minor brain bleeding or accidental head injury after birth, could all cause ADHD-like symptoms. ADHD is not associated with purely social factors such as poor parenting (child management), family stress, divorce, excessive TV viewing or video game playing, or diet, although some of these factors can exacerbate a pre-existing condition.
\r\n

Is ADHD genetic?

ADHD has a significant genetic component: most differences in severity of symptoms are due to genetic factors. For example, if a family has one ADHD child, there is a 30-40% chance that another brother/sister will also have the condition and a 45% chance (or greater) that at least one parent has the condition1. If the child with ADHD has an identical twin, the likelihood that the twin will also have the disorder is about 90%.
\r\n
\r\n

Is it definitely ADHD?

It''s easy to confuse ADHD with normal child development and other conditions. As there isn''t simple test for the condition, the child neurologist will have taken considerable care before diagnosing your child with ADHD.

With ADHD, children may also have other problems such as dyslexia, dyspraxia, Asperger''s syndrome and compulsive or defiant behaviour.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

What treatments are typically recommended for ADHD?

There are typically four steps in the management of ADHD: -

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Proper diagnostic evaluation by a pediatric neurologist or an experienced psychiatrist.
Information provided for parents and teachers.
Discussions between healthcare professional and parents and teachers on behavioural therapy and educational support (such as special educational services).
Medication – atomoxetine and methylphenidate.
\r\nMost experts agree that the most effective way to treat ADHD is with several complimentary approaches. An effective treatment plan will involve a combination of treatments such as psychiatry, psychology, appropriate educational interventions, behavioural therapy and medication. Depending on the needs of the individual child, a combination of medical, teaching and behavioural support can help the child to reach his/her full potential and live as normal a life as possible, having meaningful relationships and reducing family stress.

What shall I do if I think my child or somebody I know has ADHD?

There is no specific test for ADHD but it is important that a pediatric neurologist or a psychiatrist makes a diagnostic evaluation. If you suspect that your child or a child you know has ADHD you may wish to alert their parent or teacher, so that s/he can be referred early and so that the condition can be identified. This will enable treatment (whether behavioural, psychological or medication) to be started, to help the child to achieve their full potential.

\r\n

Who can diagnose ADHD?

ADHD is diagnosed usually by a child neurologist or a child psychiatrist or pediatrician. However a team of people may be involved in the steps to diagnosis and decisions regarding therapy.

These people can include: -

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Pediatric neurologist
Child psychiatrist
Child psychologist
Pediatrician
Specialists in speech and language, auditory processing, occupational therapy etc
Teacher
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
How do children with ADHD develop?

Children with ADHD can be intelligent and creative. Many overcome their disability and lead successful lives. The problems may ease with time, but ADHD can last into adulthood. Coming to terms with and understanding ADHD often make it easier to deal with.

\r\n

Myths and Facts about ADHD

\r\nMyth:
Children naturally outgrow ADHD.


Fact:
In some children, the overactive behavior of ADHD decreases during the teen years. But inattention often becomes more challenging during early high school years when students must organize homework assignments and complete complex projects. Some children do not experience any symptoms of ADHD in adulthood, while some experience fewer symptoms. Others have no change in their symptoms from childhood to adulthood.

Myth:
ADHD is caused by too much white sugar, preservatives, and other artificial food additives. Removing these things from a child''s diet can cure the disorder.

Fact:
Studies have shown that very few children with ADHD are helped by special diets. Most of the children who do respond to diets are very young or have food allergies. Sugar and food additives have been ruled out as causes for ADHD.

\r\n
Myth:
Poor parenting is responsible for ADHD behaviors in children.

Fact:
ADHD is a physical disorder caused by differences in how the child''s brain works. Anxiety-producing factors, such as family conflicts or disruptions, can aggravate the disorder, but they do not cause it.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
\r\n
Common Myths about ADHD Stimulant Medications

Myth:
Children treated with stimulant medications will become addicted or will be more likely to abuse other drugs.

Fact:
Stimulant medications are not addictive when used as directed. Studies have shown adequate treatment of ADHD may reduce the risk of substance abuse.

\r\nMyth:
Children must be taken off stimulant medications by the time they become teenagers.

Fact:
About 80% of children who need medications will need them as teenagers.

\r\n
Myth:
Stimulant medications stunt growth.

Fact:
While stimulant medications may cause an initial, mild slowing of growth, this effect is temporary. Children treated with ADHD stimulant medications ultimately reach their normal height.

\r\n
Myth:
Children build up a tolerance to stimulant medication. They end up needing more and more of it.

Fact:
While your child''s medication may need to be adjusted occasionally, there''s no evidence that children become tolerant to medication or require more of it to be effective.

\r\n “Every Child deserves the chance to make the most of the school day”
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 5, 0, 42, '2011-01-05 10:46:06', 62, '', '2011-02-03 08:14:21', 62, 0, '0000-00-00 00:00:00', '2011-01-05 10:46:06', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 37, 0, 1, '', '', 0, 0, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(51, 'Muscular Dystrophy', 'muscular-dystrophy', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n

You might think of muscular dystrophy as being a single condition. In fact, there are many different types of muscle disorders that can affect children. They come with a wide variety of symptoms, and they can range in severity.

\r\n

Most types are rare. The most common is Duchenne muscular dystrophy.

Progressive types

\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

Some muscular dystrophies are what is known as progressive. In other words muscles will become wasted and weaker over time. In others, a person faces increased difficulties over time which relate to increased demands on already weak muscles. Some of the conditions can cause shortened life expectancy.

\r\n

There are currently no cures for these conditions but there are treatments that can modify or improve the effects of some of them.

\r\n

What''s the cause?

\r\n

Most of the conditions are inherited. The majority of the genes responsible for muscular dystrophy can be tested for.

\r\n

What are the effects of these conditions?

\r\n

The effect that muscular dystrophy has on a child''s life really depends on the severity of the muscle weakness.

\r\n

“The effect that muscular dystrophy has on a child''s life really depends on the severity of the muscle weakness”.

\r\n

In general, the conditions all affect the muscles themselves. Key difficulties may include walking and going upstairs. In some conditions, the breathing and heart muscles may be involved.All types gradually worsen over time, but the speed and degree of disability varies. Many people are able to learn to live independently, while others may need full-time help and care.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Muscle weakness

\r\n

For instance in Duchenne muscular dystrophy, the muscles of the lower limbs are affected first. This is very often noticed in the pre-school years when boys may have more falls than you might usually expect, or they may have difficulty running normally. Usually they can''t jump or hop. Some boys will also have learning and/or behavioural difficulties.As time goes on, walking will steadily become more difficult. There is a wide variability in the age at which boys can no longer walk – it ranges from seven to 13 years. The use of steroid medication in recent years has improved the age at which walking ability is lost for some boys.

\r\n

Muscle weakness progresses to involve the breathing muscles, trunk muscles and very often heart muscle. At all of these stages, there are supportive treatments that are now available which can help improve a person''s quality of life.

\r\n

Getting a diagnosis

\r\n

“As these conditions are complex, it''s helpful if your child has an accurate diagnosis. This helps with planning management, monitoring, and also treating complications”.

\r\n

As these conditions are complex, it''s helpful if your child has an accurate diagnosis. This helps with planning management, monitoring, and also treating complications.Sometimes it is not possible to reach a genetic diagnosis. Even so, advice about management can still be given using the experience of the medical team on muscular dystrophies in general.Geneticists can help with guidance about the risk of conditions being inherited.

\r\n

Investigations

\r\n

An important part of the diagnosis process involves a child''s doctor taking a detailed history, and examining a child very carefully. This helps identify the muscle groups that are weak.Further investigations, such as ultrasound and muscle biopsy, may also be useful. Also, your child''s doctor may take a blood sample. DNA can then be extracted from the sample and examined for the genes responsible for specific conditions.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

What about treatment?

\r\nUnfortunately there aren''t any cures for any of these conditions. But there are a number of treatment options that can help control the symptoms, such as muscle tightness, and improve a child''s quality of life.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Physiotherapy: to help keep muscles flexible and ease stiff joints.
Physical aids: for instance wheelchairs or leg braces can help a child with muscular dystrophy keep mobile.
Surgery: this may be used in a variety of situations to help improve function, comfort and position if a child is suffering from limb deformity.
Medication: for some conditions, medications are used which have been found to increase strength and functioning of muscle – for instance, steroids in Duchenne muscular dystrophy
\r\n
\r\n
\r\n

With any life long condition, there can be significant emotional effects. Support groups and organisations can help children, and their families, come to terms with and cope with the condition.

\r\n

Looking forward

\r\n

For some conditions, there are active research programmes trying to find better ways of improving the outcomes for those affected, and looking for cures.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 5, 0, 40, '2011-01-05 10:51:24', 62, '', '2011-02-03 08:15:36', 62, 0, '0000-00-00 00:00:00', '2011-01-05 10:51:24', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 21, 0, 1, '', '', 0, 11, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(52, 'Stroke in Children', 'stroke-in-children', '', '\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n

A stroke is usually thought of as a condition that only affects adults. In fact, children can have them too.

\r\n

While they are quite rare in childhood, some youngsters are more at risk than others. Around half of those who suffer a stroke will have an underlying medical condition. But the other half will have been apparently healthy beforehand.Strokes can affect many things including a child''s movement, speech, behaviour and learning. However, the good news is that in the majority of cases these effects are mild. It''s a good idea to be aware of strokes in childhood and what to look out for.

\r\n

What is a stroke?

\r\n

A stroke is a sudden disruption to the blood supply of the brain. It can affect some of the key functions that are controlled by the brain, such as movement and speech. The symptoms vary from child to child depending on the area of the brain that has been affected.

\r\n

There are two main types. Both types can cause damage to brain cells:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n

Ischaemic stroke – this happens when the blood supply to one area of the brain becomes blocked.

\r\n
\r\n

Haemorrhagic stroke – this happens when blood leaks into brain tissue.

\r\n
\r\n
Why does this happen in childhood?

Children with an underlying medical problem, such as a heart condition or sickle cell anaemia , run a higher than usual risk of having a stroke. In some cases, a blood clotting problem (that can run in families) may be linked. But in children who don''t have an associated condition, there are lots of possible causes of stroke. One of the most common is a rare complication of chickenpox, which results in narrowing of the blood vessels in the head. Other causes include abnormalities affecting the blood vessels supplying the brain, which may then be vulnerable to the sort of minor head injury so common in children.In around ten per cent of children who have a stroke, no cause can be identified despite extensive tests. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat are the signs and symptoms?

\r\n

Signs and symptoms vary depending on the area of the brain affected. In general, the most common effect is weakness down one side of the body. This can be difficult to detect in a young child – it may appear that your child has problems with balance. A child''s face can also droop on one side, and speech may be affected. An older child may complain of a headache at the time of a stroke.

\r\n

How is it diagnosed?

\r\n

Stroke is now recognised as a medical emergency. The signs of a stroke that can be recognised by family and friends, as well as professionals, are emphasized by the catchy word ‘FAST''.

\r\n

FAST stands for:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
F acial weakness
A rm (and leg weakness)
S peech problems
T ime to dial 108 (Ambulance)
\r\n

Once your child has been diagnosed as having had a stroke, tests will be needed to try to establish a cause so that treatment can then be planned.

\r\n

These tests may include:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Magnetic resonance imaging (MRI) to identify the area of the brain affected.
Blood tests to check for clotting problems or infection.
An ‘echo'' scan to check your child''s heart
A lumbar puncture to remove a tiny amount of cerebrospinal fluid (which surrounds the brain) to check for infection
An angiogram, which gives detailed information about the blood vessels supplying the brain
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat''s the treatment?

\r\n

No two children recover in exactly the same way after a stroke. Progress will depend on the area of the brain affected, and what caused the stroke in the first place. There are a number of different treatments depending on the needs of an individual child.

\r\n

Medication can include aspirin, heparin or warfarin, which make the blood thinner and less likely to clot. Occasionally, children may be candidates for clot-busting drugs very soon after the stroke. For a child with underlying sickle cell anaemia, regular blood transfusions are used. If a child has a blood vessel blockage, surgery may be possible to try to improve the blood flow to the brain.

\r\n

Rehabilitation team

\r\n

All children will also need the help of a rehabilitation team including an occupational therapist, physiotherapist and/or speech and language therapist.

\r\nThe aim is to make a child''s daily activities easier, boost self-esteem and raise a child''s confidence. Therapy starts by assessing movement, play and independence skills, and you will be given ideas for home and school to develop your child''s skills and improve muscle tone and movement. The team may recommend and provide equipment, such as ankle or hand splints, to help your child move more easily and reduce the risk of permanent joint stiffness. The family is very important at this stage. The team will do everything they can to answer all your questions and to help you to support your child. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat''s the outlook?

Improvements in many areas may continue to be seen for several months after the initial stroke.Our research has shown that all children recover the ability to walk independently after a stroke unless they have an additional illness or, very unusually, have had strokes on both sides of the body.Recovery in the affected arm, and in particular the hand, is usually the most significant movement problem. If their dominant hand is affected, some children adapt by using their other side for more tasks.

Speech and language problems improve most rapidly over the first year. The good news is that most children understand and speak normally after a stroke.Both language (if affected) and learning need to be formally assessed,Sometimes a child''s behaviour can be affected. This depends partly on the area of the brain affected but problems can include difficulties with attention and concentration.Your child will be monitored carefully in the months following the stroke and should make a good overall recovery in time. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
\r\n
', '', 1, 5, 0, 41, '2011-01-05 10:55:08', 62, '', '2011-02-03 08:15:58', 62, 0, '0000-00-00 00:00:00', '2011-01-05 10:55:08', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=0\nshow_intro=0\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 28, 0, 1, '', '', 0, 1, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(53, 'Dr.Murugan', 'about-drmurugan', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
Indian Experience

Dr Murugan graduated from Government Thanjavur Medical College, Tamil Nadu in 1992. He pursued his postgraduate training in Pediatrics MGM Medical College at Indore, Madhya Pradesh and he was awarded M.D Pediatrics in 1996. He developed a keen interest in Pediatric Neurology during his postgraduate training. So, he went to UK for further training.
\r\n
\r\n

UK experience

He has received five years of higher specialist training in Pediatric Neurology at Bristol Children’s Hospital and Frenchay Hospital, Bristol and Southampton University Hospital, Southampton, UK. He was awarded CCT (Certificate of Completion of specialist Training) in Paediatric Neurology by Royal College of Paediatrics and Child Health, UK. Dr Murugan is eligible for the Specialist register of General Medical Council UK as an accredited Pediatric Neurologist. Prior to his return to India he was working as a Consultant Pediatric Neurologist at Great Ormond Street Children’s Hospital, London which is a world-renowned centre of excellence. He had extensive training and experience in all childhood and adolescence neurological conditions. He has presented scientific papers in many international scientific conferences including American Epilepsy Society, European Paediatric Neurology Society and British Paediatric Neurology Association.

Current Position

He has joined Fortis Malar Group of Hospitals at Chennai in 2010 as Consultant Pediatric Neurologist and practice child neurology only in the city of Chennai. He prides himself in offering excellence in the treatment of childhood epilepsy, headaches, autism, ADHD, cerebral palsy, acquired brain injury and lots of other neurological conditions.

\r\n
\r\n
\r\n
Dr Murugan’s Qualifications
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Consultant, Child NeurologistCCT in Paediatric Neurology (UK) 2009MRCPCH (UK) - 2000
MD Pediatrics - 1996MBBS - 1992
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
International Scientific Publications / Presentations
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Paper presented at 62nd American Epilepsy Society Annual Conference, Seattle, USA, December 2008 – “ Prevalence and predictors of seizures in arterial ischemic stroke in children”.
Paper presented at 62nd American Epilepsy Society Annual Conference, Seattle, USA, December 2008 – “Epidemiology and semiology of seizures in sickle cell anemia and association with cerebrovascular disease and stroke”.
V Murugan , Lachlan K, Whitney A. Inherited leukoencephalopathy due to COL4A1 mutation presenting with two different phenotypes in the same family. European Journal of Paediatric Neurology 2009; Vol 13, S91.
A Lording, Murugan V, Whitney A. Anti-NMDA-receptor Encephalitis presenting as a florid movement disorder in a child. European Journal of Paediatric Neurology 2009; Vol 13.
P. Haywood, V. Shrubb and V. Murugan. Dysautonomia presenting as non epileptic seizures in Rett Syndrome. European Journal of Paediatric Neurology 2009; Vol 13. Vol 13. S32
V. Murugan, V Ganesan et al. Stroke syndromes in children with cardiac diseases. European Journal of Paediatric Neurology 2009; Vol 13, S90—S91
Dass S, Murugan V, Whitney A. A de nova mutation on the CACNA1A gene in sporadic hemiplegic migraine and delayed cere bral oedema. Developmental medicine & Child neurology 2009 ; Vol 51
Murugan V, Kennedy CR et al. Successful use of high dose oral clonidine for Paroxysmal Autonomic Instability with Dystonia in Traumatic Brain Injury. Developmental medicine & Child neurology 2008; Vol 50
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
Professional Memberships
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
American Epilepsy Society
European Paediatric Neurology Society
British Paediatric Neurology Association
Royal College of Paediatrics and Child Health
General Medical Council UK
Indian Medical Association
Indian Academy of Pediatrics
\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-05 12:03:15', 62, '', '2011-02-03 08:11:04', 62, 0, '0000-00-00 00:00:00', '2011-01-05 12:03:15', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=0\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=en-GB\nkeyref=\nreadmore=', 50, 0, 12, '', '', 0, 381, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(63, 'Intellectual Disability', 'intellectual-disability', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
What is Intellectual Disability?

\r\n

Intellectual disability is a term used when a person has certain limitations in mental functioning and in skills such as communicating, taking care of him or herself, and social skills. These limitations will cause a child to learn and develop more slowly than a typical child. Children with intellectual disability may take longer to learn to speak, walk, and take care of their personal needs such as dressing or eating. They are likely to have trouble learning in school. They will learn, but it will take them longer. There may be some things they cannot learn.

\r\nWhat Causes Intellectual Disability?

\r\n

Doctors have found many causes of intellectual disability. The most common are:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Genetic conditions. Sometimes intellectual disability is caused by abnormal genes inherited from parents, errors when genes combine, or other reasons. Examples of genetic conditions are Down syndrome, fragile X syndrome, and phenylketonuria (PKU).
Problems during pregnancy. Intellectual disability can result when the baby does not develop inside the mother properly. For example, there may be a problem with the way the baby''s cells divide as it grows. A woman who drinks alcohol or gets an infection like rubella during pregnancy may also have a baby with intellectual disability.
Problems at birth. If a baby has problems during labor and birth, such as not getting enough oxygen, he or she may have intellectual disability.
Health problems. Diseases like whooping cough, the measles, or meningitis can cause an intellectual disability. Intellectual disabilities can also be caused by extreme malnutrition (not eating right), not getting enough medical care, or by being exposed to poisons like lead or mercury.
\r\n

Intellectual disability is not a disease. You can''t catch it from anyone. Mental retardation or intellectual disability is also not a type of mental illness, like depression. There is no cure for intellectual disability. However, most children with intellectual disability can learn to do many things. It just takes them more time and effort than other children.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nHow is Intellectual Disability Diagnosed?

\r\n

The term intellectual disability covers the same population of individuals who were diagnosed previously with mental retardation in number, kind, level, type, and duration of the disability and the need of people with this disability for individualized services and supports.

\r\n

Intellectual disability is diagnosed by looking at two main things. These are:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
The ability of a person''s brain to learn, think, solve problems, and make sense of the world (called IQ or intellectual functioning); and
Whether the person has the skills he or she needs to live independently (called adaptive behavior, or adaptive functioning).
\r\n

Intellectual functioning, or IQ, is usually measured by a test called an IQ test. The average score is 100. People scoring below 70 to 75 are thought to have an intellectual disability. To measure adaptive behavior, professionals look at what a child can do in comparison to other children of his or her age. Certain skills are important to adaptive behavior. These are:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Daily living skills, such as getting dressed, going to the bathroom, and feeding one''s self;
Communication skills, such as understanding what is said and being able to answer;
Social skills with peers, family members, adults, and others.
\r\n

To diagnose an intellectual disability, professionals look at the person''s mental abilities (IQ) and his or her adaptive skills.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nWhat Are the Signs of Intellectual Disability?

\r\n

There are many signs of intellectual disability. For example, children with intellectual disability may:

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Sit up, crawl, or walk later than other children;Learn to talk later, or have trouble speaking,
Find it hard to remember things,Not understand how to pay for things,
Have trouble understanding social rules,Have trouble seeing the consequences of their actions,
Have trouble solving problems, and/orHave trouble thinking logically.
\r\n

About 87% of people with intellectual disability will only be a little slower than average in learning new information and skills. When they are children, their limitations may not be obvious. They may not even be diagnosed as having intellectual disability until they get to school. As they become adults, many people with intellectual disability can live independently. Other people may not even consider them as having an intellectual disability.

\r\n

The remaining 13% of people with intellectual disability score below 50 on IQ tests. These people will have more difficulty in school, at home, and in the community. A person with more severe intellectual disability will need more intensive support his or her entire life. Every child with intellectual disability is able to learn, develop, and grow.

\r\n

“ With help, all children with intellectual disability can live a satisfying life” .

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

What About School?

\r\n

A child with an intellectual disability can do well in school but is likely to need individualized help.

\r\nMany children with an intellectual disability need help with adaptive skills, which are skills needed to live, work, and play in the community. Teachers and parents can help a child work on these skills at both school and home. Some of these skills include: \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Communicating with others;
Taking care of personal needs (dressing, bathing, going to the bathroom);
Health and safety;
Home living (helping to set the table, cleaning the house, or cooking dinner);
Social skills (manners, knowing the rules of conversation, getting along in a group, playing a game);
Reading, writing, and basic math; and
As they get older, skills that will help them in the workplace.
\r\n

Supports or changes in the classroom (called adaptations ) help most students with an intellectual disability. Some common changes that help students are listed under "Tips for Teachers." The resources below also include ways for parents to help their child with an intellectual disability.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

Tips for Parents

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Learn about intellectual disability. The more you know, the more you can help yourself and your child.
Encourage independence in your child. For example, help your child learn daily care skills, such as dressing, feeding him or herself, using the bathroom, and grooming.
Give your child chores. Keep her age, attention span, and abilities in mind. Break down jobs into smaller steps. Tell her what to do, step by step, until the job is done. Demonstrate how to do the job. Help her when she needs assistance. Give your child frequent feedback. Praise your child when he or she does well. Build your child''s abilities.
Find out what skills your child is learning at school. Find ways for your child to apply those skills at home. For example, if the teacher is going over a lesson about money, take your child to the shop with you. Help him count out the money to pay for your groceries. Help him count the change.
Find opportunities in your community for social activities, such as scouts, recreation center activities, sports, and so on. These will help your child build social skills as well as to have fun.
Talk to other parents whose children have intellectual disability. Parents can share practical advice and emotional support.
Meet with the school and develop an educational plan to address your child''s needs. Keep in touch with your child''s teachers. Offer support. Find out how you can support your child''s school learning at home.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\nTips for Teachers

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Learn as much as you can about intellectual disability.
Recognize that you can make an enormous difference in this student''s life! Find out what the student''s strengths and interests are, and emphasize them. Create opportunities for success.
Be as concrete as possible. Demonstrate what you mean rather than just giving verbal directions. Rather than just relating new information verbally, show a picture. And rather than just showing a picture, provide the student with hands-on materials and experiences and the opportunity to try things out.
Break longer, new tasks into small steps. Demonstrate the steps. Have the student do the steps, one at a time. Provide assistance, as necessary.
Give the student immediate feedback.
Teach the student academic and life skills such as daily living, social skills, and occupational awareness and exploration, as appropriate. Involve the student in group activities or clubs.
Work together with the student''s parents and other school personnel to create and implement an educational plan tailored to meet the student''s needs. Regularly share information about how the student is doing at school and at home.
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n

\r\n
', '', 1, 5, 0, 43, '2011-01-10 06:22:29', 62, '', '2011-02-03 08:15:13', 62, 0, '0000-00-00 00:00:00', '2011-01-10 06:22:29', '0000-00-00 00:00:00', '', '', 'show_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=1\nshow_email_icon=1\nlanguage=\nkeyref=\nreadmore=', 25, 0, 1, '', '', 0, 1, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(64, 'Dr.Murugan - Specialist in Dyslexia', 'dyslexia', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Dyslexia is a lifelong problem. It is important, for both a child''s academic achievement and their self-esteem, that it''s recognised early and the right support is found.

\r\n

The word ‘dyslexia'' is derived from Greek, and it literally means ‘difficulty with words''. The condition affects between four and ten per cent of children. In an average class there will be at least one or two who have it. Around half of these will need specific help.Dyslexia is a lifelong problem, so children don''t ‘grow out of it''. It is important, for both a child''s academic achievement and their self-esteem, that the condition is recognised early and the right help and support is found.

\r\n
What is dyslexia?


\r\n

It is a specific learning problem that mainly affects the way a child''s literacy and language skills develop.Spelling is usually the most obvious difficulty. Children will often recognise individual letters but have trouble getting them in the right order.As well as visual dyslexia, many children experience an auditory form of the condition making it hard for them to recognise different sounds, hold information in their short-term memory and to process language at speed.

\r\n
What causes it?


\r\n

There is a genetic link. Recent research has identified the genes responsible for dyslexia and it seems that they can be passed to a child from either parent, although inheritance is stronger down the male line.The language environment in which a child is raised also plays a part. English is a difficult language for children with dyslexia as there are many phonetic variations, irregularities and a complicated vowel system.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n Are there any early signs?

\r\n

A pre-school age child may enjoy being read to, but might not show any interest in words or letters. Speech development is often later than expected, and a child may find it hard to remember nursery rhymes or the word for a known object, such as ‘door''. These are very early signs though and it‘s important to emphasise that they do not necessarily mean a child will develop dyslexia.

\r\n
How it is detected?


\r\n

It is possible to recognise dyslexia as early as three years of age, but it''s more usual for a non-specialist teacher to pick it up when a child is around the age of six or seven and is learning to read. The teacher might also notice a discrepancy between what the child is capable of, and what he or she is achieving.In particular, a child is likely to have problems with reading and spelling, might put letters and numbers the wrong way round, can find it hard to remember the alphabet, can take a long time to do written work and can have difficulty concentrating.At home you might have noticed other things. For instance, your child might find it hard to tell you the days of the week or months of the year in the right order, and might also have problems with directions – specifically in telling left from right.

\r\n
What happens next?


\r\n

Your child will need to be assessed by a specialist teacher or educational psychologist to gauge their strengths and weaknesses, and to identify whether any extra support is needed. Parents the teachers need to ensure that every child has the appropriate support they need to ensure they are able to benefit from their education.You should then be able to have regular meetings with the teachers (perhaps every term) to discuss your child''s progress.

\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n What about older children?

\r\n

Pupils at secondary school are also likely to need specific help. They may still read inaccurately, find spelling tricky, and can find it hard to remember things like instructions or phone numbers. They may also have problems with planning and writing essays, and can find it difficult to process complicated language at speed.

\r\n
How can parents help?


\r\n

It is easy for a dyslexic child to feel discouraged, so it''s really important to be positive about your child''s achievements – however small – and to help your child to build on their strengths.Read to your child even when they can read themselves to help improve their vocabulary, and work with your child''s teachers to ensure your child has the best possible support.As your child grows, they might find a computer easier than relying on handwriting.

\r\n
What the outlook?


With the right support and help, your child should be able to reach their full academic potential. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
^Top
\r\n
', '', 1, 1, 0, 1, '2011-01-10 06:29:35', 62, '', '2011-02-21 05:33:36', 62, 0, '0000-00-00 00:00:00', '2011-01-10 06:29:35', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 15, 0, 3, '', '', 0, 57, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(65, 'Sitemap', 'sitemap', '', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Home
About Us
Specialist
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Childhood Epilepsy Headache
Cerebral palsy Muscular dystrophies Stroke in Children
Autism Hyperactivity (ADHD) Intellectual Disability
Dyslexia Febrile Convulsions Meningitis
Encephalitis Tourette syndrome Scoliosis
Concentration problems
\r\n
Contact Us












', '', 1, 1, 0, 1, '2011-01-10 07:03:24', 62, '', '2011-01-12 06:26:01', 62, 0, '0000-00-00 00:00:00', '2011-01-10 07:03:24', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 12, 0, 2, '', '', 0, 34, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(66, 'test', 'test', '', '

this is a test

', '', 1, 6, 0, 46, '2011-01-12 13:07:52', 62, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2011-01-12 13:07:52', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nlanguage=\nkeyref=\nreadmore=', 1, 0, 1, '', '', 0, 0, 'robots=\nauthor='); INSERT INTO `jos_content` VALUES(67, 'Gallery', 'gallery', '', '

{gallery}sigplus/birds{/gallery}

\r\n

 

\r\n

 

', '', 1, 1, 0, 1, '2011-01-13 13:01:38', 62, '', '2011-01-14 06:09:04', 62, 0, '0000-00-00 00:00:00', '2011-01-13 13:01:38', '0000-00-00 00:00:00', '', '', 'show_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_vote=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_pdf_icon=0\nshow_print_icon=0\nshow_email_icon=0\nlanguage=\nkeyref=\nreadmore=', 9, 0, 1, '', '', 0, 78, 'robots=\nauthor='); -- -------------------------------------------------------- -- -- Table structure for table `jos_content_frontpage` -- CREATE TABLE `jos_content_frontpage` ( `content_id` int(11) NOT NULL default '0', `ordering` int(11) NOT NULL default '0', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content_frontpage` -- INSERT INTO `jos_content_frontpage` VALUES(54, 1); -- -------------------------------------------------------- -- -- Table structure for table `jos_content_rating` -- CREATE TABLE `jos_content_rating` ( `content_id` int(11) NOT NULL default '0', `rating_sum` int(11) unsigned NOT NULL default '0', `rating_count` int(11) unsigned NOT NULL default '0', `lastip` varchar(50) NOT NULL default '', PRIMARY KEY (`content_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_content_rating` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro` -- CREATE TABLE `jos_core_acl_aro` ( `id` int(11) NOT NULL auto_increment, `section_value` varchar(240) NOT NULL default '0', `value` varchar(240) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_section_value_value_aro` (`section_value`(100),`value`(100)), KEY `jos_gacl_hidden_aro` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- Dumping data for table `jos_core_acl_aro` -- INSERT INTO `jos_core_acl_aro` VALUES(10, 'users', '62', 0, 'Administrator', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro_groups` -- CREATE TABLE `jos_core_acl_aro_groups` ( `id` int(11) NOT NULL auto_increment, `parent_id` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `lft` int(11) NOT NULL default '0', `rgt` int(11) NOT NULL default '0', `value` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `jos_gacl_parent_id_aro_groups` (`parent_id`), KEY `jos_gacl_lft_rgt_aro_groups` (`lft`,`rgt`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=31 ; -- -- Dumping data for table `jos_core_acl_aro_groups` -- INSERT INTO `jos_core_acl_aro_groups` VALUES(17, 0, 'ROOT', 1, 22, 'ROOT'); INSERT INTO `jos_core_acl_aro_groups` VALUES(28, 17, 'USERS', 2, 21, 'USERS'); INSERT INTO `jos_core_acl_aro_groups` VALUES(29, 28, 'Public Frontend', 3, 12, 'Public Frontend'); INSERT INTO `jos_core_acl_aro_groups` VALUES(18, 29, 'Registered', 4, 11, 'Registered'); INSERT INTO `jos_core_acl_aro_groups` VALUES(19, 18, 'Author', 5, 10, 'Author'); INSERT INTO `jos_core_acl_aro_groups` VALUES(20, 19, 'Editor', 6, 9, 'Editor'); INSERT INTO `jos_core_acl_aro_groups` VALUES(21, 20, 'Publisher', 7, 8, 'Publisher'); INSERT INTO `jos_core_acl_aro_groups` VALUES(30, 28, 'Public Backend', 13, 20, 'Public Backend'); INSERT INTO `jos_core_acl_aro_groups` VALUES(23, 30, 'Manager', 14, 19, 'Manager'); INSERT INTO `jos_core_acl_aro_groups` VALUES(24, 23, 'Administrator', 15, 18, 'Administrator'); INSERT INTO `jos_core_acl_aro_groups` VALUES(25, 24, 'Super Administrator', 16, 17, 'Super Administrator'); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro_map` -- CREATE TABLE `jos_core_acl_aro_map` ( `acl_id` int(11) NOT NULL default '0', `section_value` varchar(230) NOT NULL default '0', `value` varchar(100) NOT NULL, PRIMARY KEY (`acl_id`,`section_value`,`value`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_aro_map` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_aro_sections` -- CREATE TABLE `jos_core_acl_aro_sections` ( `id` int(11) NOT NULL auto_increment, `value` varchar(230) NOT NULL default '', `order_value` int(11) NOT NULL default '0', `name` varchar(230) NOT NULL default '', `hidden` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `jos_gacl_value_aro_sections` (`value`), KEY `jos_gacl_hidden_aro_sections` (`hidden`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=11 ; -- -- Dumping data for table `jos_core_acl_aro_sections` -- INSERT INTO `jos_core_acl_aro_sections` VALUES(10, 'users', 1, 'Users', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_acl_groups_aro_map` -- CREATE TABLE `jos_core_acl_groups_aro_map` ( `group_id` int(11) NOT NULL default '0', `section_value` varchar(240) NOT NULL default '', `aro_id` int(11) NOT NULL default '0', UNIQUE KEY `group_id_aro_id_groups_aro_map` (`group_id`,`section_value`,`aro_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_acl_groups_aro_map` -- INSERT INTO `jos_core_acl_groups_aro_map` VALUES(25, '', 10); -- -------------------------------------------------------- -- -- Table structure for table `jos_core_log_items` -- CREATE TABLE `jos_core_log_items` ( `time_stamp` date NOT NULL default '0000-00-00', `item_table` varchar(50) NOT NULL default '', `item_id` int(11) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_log_items` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_core_log_searches` -- CREATE TABLE `jos_core_log_searches` ( `search_term` varchar(128) NOT NULL default '', `hits` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_core_log_searches` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_groups` -- CREATE TABLE `jos_groups` ( `id` tinyint(3) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_groups` -- INSERT INTO `jos_groups` VALUES(0, 'Public'); INSERT INTO `jos_groups` VALUES(1, 'Registered'); INSERT INTO `jos_groups` VALUES(2, 'Special'); -- -------------------------------------------------------- -- -- Table structure for table `jos_menu` -- CREATE TABLE `jos_menu` ( `id` int(11) NOT NULL auto_increment, `menutype` varchar(75) default NULL, `name` varchar(255) default NULL, `alias` varchar(255) NOT NULL default '', `link` text, `type` varchar(50) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `parent` int(11) unsigned NOT NULL default '0', `componentid` int(11) unsigned NOT NULL default '0', `sublevel` int(11) default '0', `ordering` int(11) default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `pollid` int(11) NOT NULL default '0', `browserNav` tinyint(4) default '0', `access` tinyint(3) unsigned NOT NULL default '0', `utaccess` tinyint(3) unsigned NOT NULL default '0', `params` text NOT NULL, `lft` int(11) unsigned NOT NULL default '0', `rgt` int(11) unsigned NOT NULL default '0', `home` int(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `componentid` (`componentid`,`menutype`,`published`,`access`), KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=69 ; -- -- Dumping data for table `jos_menu` -- INSERT INTO `jos_menu` VALUES(1, 'mainmenu', 'Home', 'home', 'index.php?option=com_content&view=frontpage', 'component', 0, 0, 20, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_page_title=1\npage_title=Welcome to the Frontpage\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=front\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(2, 'mainmenu', 'Joomla! License', 'joomla-license', 'index.php?option=com_content&view=article&id=5', 'component', -2, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(41, 'mainmenu', 'FAQ', 'faq', 'index.php?option=com_content&view=section&id=3', 'component', -2, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1', 0, 0, 0); INSERT INTO `jos_menu` VALUES(56, 'topmenu', 'Autism', 'autism', 'index.php?option=com_content&view=category&layout=blog&id=35', 'component', 1, 0, 20, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=0\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(54, 'mainmenu', 'Contact', 'contact', 'index.php?option=com_contact&view=contact&id=1', 'component', 1, 0, 7, 0, 13, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_contact_list=0\nshow_category_crumb=1\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(18, 'topmenu', 'News', 'news', 'index.php?option=com_newsfeeds&view=newsfeed&id=1&feedid=1', 'component', -2, 0, 11, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 3, 'show_page_title=1\npage_title=News\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(55, 'mainmenu', 'Home', 'home-1', 'index.php?option=com_content&view=article&id=45', 'component', 1, 0, 20, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=0\nshow_create_date=0\nshow_modify_date=0\nshow_item_navigation=0\nshow_readmore=\nshow_vote=0\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 1); INSERT INTO `jos_menu` VALUES(38, 'keyconcepts', 'Content Layouts', 'content-layouts', 'index.php?option=com_content&view=article&id=24', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(27, 'mainmenu', 'About Dr. Murugan', 'joomla-overview', 'index.php?option=com_content&view=article&id=53', 'component', 1, 0, 20, 0, 11, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(28, 'topmenu', 'About Joomla!', 'about-joomla', 'index.php?option=com_content&view=article&id=25', 'component', -2, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(29, 'topmenu', 'Features', 'features', 'index.php?option=com_content&view=article&id=22', 'component', -2, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(30, 'topmenu', 'The Community', 'the-community', 'index.php?option=com_content&view=article&id=27', 'component', -2, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(34, 'mainmenu', 'What''s New in 1.5?', 'what-is-new-in-1-5', 'index.php?option=com_content&view=article&id=22', 'component', -2, 0, 20, 1, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(40, 'keyconcepts', 'Extensions', 'extensions', 'index.php?option=com_content&view=article&id=26', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(37, 'mainmenu', 'More about Joomla!', 'more-about-joomla', 'index.php?option=com_content&view=section&id=4', 'component', -2, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1', 0, 0, 0); INSERT INTO `jos_menu` VALUES(43, 'keyconcepts', 'Example Pages', 'example-pages', 'index.php?option=com_content&view=article&id=43', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'pageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(44, 'ExamplePages', 'Section Blog', 'section-blog', 'index.php?option=com_content&view=section&layout=blog&id=3', 'component', 1, 0, 20, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Section Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(45, 'ExamplePages', 'Section Table', 'section-table', 'index.php?option=com_content&view=section&id=3', 'component', 1, 0, 20, 0, 2, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Table Blog layout (FAQ section)\nshow_description=0\nshow_description_image=0\nshow_categories=1\nshow_empty_categories=0\nshow_cat_num_articles=1\nshow_category_description=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby=\nshow_noauth=0\nshow_title=1\nnlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(46, 'ExamplePages', 'Category Blog', 'categoryblog', 'index.php?option=com_content&view=category&layout=blog&id=31', 'component', 1, 0, 20, 0, 3, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Category Blog layout (FAQs/General category)\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(47, 'ExamplePages', 'Category Table', 'category-table', 'index.php?option=com_content&view=category&id=32', 'component', 1, 0, 20, 0, 4, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Example of Category Table layout (FAQs/Languages category)\nshow_headings=1\nshow_date=0\ndate_format=\nfilter=1\nfilter_type=title\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_sec=\nshow_pagination=1\nshow_pagination_limit=1\nshow_noauth=0\nshow_title=1\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(48, 'mainmenu', 'Web Links', 'web-links', 'index.php?option=com_weblinks&view=categories', 'component', -2, 0, 4, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'page_title=Weblinks\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_comp_description=1\ncomp_description=\nshow_link_hits=1\nshow_link_description=1\nshow_other_cats=1\nshow_headings=1\nshow_page_title=1\nlink_target=0\nlink_icons=\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(49, 'mainmenu', 'News Feeds', 'news-feeds', 'index.php?option=com_newsfeeds&view=categories', 'component', -2, 0, 11, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=Newsfeeds\nshow_comp_description=1\ncomp_description=\nimage=-1\nimage_align=right\npageclass_sfx=\nmenu_image=-1\nsecure=0\nshow_headings=1\nshow_name=1\nshow_articles=1\nshow_link=1\nshow_other_cats=1\nshow_cat_description=1\nshow_cat_items=1\nshow_feed_image=1\nshow_feed_description=1\nshow_item_description=1\nfeed_word_count=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(50, 'mainmenu', 'The News', 'the-news', 'index.php?option=com_content&view=category&layout=blog&id=1', 'component', -2, 0, 20, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_page_title=1\npage_title=The News\nshow_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\nshow_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\norderby_pri=\norderby_sec=\nshow_pagination=2\nshow_pagination_results=1\nshow_noauth=0\nlink_titles=0\nshow_intro=1\nshow_section=0\nlink_section=0\nshow_category=0\nlink_category=0\nshow_author=1\nshow_create_date=1\nshow_modify_date=1\nshow_item_navigation=0\nshow_readmore=1\nshow_vote=0\nshow_icons=1\nshow_pdf_icon=1\nshow_print_icon=1\nshow_email_icon=1\nshow_hits=1\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(53, 'mainmenu', 'Specialist In', 'specialist-in', 'index.php?option=com_content&view=article&id=61', 'component', 1, 0, 20, 0, 12, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=1\nlink_category=1\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(66, 'mainmenu', 'why child neurologist', 'why-child-neurologist', 'index.php?option=com_content&view=frontpage', 'component', 1, 0, 20, 0, 14, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'num_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=front\nmulti_column_order=1\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(57, 'topmenu', 'Childhood', 'childhood', 'index.php?option=com_content&view=category&layout=blog&id=34', 'component', 1, 0, 20, 0, 5, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=1\nnum_columns=2\nnum_links=0\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=1\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=Sunitha\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(58, 'topmenu', 'Epilepsy', 'epilepsy', 'index.php?option=com_content&view=category&layout=blog&id=37', 'component', 1, 0, 20, 0, 6, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(59, 'topmenu', 'Headache', 'headache', 'index.php?option=com_content&view=category&layout=blog&id=38', 'component', 1, 0, 20, 0, 7, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(60, 'topmenu', 'Cerebral Palsy', 'cerebral-palsy', 'index.php?option=com_content&view=category&layout=blog&id=36', 'component', 1, 0, 20, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(61, 'topmenu', 'Muscular Dystrophies', 'muscular-dystrophies', 'index.php?option=com_content&view=category&layout=blog&id=40', 'component', 1, 0, 20, 0, 9, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(62, 'topmenu', 'Stroke in Children', 'stroke-in-children', 'index.php?option=com_content&view=category&layout=blog&id=41', 'component', 1, 0, 20, 0, 10, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(63, 'topmenu', 'Hyperactivity (ADHD)', 'hyperactivity-adhd', 'index.php?option=com_content&view=category&layout=blog&id=42', 'component', 1, 0, 20, 0, 12, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(64, 'topmenu', 'Intellectual Disability', 'intellectual-disability', 'index.php?option=com_content&view=category&layout=blog&id=43', 'component', 1, 0, 20, 0, 13, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_description=0\nshow_description_image=0\nnum_leading_articles=1\nnum_intro_articles=4\nnum_columns=2\nnum_links=4\norderby_pri=\norderby_sec=\nmulti_column_order=0\nshow_pagination=2\nshow_pagination_results=1\nshow_feed_link=1\nshow_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(65, 'mainmenu', 'Contact1', 'contact1', 'index.php?option=com_contact&view=contact&id=1', 'component', -2, 0, 7, 0, 1, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_contact_list=0\nshow_category_crumb=0\ncontact_icons=\nicon_address=\nicon_email=\nicon_telephone=\nicon_mobile=\nicon_fax=\nicon_misc=\nshow_headings=\nshow_position=\nshow_email=\nshow_telephone=\nshow_mobile=\nshow_fax=\nallow_vcard=\nbanned_email=\nbanned_subject=\nbanned_text=\nvalidate_session=\ncustom_reply=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(67, 'mainmenu', 'neuro-new', 'neuro-new', 'index.php?option=com_content&view=article&id=54', 'component', 1, 0, 20, 0, 15, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); INSERT INTO `jos_menu` VALUES(68, 'topmenu', 'Gallery', 'gallery', 'index.php?option=com_content&view=article&id=67', 'component', 0, 0, 20, 0, 14, 0, '0000-00-00 00:00:00', 0, 0, 0, 0, 'show_noauth=\nshow_title=\nlink_titles=\nshow_intro=\nshow_section=\nlink_section=\nshow_category=\nlink_category=\nshow_author=\nshow_create_date=\nshow_modify_date=\nshow_item_navigation=\nshow_readmore=\nshow_vote=\nshow_icons=\nshow_pdf_icon=\nshow_print_icon=\nshow_email_icon=\nshow_hits=\nfeed_summary=\npage_title=\nshow_page_title=1\npageclass_sfx=\nmenu_image=-1\nsecure=0\n\n', 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_menu_types` -- CREATE TABLE `jos_menu_types` ( `id` int(10) unsigned NOT NULL auto_increment, `menutype` varchar(75) NOT NULL default '', `title` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `menutype` (`menutype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ; -- -- Dumping data for table `jos_menu_types` -- INSERT INTO `jos_menu_types` VALUES(1, 'mainmenu', 'Main Menu', 'The main menu for the site'); INSERT INTO `jos_menu_types` VALUES(3, 'topmenu', 'Top Menu', 'Top level navigation'); INSERT INTO `jos_menu_types` VALUES(5, 'ExamplePages', 'Example Pages', 'Example Pages'); INSERT INTO `jos_menu_types` VALUES(6, 'keyconcepts', 'Key Concepts', 'This describes some critical information for new Users.'); -- -------------------------------------------------------- -- -- Table structure for table `jos_messages` -- CREATE TABLE `jos_messages` ( `message_id` int(10) unsigned NOT NULL auto_increment, `user_id_from` int(10) unsigned NOT NULL default '0', `user_id_to` int(10) unsigned NOT NULL default '0', `folder_id` int(10) unsigned NOT NULL default '0', `date_time` datetime NOT NULL default '0000-00-00 00:00:00', `state` int(11) NOT NULL default '0', `priority` int(1) unsigned NOT NULL default '0', `subject` text NOT NULL, `message` text NOT NULL, PRIMARY KEY (`message_id`), KEY `useridto_state` (`user_id_to`,`state`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `jos_messages` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_messages_cfg` -- CREATE TABLE `jos_messages_cfg` ( `user_id` int(10) unsigned NOT NULL default '0', `cfg_name` varchar(100) NOT NULL default '', `cfg_value` varchar(255) NOT NULL default '', UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_messages_cfg` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_migration_backlinks` -- CREATE TABLE `jos_migration_backlinks` ( `itemid` int(11) NOT NULL, `name` varchar(100) NOT NULL, `url` text NOT NULL, `sefurl` text NOT NULL, `newurl` text NOT NULL, PRIMARY KEY (`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_migration_backlinks` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_modules` -- CREATE TABLE `jos_modules` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `content` text NOT NULL, `ordering` int(11) NOT NULL default '0', `position` varchar(50) default NULL, `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `module` varchar(50) default NULL, `numnews` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `showtitle` tinyint(3) unsigned NOT NULL default '1', `params` text NOT NULL, `iscore` tinyint(4) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', `control` text NOT NULL, PRIMARY KEY (`id`), KEY `published` (`published`,`access`), KEY `newsfeeds` (`module`,`published`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=51 ; -- -- Dumping data for table `jos_modules` -- INSERT INTO `jos_modules` VALUES(1, 'Specialist', '', 0, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=mainmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=\nmoduleclass_sfx=_menu\nmaxdepth=10\nmenu_images=1\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=arrow.png\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\n\n', 1, 0, ''); INSERT INTO `jos_modules` VALUES(2, 'Login', '', 1, 'login', 0, '0000-00-00 00:00:00', 1, 'mod_login', 0, 0, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(3, 'Popular', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_popular', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(4, 'Recent added Articles', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_latest', 0, 2, 1, 'ordering=c_dsc\nuser_id=0\ncache=0\n\n', 0, 1, ''); INSERT INTO `jos_modules` VALUES(5, 'Menu Stats', '', 5, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_stats', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(6, 'Unread Messages', '', 1, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_unread', 0, 2, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(7, 'Online Users', '', 2, 'header', 0, '0000-00-00 00:00:00', 1, 'mod_online', 0, 2, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(8, 'Toolbar', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', 1, 'mod_toolbar', 0, 2, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(9, 'Quick Icons', '', 1, 'icon', 0, '0000-00-00 00:00:00', 1, 'mod_quickicon', 0, 2, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(10, 'Logged in Users', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_logged', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(11, 'Footer', '', 0, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 1, '', 1, 1, ''); INSERT INTO `jos_modules` VALUES(12, 'Admin Menu', '', 1, 'menu', 0, '0000-00-00 00:00:00', 1, 'mod_menu', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(13, 'Admin SubMenu', '', 1, 'submenu', 0, '0000-00-00 00:00:00', 1, 'mod_submenu', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(14, 'User Status', '', 1, 'status', 0, '0000-00-00 00:00:00', 1, 'mod_status', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(15, 'Title', '', 1, 'title', 0, '0000-00-00 00:00:00', 1, 'mod_title', 0, 2, 1, '', 0, 1, ''); INSERT INTO `jos_modules` VALUES(16, 'Polls', '', 1, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_poll', 0, 0, 1, 'id=14\ncache=1', 0, 0, ''); INSERT INTO `jos_modules` VALUES(18, 'Login Form', '', 8, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_login', 0, 0, 1, 'greeting=1\nname=0', 1, 0, ''); INSERT INTO `jos_modules` VALUES(19, 'Latest News', '', 4, 'user1', 0, '0000-00-00 00:00:00', 1, 'mod_latestnews', 0, 0, 1, 'cache=1', 1, 0, ''); INSERT INTO `jos_modules` VALUES(20, 'Statistics', '', 6, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_stats', 0, 0, 1, 'serverinfo=1\nsiteinfo=1\ncounter=1\nincrease=0\nmoduleclass_sfx=', 0, 0, ''); INSERT INTO `jos_modules` VALUES(21, 'Who''s Online', '', 1, 'right', 0, '0000-00-00 00:00:00', 0, 'mod_whosonline', 0, 0, 1, 'online=1\nusers=1\nmoduleclass_sfx=', 0, 0, ''); INSERT INTO `jos_modules` VALUES(22, 'Popular', '', 0, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_mostread', 0, 0, 1, 'moduleclass_sfx=\nshow_front=1\ncount=5\ncatid=\nsecid=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(23, 'Archive', '', 9, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_archive', 0, 0, 1, 'cache=1', 1, 0, ''); INSERT INTO `jos_modules` VALUES(24, 'Sections', '', 10, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_sections', 0, 0, 1, 'cache=1', 1, 0, ''); INSERT INTO `jos_modules` VALUES(25, 'Newsflash', '', 0, 'user1', 0, '0000-00-00 00:00:00', 0, 'mod_newsflash', 0, 0, 1, 'catid=3\nlayout=default\nimage=0\nlink_titles=\nshowLastSeparator=1\nreadmore=0\nitem_title=0\nitems=\nmoduleclass_sfx=\ncache=0\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(26, 'Related Items', '', 11, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_related_items', 0, 0, 1, '', 0, 0, ''); INSERT INTO `jos_modules` VALUES(27, 'Search', '', 1, 'user4', 0, '0000-00-00 00:00:00', 1, 'mod_search', 0, 0, 0, 'cache=1', 0, 0, ''); INSERT INTO `jos_modules` VALUES(28, 'Random Image', '', 9, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_random_image', 0, 0, 1, '', 0, 0, ''); INSERT INTO `jos_modules` VALUES(29, 'Specialist In', '', 0, 'user2', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'menutype=topmenu\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nwindow_open=\nshow_whitespace=0\ncache=1\ntag_id=\nclass_sfx=-nav\nmoduleclass_sfx=\nmaxdepth=10\nmenu_images=0\nmenu_images_align=0\nmenu_images_link=0\nexpand_menu=0\nactivate_parent=0\nfull_active_id=0\nindent_image=0\nindent_image1=-1\nindent_image2=-1\nindent_image3=-1\nindent_image4=-1\nindent_image5=-1\nindent_image6=-1\nspacer=\nend_spacer=\n\n', 1, 0, ''); INSERT INTO `jos_modules` VALUES(30, 'Banners', '', 1, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 1, 'target=1\ncount=1\ncid=1\ncatid=13\ntag_search=0\nordering=random\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=15\n\n', 1, 0, ''); INSERT INTO `jos_modules` VALUES(43, 'About Us Banner', '', 4, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 0, 'target=1\ncount=1\ncid=0\ncatid=14\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(32, 'Wrapper', '', 12, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_wrapper', 0, 0, 1, '', 0, 0, ''); INSERT INTO `jos_modules` VALUES(33, 'Footer', '', 2, 'footer', 0, '0000-00-00 00:00:00', 1, 'mod_footer', 0, 0, 0, 'cache=1\n\n', 1, 0, ''); INSERT INTO `jos_modules` VALUES(34, 'Feed Display', '', 13, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_feed', 0, 0, 1, '', 1, 0, ''); INSERT INTO `jos_modules` VALUES(35, 'Breadcrumbs', '', 0, 'breadcrumb', 0, '0000-00-00 00:00:00', 0, 'mod_breadcrumbs', 0, 0, 1, 'showHome=1\nhomeText=Home\nshowLast=1\nseparator=\nmoduleclass_sfx=\ncache=0\n\n', 1, 0, ''); INSERT INTO `jos_modules` VALUES(36, 'Syndication', '', 3, 'syndicate', 0, '0000-00-00 00:00:00', 1, 'mod_syndicate', 0, 0, 0, '', 1, 0, ''); INSERT INTO `jos_modules` VALUES(38, 'Advertisement', '', 3, 'right', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 1, 'count=4\r\nrandomise=0\r\ncid=0\r\ncatid=14\r\nheader_text=Featured Links:\r\nfooter_text=Ads by Joomla!\r\nmoduleclass_sfx=_text\r\ncache=0\r\n\r\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(39, 'Example Pages', '', 5, 'left', 0, '0000-00-00 00:00:00', 1, 'mod_mainmenu', 0, 0, 1, 'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=ExamplePages\nmenu_style=list_flat\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(40, 'Key Concepts', '', 3, 'left', 0, '0000-00-00 00:00:00', 0, 'mod_mainmenu', 0, 0, 1, 'cache=1\nclass_sfx=\nmoduleclass_sfx=_menu\nmenutype=keyconcepts\nmenu_style=list\nstartLevel=0\nendLevel=0\nshowAllChildren=0\nfull_active_id=0\nmenu_images=0\nmenu_images_align=0\nexpand_menu=0\nactivate_parent=0\nindent_image=0\nindent_image1=\nindent_image2=\nindent_image3=\nindent_image4=\nindent_image5=\nindent_image6=\nspacer=\nend_spacer=\nwindow_open=\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(41, 'Welcome to Joomla!', '

Congratulations on choosing Joomla! as your content management system. To help you get started, check out these excellent resources for securing your server and pointers to documentation and other helpful resources.

Security

On the Internet, security is always a concern. For that reason, you are encouraged to subscribe to the Joomla! Security Announcements for the latest information on new Joomla! releases, emailed to you automatically.

If this is one of your first Web sites, security considerations may seem complicated and intimidating. There are three simple steps that go a long way towards securing a Web site: (1) regular backups; (2) prompt updates to the latest Joomla! release; and (3) a good Web host. There are many other important security considerations that you can learn about by reading the Joomla! Security Checklist.

If you believe your Web site was attacked, or you think you have discovered a security issue in Joomla!, please do not post it in the Joomla! forums. Publishing this information could put other Web sites at risk. Instead, report possible security vulnerabilities to the Joomla! Security Task Force.

Learning Joomla!

A good place to start learning Joomla! is the "Absolute Beginner''s Guide to Joomla!." There, you will find a Quick Start to Joomla! guide and video, amongst many other tutorials. The Joomla! Community Magazine also has articles for new learners and experienced users, alike. A great place to look for answers is the Frequently Asked Questions (FAQ). If you are stuck on a particular screen in the Administrator (which is where you are now), try clicking the Help toolbar button to get assistance specific to that page.

If you still have questions, please feel free to use the Joomla! Forums. The forums are an incredibly valuable resource for all levels of Joomla! users. Before you post a question, though, use the forum search (located at the top of each forum page) to see if the question has been asked and answered.

Getting Involved

If you want to help make Joomla! better, consider getting involved. There are many ways you can make a positive difference. Have fun using Joomla!.

', 0, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_custom', 0, 2, 1, 'moduleclass_sfx=\n\n', 1, 1, ''); INSERT INTO `jos_modules` VALUES(42, 'Joomla! Security Newsfeed', '', 6, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_feed', 0, 0, 1, 'cache=1\ncache_time=15\nmoduleclass_sfx=\nrssurl=http://feeds.joomla.org/JoomlaSecurityNews\nrssrtl=0\nrsstitle=1\nrssdesc=0\nrssimage=1\nrssitems=1\nrssitemdesc=1\nword_count=0\n\n', 0, 1, ''); INSERT INTO `jos_modules` VALUES(44, 'contact us banner', '', 2, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 0, 'target=1\ncount=1\ncid=1\ncatid=44\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(45, 'specialist banner', '', 0, 'banner', 0, '0000-00-00 00:00:00', 0, 'mod_banners', 0, 0, 0, 'target=1\ncount=1\ncid=1\ncatid=45\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(46, 'Copy of contact us banner', '', 3, 'banner', 0, '0000-00-00 00:00:00', 0, 'mod_banners', 0, 0, 0, 'target=1\ncount=1\ncid=1\ncatid=45\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(47, 'why child neurologist', '', 6, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 1, 'target=1\ncount=1\ncid=1\ncatid=47\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(49, 'sigplus', '', 0, 'user2', 0, '0000-00-00 00:00:00', 0, 'mod_sigplus', 0, 0, 1, 'images_folder=images/stories\nlayout=fixed\nrows=1\ncols=1\nthumb_count=0\nthumb_width=200\nthumb_height=200\nthumb_crop=1\nalignment=center\nlightbox=boxplus/lightsquare\nlightbox_slideshow=0\nslider=boxplus.slider\nslider_orientation=vertical\nslider_navigation=bottom\nslider_buttons=0\nslider_links=0\nslider_counter=0\nslider_overlay=1\nslider_duration=800\nslider_animation=0\ncaptions=none\ncaption_title=\ncaption_description=\ndownload=0\nmetadata=0\nmargin=\nborder_style=\nborder_width=\nborder_color=\npadding=\nthumb_cache=1\nthumb_folder=thumbs\npreview_folder=preview\nfullsize_folder=fullsize\nthumb_quality=85\nlabels=labels\nlabels_multilingual=0\nsort_criterion=labels-filename\nsort_order=0\nlinkage=inline\najaxapi=default\nlibrary=none\nmoduleclass_sfx=\ndebug=0\nsettings=\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(48, 'neuro-new', '', 7, 'banner', 0, '0000-00-00 00:00:00', 1, 'mod_banners', 0, 0, 1, 'target=1\ncount=1\ncid=1\ncatid=48\ntag_search=0\nordering=0\nheader_text=\nfooter_text=\nmoduleclass_sfx=\ncache=1\ncache_time=900\n\n', 0, 0, ''); INSERT INTO `jos_modules` VALUES(50, 'Indic Writer - Google Transliteration API', '', 0, 'cpanel', 0, '0000-00-00 00:00:00', 1, 'mod_indicwriter', 0, 2, 1, 'languagelist=ta\n\n', 0, 1, ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_modules_menu` -- CREATE TABLE `jos_modules_menu` ( `moduleid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`moduleid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_modules_menu` -- INSERT INTO `jos_modules_menu` VALUES(1, 0); INSERT INTO `jos_modules_menu` VALUES(16, 1); INSERT INTO `jos_modules_menu` VALUES(17, 0); INSERT INTO `jos_modules_menu` VALUES(18, 1); INSERT INTO `jos_modules_menu` VALUES(19, 1); INSERT INTO `jos_modules_menu` VALUES(19, 2); INSERT INTO `jos_modules_menu` VALUES(19, 4); INSERT INTO `jos_modules_menu` VALUES(19, 27); INSERT INTO `jos_modules_menu` VALUES(19, 36); INSERT INTO `jos_modules_menu` VALUES(21, 1); INSERT INTO `jos_modules_menu` VALUES(22, 1); INSERT INTO `jos_modules_menu` VALUES(22, 2); INSERT INTO `jos_modules_menu` VALUES(22, 18); INSERT INTO `jos_modules_menu` VALUES(22, 27); INSERT INTO `jos_modules_menu` VALUES(22, 28); INSERT INTO `jos_modules_menu` VALUES(22, 29); INSERT INTO `jos_modules_menu` VALUES(22, 30); INSERT INTO `jos_modules_menu` VALUES(22, 34); INSERT INTO `jos_modules_menu` VALUES(22, 37); INSERT INTO `jos_modules_menu` VALUES(22, 38); INSERT INTO `jos_modules_menu` VALUES(22, 40); INSERT INTO `jos_modules_menu` VALUES(22, 41); INSERT INTO `jos_modules_menu` VALUES(22, 43); INSERT INTO `jos_modules_menu` VALUES(22, 44); INSERT INTO `jos_modules_menu` VALUES(22, 45); INSERT INTO `jos_modules_menu` VALUES(22, 46); INSERT INTO `jos_modules_menu` VALUES(22, 47); INSERT INTO `jos_modules_menu` VALUES(22, 48); INSERT INTO `jos_modules_menu` VALUES(22, 49); INSERT INTO `jos_modules_menu` VALUES(22, 50); INSERT INTO `jos_modules_menu` VALUES(25, 0); INSERT INTO `jos_modules_menu` VALUES(27, 0); INSERT INTO `jos_modules_menu` VALUES(29, 0); INSERT INTO `jos_modules_menu` VALUES(30, 55); INSERT INTO `jos_modules_menu` VALUES(31, 1); INSERT INTO `jos_modules_menu` VALUES(32, 0); INSERT INTO `jos_modules_menu` VALUES(33, 0); INSERT INTO `jos_modules_menu` VALUES(34, 0); INSERT INTO `jos_modules_menu` VALUES(35, 0); INSERT INTO `jos_modules_menu` VALUES(36, 0); INSERT INTO `jos_modules_menu` VALUES(38, 1); INSERT INTO `jos_modules_menu` VALUES(39, 43); INSERT INTO `jos_modules_menu` VALUES(39, 44); INSERT INTO `jos_modules_menu` VALUES(39, 45); INSERT INTO `jos_modules_menu` VALUES(39, 46); INSERT INTO `jos_modules_menu` VALUES(39, 47); INSERT INTO `jos_modules_menu` VALUES(40, 0); INSERT INTO `jos_modules_menu` VALUES(43, 27); INSERT INTO `jos_modules_menu` VALUES(44, 54); INSERT INTO `jos_modules_menu` VALUES(45, 53); INSERT INTO `jos_modules_menu` VALUES(46, 53); INSERT INTO `jos_modules_menu` VALUES(47, 66); INSERT INTO `jos_modules_menu` VALUES(48, 67); INSERT INTO `jos_modules_menu` VALUES(49, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_newsfeeds` -- CREATE TABLE `jos_newsfeeds` ( `catid` int(11) NOT NULL default '0', `id` int(11) NOT NULL auto_increment, `name` text NOT NULL, `alias` varchar(255) NOT NULL default '', `link` text NOT NULL, `filename` varchar(200) default NULL, `published` tinyint(1) NOT NULL default '0', `numarticles` int(11) unsigned NOT NULL default '1', `cache_time` int(11) unsigned NOT NULL default '3600', `checked_out` tinyint(3) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `rtl` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), KEY `published` (`published`), KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ; -- -- Dumping data for table `jos_newsfeeds` -- INSERT INTO `jos_newsfeeds` VALUES(4, 1, 'Joomla! Announcements', 'joomla-official-news', 'http://feeds.joomla.org/JoomlaAnnouncements', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0); INSERT INTO `jos_newsfeeds` VALUES(4, 2, 'Joomla! Core Team Blog', 'joomla-core-team-blog', 'http://feeds.joomla.org/JoomlaCommunityCoreTeamBlog', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0); INSERT INTO `jos_newsfeeds` VALUES(4, 3, 'Joomla! Community Magazine', 'joomla-community-magazine', 'http://feeds.joomla.org/JoomlaMagazine', '', 1, 20, 3600, 0, '0000-00-00 00:00:00', 3, 0); INSERT INTO `jos_newsfeeds` VALUES(4, 4, 'Joomla! Developer News', 'joomla-developer-news', 'http://feeds.joomla.org/JoomlaDeveloper', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0); INSERT INTO `jos_newsfeeds` VALUES(4, 5, 'Joomla! Security News', 'joomla-security-news', 'http://feeds.joomla.org/JoomlaSecurityNews', '', 1, 5, 3600, 0, '0000-00-00 00:00:00', 5, 0); INSERT INTO `jos_newsfeeds` VALUES(5, 6, 'Free Software Foundation Blogs', 'free-software-foundation-blogs', 'http://www.fsf.org/blogs/RSS', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0); INSERT INTO `jos_newsfeeds` VALUES(5, 7, 'Free Software Foundation', 'free-software-foundation', 'http://www.fsf.org/news/RSS', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 3, 0); INSERT INTO `jos_newsfeeds` VALUES(5, 8, 'Software Freedom Law Center Blog', 'software-freedom-law-center-blog', 'http://www.softwarefreedom.org/feeds/blog/', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0); INSERT INTO `jos_newsfeeds` VALUES(5, 9, 'Software Freedom Law Center News', 'software-freedom-law-center', 'http://www.softwarefreedom.org/feeds/news/', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0); INSERT INTO `jos_newsfeeds` VALUES(5, 10, 'Open Source Initiative Blog', 'open-source-initiative-blog', 'http://www.opensource.org/blog/feed', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 5, 0); INSERT INTO `jos_newsfeeds` VALUES(6, 11, 'PHP News and Announcements', 'php-news-and-announcements', 'http://www.php.net/feed.atom', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 1, 0); INSERT INTO `jos_newsfeeds` VALUES(6, 12, 'Planet MySQL', 'planet-mysql', 'http://www.planetmysql.org/rss20.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 2, 0); INSERT INTO `jos_newsfeeds` VALUES(6, 13, 'Linux Foundation Announcements', 'linux-foundation-announcements', 'http://www.linuxfoundation.org/press/rss20.xml', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 3, 0); INSERT INTO `jos_newsfeeds` VALUES(6, 14, 'Mootools Blog', 'mootools-blog', 'http://feeds.feedburner.com/mootools-blog', NULL, 1, 5, 3600, 0, '0000-00-00 00:00:00', 4, 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_plugins` -- CREATE TABLE `jos_plugins` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `element` varchar(100) NOT NULL default '', `folder` varchar(100) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `published` tinyint(3) NOT NULL default '0', `iscore` tinyint(3) NOT NULL default '0', `client_id` tinyint(3) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_folder` (`published`,`client_id`,`access`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=37 ; -- -- Dumping data for table `jos_plugins` -- INSERT INTO `jos_plugins` VALUES(1, 'Authentication - Joomla', 'joomla', 'authentication', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(2, 'Authentication - LDAP', 'ldap', 'authentication', 0, 2, 0, 1, 0, 0, '0000-00-00 00:00:00', 'host=\nport=389\nuse_ldapV3=0\nnegotiate_tls=0\nno_referrals=0\nauth_method=bind\nbase_dn=\nsearch_string=\nusers_dn=\nusername=\npassword=\nldap_fullname=fullName\nldap_email=mail\nldap_uid=uid\n\n'); INSERT INTO `jos_plugins` VALUES(3, 'Authentication - GMail', 'gmail', 'authentication', 0, 4, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(4, 'Authentication - OpenID', 'openid', 'authentication', 0, 3, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(5, 'User - Joomla!', 'joomla', 'user', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', 'autoregister=1\n\n'); INSERT INTO `jos_plugins` VALUES(6, 'Search - Content', 'content', 'search', 0, 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\nsearch_content=1\nsearch_uncategorised=1\nsearch_archived=1\n\n'); INSERT INTO `jos_plugins` VALUES(7, 'Search - Contacts', 'contacts', 'search', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `jos_plugins` VALUES(8, 'Search - Categories', 'categories', 'search', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `jos_plugins` VALUES(9, 'Search - Sections', 'sections', 'search', 0, 5, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `jos_plugins` VALUES(10, 'Search - Newsfeeds', 'newsfeeds', 'search', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `jos_plugins` VALUES(11, 'Search - Weblinks', 'weblinks', 'search', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'search_limit=50\n\n'); INSERT INTO `jos_plugins` VALUES(12, 'Content - Pagebreak', 'pagebreak', 'content', 0, 10000, 1, 1, 0, 0, '0000-00-00 00:00:00', 'enabled=1\ntitle=1\nmultipage_toc=1\nshowall=1\n\n'); INSERT INTO `jos_plugins` VALUES(13, 'Content - Rating', 'vote', 'content', 0, 3, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(14, 'Content - Email Cloaking', 'emailcloak', 'content', 0, 4, 1, 0, 0, 0, '0000-00-00 00:00:00', 'mode=1\n\n'); INSERT INTO `jos_plugins` VALUES(15, 'Content - Code Hightlighter (GeSHi)', 'geshi', 'content', 0, 5, 0, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(16, 'Content - Load Module', 'loadmodule', 'content', 0, 6, 1, 0, 0, 0, '0000-00-00 00:00:00', 'enabled=1\nstyle=0\n\n'); INSERT INTO `jos_plugins` VALUES(17, 'Content - Page Navigation', 'pagenavigation', 'content', 0, 2, 1, 1, 0, 0, '0000-00-00 00:00:00', 'position=1\n\n'); INSERT INTO `jos_plugins` VALUES(18, 'Editor - No Editor', 'none', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(19, 'Editor - TinyMCE', 'tinymce', 'editors', 0, 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 'mode=advanced\nskin=0\ncompressed=0\ncleanup_startup=0\ncleanup_save=2\nentity_encoding=raw\nlang_mode=0\nlang_code=en\ntext_direction=ltr\ncontent_css=1\ncontent_css_custom=\nrelative_urls=1\nnewlines=0\ninvalid_elements=applet\nextended_elements=\ntoolbar=top\ntoolbar_align=left\nhtml_height=550\nhtml_width=750\nelement_path=1\nfonts=1\npaste=1\nsearchreplace=1\ninsertdate=1\nformat_date=%Y-%m-%d\ninserttime=1\nformat_time=%H:%M:%S\ncolors=1\ntable=1\nsmilies=1\nmedia=1\nhr=1\ndirectionality=1\nfullscreen=1\nstyle=1\nlayer=1\nxhtmlxtras=1\nvisualchars=1\nnonbreaking=1\ntemplate=0\nadvimage=1\nadvlink=1\nautosave=1\ncontextmenu=1\ninlinepopups=1\nsafari=1\ncustom_plugin=\ncustom_button=\n\n'); INSERT INTO `jos_plugins` VALUES(20, 'Editor - XStandard Lite 2.0', 'xstandard', 'editors', 0, 0, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(21, 'Editor Button - Image', 'image', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(22, 'Editor Button - Pagebreak', 'pagebreak', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(23, 'Editor Button - Readmore', 'readmore', 'editors-xtd', 0, 0, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(24, 'XML-RPC - Joomla', 'joomla', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(25, 'XML-RPC - Blogger API', 'blogger', 'xmlrpc', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', 'catid=1\nsectionid=0\n\n'); INSERT INTO `jos_plugins` VALUES(27, 'System - SEF', 'sef', 'system', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(28, 'System - Debug', 'debug', 'system', 0, 2, 1, 0, 0, 0, '0000-00-00 00:00:00', 'queries=1\nmemory=1\nlangauge=1\n\n'); INSERT INTO `jos_plugins` VALUES(29, 'System - Legacy', 'legacy', 'system', 0, 3, 0, 1, 0, 0, '0000-00-00 00:00:00', 'route=0\n\n'); INSERT INTO `jos_plugins` VALUES(30, 'System - Cache', 'cache', 'system', 0, 4, 0, 1, 0, 0, '0000-00-00 00:00:00', 'browsercache=0\ncachetime=15\n\n'); INSERT INTO `jos_plugins` VALUES(31, 'System - Log', 'log', 'system', 0, 5, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(32, 'System - Remember Me', 'remember', 'system', 0, 6, 1, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(33, 'System - Backlink', 'backlink', 'system', 0, 7, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(34, 'System - Mootools Upgrade', 'mtupgrade', 'system', 0, 8, 0, 1, 0, 0, '0000-00-00 00:00:00', ''); INSERT INTO `jos_plugins` VALUES(35, 'Content - Image gallery - sigplus', 'sigplus', 'content', 0, 1, 1, 0, 0, 0, '0000-00-00 00:00:00', 'base_folder=images/stories\nlayout=flow\nrows=1\ncols=3\nthumb_count=0\nthumb_width=150\nthumb_height=150\nthumb_crop=1\nalignment=left-clear\nlightbox=boxplus/prettyphoto\nlightbox_slideshow=0\nslider=boxplus.transition\nslider_orientation=horizontal\nslider_navigation=bottom\nslider_buttons=1\nslider_links=1\nslider_counter=1\nslider_overlay=0\nslider_duration=800\nslider_animation=0\ncaptions=none\ncaption_title=\ncaption_description=\ndownload=0\nmetadata=0\nmargin=\nborder_style=solid\nborder_width=2px\nborder_color=D8D8D8\npadding=1px\nthumb_cache=1\nthumb_folder=thumbs\npreview_folder=preview\nfullsize_folder=fullsize\nthumb_quality=85\nlabels=labels\nlabels_multilingual=0\nsort_criterion=labels-filename\nsort_order=0\nlinkage=inline\najaxapi=default\nlibrary=gd\nactivationtag=gallery\ndebug=0\nsettings=\n\n'); INSERT INTO `jos_plugins` VALUES(36, 'Content - PDF Preprocessor', 'image', 'content', 0, 7, 0, 0, 0, 0, '0000-00-00 00:00:00', 'call_plugins=1\nsafe_plugins=linkr_content,pagebreakext,cpb\ncustomregexps=\\{\\w+[^\\}]*\\}[^\\{]*\\{/\\w+[^\\}]*\\}\ncontent_encoding=\ndocument_css_media=print\ninclude_css=template.css\npdf_image_scale=25\npdf_margin_header=5\npdf_margin_footer=10\npdf_margin_top=27\npdf_margin_bottom=25\npdf_margin_left=20\npdf_margin_right=20\n\n'); -- -------------------------------------------------------- -- -- Table structure for table `jos_polls` -- CREATE TABLE `jos_polls` ( `id` int(11) unsigned NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `voters` int(9) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `published` tinyint(1) NOT NULL default '0', `access` int(11) NOT NULL default '0', `lag` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ; -- -- Dumping data for table `jos_polls` -- INSERT INTO `jos_polls` VALUES(14, 'Joomla! is used for?', 'joomla-is-used-for', 11, 0, '0000-00-00 00:00:00', 1, 0, 86400); -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_data` -- CREATE TABLE `jos_poll_data` ( `id` int(11) NOT NULL auto_increment, `pollid` int(11) NOT NULL default '0', `text` text NOT NULL, `hits` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`pollid`,`text`(1)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ; -- -- Dumping data for table `jos_poll_data` -- INSERT INTO `jos_poll_data` VALUES(1, 14, 'Community Sites', 2); INSERT INTO `jos_poll_data` VALUES(2, 14, 'Public Brand Sites', 3); INSERT INTO `jos_poll_data` VALUES(3, 14, 'eCommerce', 1); INSERT INTO `jos_poll_data` VALUES(4, 14, 'Blogs', 0); INSERT INTO `jos_poll_data` VALUES(5, 14, 'Intranets', 0); INSERT INTO `jos_poll_data` VALUES(6, 14, 'Photo and Media Sites', 2); INSERT INTO `jos_poll_data` VALUES(7, 14, 'All of the Above!', 3); INSERT INTO `jos_poll_data` VALUES(8, 14, '', 0); INSERT INTO `jos_poll_data` VALUES(9, 14, '', 0); INSERT INTO `jos_poll_data` VALUES(10, 14, '', 0); INSERT INTO `jos_poll_data` VALUES(11, 14, '', 0); INSERT INTO `jos_poll_data` VALUES(12, 14, '', 0); -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_date` -- CREATE TABLE `jos_poll_date` ( `id` bigint(20) NOT NULL auto_increment, `date` datetime NOT NULL default '0000-00-00 00:00:00', `vote_id` int(11) NOT NULL default '0', `poll_id` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `poll_id` (`poll_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ; -- -- Dumping data for table `jos_poll_date` -- INSERT INTO `jos_poll_date` VALUES(1, '2006-10-09 13:01:58', 1, 14); INSERT INTO `jos_poll_date` VALUES(2, '2006-10-10 15:19:43', 7, 14); INSERT INTO `jos_poll_date` VALUES(3, '2006-10-11 11:08:16', 7, 14); INSERT INTO `jos_poll_date` VALUES(4, '2006-10-11 15:02:26', 2, 14); INSERT INTO `jos_poll_date` VALUES(5, '2006-10-11 15:43:03', 7, 14); INSERT INTO `jos_poll_date` VALUES(6, '2006-10-11 15:43:38', 7, 14); INSERT INTO `jos_poll_date` VALUES(7, '2006-10-12 00:51:13', 2, 14); INSERT INTO `jos_poll_date` VALUES(8, '2007-05-10 19:12:29', 3, 14); INSERT INTO `jos_poll_date` VALUES(9, '2007-05-14 14:18:00', 6, 14); INSERT INTO `jos_poll_date` VALUES(10, '2007-06-10 15:20:29', 6, 14); INSERT INTO `jos_poll_date` VALUES(11, '2007-07-03 12:37:53', 2, 14); -- -------------------------------------------------------- -- -- Table structure for table `jos_poll_menu` -- CREATE TABLE `jos_poll_menu` ( `pollid` int(11) NOT NULL default '0', `menuid` int(11) NOT NULL default '0', PRIMARY KEY (`pollid`,`menuid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_poll_menu` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_sections` -- CREATE TABLE `jos_sections` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `image` text NOT NULL, `scope` varchar(50) NOT NULL default '', `image_position` varchar(30) NOT NULL default '', `description` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) unsigned NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `access` tinyint(3) unsigned NOT NULL default '0', `count` int(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `idx_scope` (`scope`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- Dumping data for table `jos_sections` -- INSERT INTO `jos_sections` VALUES(1, 'News', '', 'news', 'articles.jpg', 'content', 'right', 'Select a news topic from the list below, then select a news article to read.', 1, 0, '0000-00-00 00:00:00', 3, 0, 3, ''); INSERT INTO `jos_sections` VALUES(3, 'FAQs', '', 'faqs', 'key.jpg', 'content', 'left', 'From the list below choose one of our FAQs topics, then select an FAQ to read. If you have a question which is not in this section, please contact us.', 1, 0, '0000-00-00 00:00:00', 5, 0, 23, ''); INSERT INTO `jos_sections` VALUES(4, 'About Joomla!', '', 'about-joomla', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 0, 0, 16, ''); INSERT INTO `jos_sections` VALUES(5, 'Speciality', '', 'speciality', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 6, 0, 20, ''); INSERT INTO `jos_sections` VALUES(6, 'speciality page', '', 'speciality-page', '', 'content', 'left', '

speciality page

', 1, 0, '0000-00-00 00:00:00', 7, 0, 3, ''); INSERT INTO `jos_sections` VALUES(7, 'neuro-new', '', 'neuro-new', '', 'content', 'left', '', 1, 0, '0000-00-00 00:00:00', 8, 0, 1, ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_session` -- CREATE TABLE `jos_session` ( `username` varchar(150) default '', `time` varchar(14) default '', `session_id` varchar(200) NOT NULL default '0', `guest` tinyint(4) default '1', `userid` int(11) default '0', `usertype` varchar(50) default '', `gid` tinyint(3) unsigned NOT NULL default '0', `client_id` tinyint(3) unsigned NOT NULL default '0', `data` longtext, PRIMARY KEY (`session_id`(64)), KEY `whosonline` (`guest`,`usertype`), KEY `userid` (`userid`), KEY `time` (`time`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_session` -- INSERT INTO `jos_session` VALUES('', '1304878280', 'eo1g835q92fe76461ghrrai1a5', 1, 0, '', 0, 0, '__default|a:8:{s:15:"session.counter";i:1;s:19:"session.timer.start";i:1304878280;s:18:"session.timer.last";i:1304878280;s:17:"session.timer.now";i:1304878280;s:24:"session.client.forwarded";s:12:"10.44.108.18";s:22:"session.client.browser";s:62:"Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)";s:8:"registry";O:9:"JRegistry":3:{s:17:"_defaultNameSpace";s:7:"session";s:9:"_registry";a:1:{s:7:"session";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:4:"user";O:5:"JUser":19:{s:2:"id";i:0;s:4:"name";N;s:8:"username";N;s:5:"email";N;s:8:"password";N;s:14:"password_clear";s:0:"";s:8:"usertype";N;s:5:"block";N;s:9:"sendEmail";i:0;s:3:"gid";i:0;s:12:"registerDate";N;s:13:"lastvisitDate";N;s:10:"activation";N;s:6:"params";N;s:3:"aid";i:0;s:5:"guest";i:1;s:7:"_params";O:10:"JParameter":7:{s:4:"_raw";s:0:"";s:4:"_xml";N;s:9:"_elements";a:0:{}s:12:"_elementPath";a:1:{i:0;s:79:"/home/content/51/6538851/html/drmurugan/libraries/joomla/html/parameter/element";}s:17:"_defaultNameSpace";s:8:"_default";s:9:"_registry";a:1:{s:8:"_default";a:1:{s:4:"data";O:8:"stdClass":0:{}}}s:7:"_errors";a:0:{}}s:9:"_errorMsg";N;s:7:"_errors";a:0:{}}}'); -- -------------------------------------------------------- -- -- Table structure for table `jos_stats_agents` -- CREATE TABLE `jos_stats_agents` ( `agent` varchar(255) NOT NULL default '', `type` tinyint(1) unsigned NOT NULL default '0', `hits` int(11) unsigned NOT NULL default '1' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_stats_agents` -- -- -------------------------------------------------------- -- -- Table structure for table `jos_templates_menu` -- CREATE TABLE `jos_templates_menu` ( `template` varchar(255) NOT NULL default '', `menuid` int(11) NOT NULL default '0', `client_id` tinyint(4) NOT NULL default '0', PRIMARY KEY (`menuid`,`client_id`,`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `jos_templates_menu` -- INSERT INTO `jos_templates_menu` VALUES('drm', 0, 0); INSERT INTO `jos_templates_menu` VALUES('antesate2', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `jos_users` -- CREATE TABLE `jos_users` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `username` varchar(150) NOT NULL default '', `email` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `usertype` varchar(25) NOT NULL default '', `block` tinyint(4) NOT NULL default '0', `sendEmail` tinyint(4) default '0', `gid` tinyint(3) unsigned NOT NULL default '1', `registerDate` datetime NOT NULL default '0000-00-00 00:00:00', `lastvisitDate` datetime NOT NULL default '0000-00-00 00:00:00', `activation` varchar(100) NOT NULL default '', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `usertype` (`usertype`), KEY `idx_name` (`name`), KEY `gid_block` (`gid`,`block`), KEY `username` (`username`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=63 ; -- -- Dumping data for table `jos_users` -- INSERT INTO `jos_users` VALUES(62, 'Administrator', 'admin', 'john@pixel-studios.com', '3239c7edfc47980239fa1cc3ef1c9195:6RKlPhY3Td3NFRbPqvfoms0VCGDEJnJt', 'Super Administrator', 0, 1, 25, '2010-12-27 12:00:26', '2011-02-21 05:24:30', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `jos_weblinks` -- CREATE TABLE `jos_weblinks` ( `id` int(11) unsigned NOT NULL auto_increment, `catid` int(11) NOT NULL default '0', `sid` int(11) NOT NULL default '0', `title` varchar(250) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `url` varchar(250) NOT NULL default '', `description` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `hits` int(11) NOT NULL default '0', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `ordering` int(11) NOT NULL default '0', `archived` tinyint(1) NOT NULL default '0', `approved` tinyint(1) NOT NULL default '1', `params` text NOT NULL, PRIMARY KEY (`id`), KEY `catid` (`catid`,`published`,`archived`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ; -- -- Dumping data for table `jos_weblinks` -- INSERT INTO `jos_weblinks` VALUES(1, 2, 0, 'Joomla!', 'joomla', 'http://www.joomla.org', 'Home of Joomla!', '2005-02-14 15:19:02', 3, 1, 0, '0000-00-00 00:00:00', 1, 0, 1, 'target=0'); INSERT INTO `jos_weblinks` VALUES(2, 2, 0, 'php.net', 'php', 'http://www.php.net', 'The language that Joomla! is developed in', '2004-07-07 11:33:24', 6, 1, 0, '0000-00-00 00:00:00', 3, 0, 1, ''); INSERT INTO `jos_weblinks` VALUES(3, 2, 0, 'MySQL', 'mysql', 'http://www.mysql.com', 'The database that Joomla! uses', '2004-07-07 10:18:31', 1, 1, 0, '0000-00-00 00:00:00', 5, 0, 1, ''); INSERT INTO `jos_weblinks` VALUES(4, 2, 0, 'OpenSourceMatters', 'opensourcematters', 'http://www.opensourcematters.org', 'Home of OSM', '2005-02-14 15:19:02', 11, 1, 0, '0000-00-00 00:00:00', 2, 0, 1, 'target=0'); INSERT INTO `jos_weblinks` VALUES(5, 2, 0, 'Joomla! - Forums', 'joomla-forums', 'http://forum.joomla.org', 'Joomla! Forums', '2005-02-14 15:19:02', 4, 1, 0, '0000-00-00 00:00:00', 4, 0, 1, 'target=0'); INSERT INTO `jos_weblinks` VALUES(6, 2, 0, 'Ohloh Tracking of Joomla!', 'ohloh-tracking-of-joomla', 'http://www.ohloh.net/projects/20', 'Objective reports from Ohloh about Joomla''s development activity. Joomla! has some star developers with serious kudos.', '2007-07-19 09:28:31', 1, 1, 0, '0000-00-00 00:00:00', 6, 0, 1, 'target=0\n\n');