-- 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', '', '', 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 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. \r\nChildren with autism usually experience difficulty in three main areas but to varying degrees. These areas are: \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
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
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 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 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 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\nMany 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\nSensory 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 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 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\nChildren 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 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 |
“Don''t let epilepsy stop you or your near ones from moving ahead” | \r\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
\r\n A person with epilepsy has a tendency to have recurrent seizures or fits. \r\nThe 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\nMost 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\nThe 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 What is epilepsy? \r\n\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\nThe 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\nThe 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 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\nIt isn''t possible to stop the seizure. During the second phase, a person might bite their tongue and the inside of their cheeks. 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\nOther seizure types may involve a change in behaviour and confusion over one or two minutes. \r\nWhat to do \r\nIf 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\nIf 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 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 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\nThese 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
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
Sometimes a partial seizure develops into a generalised seizure. This is called a secondary generalised seizure. \r\n
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 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.
\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.
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
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
Other treatments for epilepsy \r\n
\r\n
\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 above section on outlook (prognosis) relates just to seizures. Some underlying brain conditions which cause seizures may cause additional problems. \r\n
Who are all the famous people who have had Epilepsy in the history? Seven Common Myths & Misconceptions about Epilepsy:
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
Once the seizure has stopped: \r\n
Call a doctor or an ambulance: \r\n
| \r\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
\r\n |
\r\n
| \r\n||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
\r\n What is Cerebral Palsy? \r\n \r\nDoctors 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\nEven 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\nIn 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
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\nCerebral 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\nCerebral 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
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
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\nResearchers 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\nAbnormal 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\nBleeding 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
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\nLow 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\nMultiple 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\nInfections during pregnancy. Infectious diseases caused by viruses, such as toxoplasmosis, rubella (German measles), cytomegalovirus, and herpes, can infect the womb and placenta. \r\nBlood 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\nMothers 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\nThere 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\nBreech 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\nComplicated labor and delivery. A baby who has vascular or respiratory problems during labor and delivery may already have suffered brain damage or abnormalities. \r\nSmall 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\nLow 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\nJaundice . 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
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\nSpastic 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\nSpastic 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\nDyskinetic 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\nAtaxic 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\nMixed 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
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\nThese additional medical conditions include: \r\nMental 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\nSeizure 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\nDelayed 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\nIn 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\nSpinal 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\nImpaired 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\nImpaired 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\nDrooling. 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\nIncontinence. 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\nAbnormal 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 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\nDoctors 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\nAdditional 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\nNeuroimaging methods include: \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\nOther 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
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\nThere 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\nA comprehensive management plan will pull in a combination of health professionals with expertise in the following: \r\nphysical therapy to improve walking and gait, stretch spastic muscles, and prevent deformities; \r\noccupational therapy to develop compensating tactics for everyday activities such as dressing, going to school, and participating in day-to-day activities; \r\nspeech therapy to address swallowing disorders, speech impediments, and other obstacles to communication; \r\ncounseling and behavioral therapy to address emotional and psychological needs and help children cope emotionally with their disabilities; \r\ndrugs to control seizures, relax muscle spasms, and alleviate pain; \r\nsurgery to correct anatomical abnormalities or release tight muscles; \r\nbraces and other orthotic devices to compensate for muscle imbalance, improve posture and walking, and increase independent mobility; \r\nmechanical aids such as wheelchairs and rolling walkers for individuals who are not independently mobile; and \r\ncommunication aids such as computers, voice synthesizers, or symbol boards to allow severely impaired individuals to communicate with others. \r\nDoctors 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\nThe members of the treatment team for a child with cerebral palsy will most likely include the following: \r\nA 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\nAn 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\nA physical therapist , who designs and puts into practice special exercise programs to improve strength and functional mobility. \r\nAn occupational therapist, who teaches the skills necessary for day-to-day living, school, and work. \r\nA speech and language pathologist, who specializes in diagnosing and treating disabilities relating to difficulties with swallowing and communication. \r\nA social worker, who helps individuals and their families locate community assistance and education programs. \r\nA 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\nA special educator, who may play an especially important role when mental retardation or learning disabilities present a challenge to education. \r\nRegardless 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\nWhile 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\nAs 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\nAddressing 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\nA 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
What Specific Treatments Are Available? 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\nNormally 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\nOccupational 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\nRecreational 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\nControversial 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\nExperts 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\nThe 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\nConductive 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\nSpeech 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\nSpeech 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\nFor 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\nSpeech 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\nSpeech 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\nTreatments 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\nIndividuals 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\nIn 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
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\nThe 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
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\nIn 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\nThe 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\nConsequently, 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
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
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\nThe 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
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\nTreatment 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\nIn 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\nIncontinence . 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\nOsteopenia . 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\nPain. 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\nDoctors 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
Glossary Apgar score — a numbered scoring system doctors use to assess a baby''s physical state at the time of birth. \r\nanticholinergic drugs — a family of drugs that inhibit parasympathetic neural activity by blocking the neurotransmitter acetylcholine. \r\nasphyxia — a lack of oxygen due to trouble with breathing or poor oxygen supply in the air. \r\nataxia (ataxic) — the loss of muscle control. \r\nathetoid — making slow, sinuous, involuntary, writhing movements, especially with the hands. \r\nbilirubin — a bile pigment produced by the liver of the human body as a byproduct of digestion. \r\nbisphosphonates — a family of drugs that strengthen bones and reduce the risk of bone fracture in elderly adults. \r\nbotulinum toxin — a drug commonly used to relax spastic muscles; it blocks the release of acetylcholine, a neurotransmitter that energizes muscle tissue. \r\ncerebral — relating to the two hemispheres of the human brain. \r\ncerebral dysgenesis — defective brain development. \r\nchemodenervation — 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\nchoreoathetoid — a condition characterized by aimless muscle movements and involuntary motions. \r\ncomputed 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
congenital cerebral palsy — cerebral palsy that is present at birth from causes that have occurred during fetal development. \r\ncontracture — a condition in which muscles become fixed in a rigid, abnormal position, which causes distortion or deformity. \r\ncytokines — messenger cells that play a role in the inflammatory response to infection. \r\ndevelopmental delay — behind schedule in reaching the milestones of early childhood development. \r\ndisuse atrophy — muscle wasting caused by the inability to flex and exercise muscles. \r\ndyskinetic — the impairment of the ability to perform voluntary movements, which results in awkward or incomplete movements. \r\ndystonia (dystonic) a condition of abnormal muscle tone. \r\nelectroencephalogram (EEG) — a technique for recording the pattern of electrical currents inside the brain. \r\nelectromyography — a special recording technique that detects muscle activity. \r\nfailure to thrive — a condition characterized by a lag in physical growth and development. \r\nfocal (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\ngait analysis — a technique that uses cameras, force plates, electromyography, and computer analysis to objectively measure an individual''s pattern of walking. \r\n
gastroesophageal reflux disease (GERD) — also known as heartburn, which happens when stomach acids back up into the esophagus. \r\ngastrostomy — a surgical procedure that creates an artificial opening in the stomach for the insertion of a feeding tube. \r\ngestation — the period of fetal development from the time of conception until birth. \r\nhemianopia — defective vision or blindness that impairs half of the normal field of vision. \r\nhemiparesis — paralysis affecting only one side of the body. \r\nhomonymous — having the same description, name, or term. \r\nhypertonia — increased muscle tone. \r\nhypotonia — decreased muscle tone. \r\nhypoxic-ischemic encephalopathy — brain damage caused by poor blood flow or insufficient oxygen supply to the brain. \r\nintracranial hemorrhage — bleeding in the brain. \r\nintrapartum asphyxia — the reduction or total stoppage of oxygen circulating in a baby''s brain during labor and delivery. \r\nintrathecal baclofen — baclofen that is injected into the cerebrospinal fluid of the spinal cord to reduce spasticity. jaundice — a blood disorder caused by the abnormal buildup of bilirubin in the bloodstream. \r\nkernicterus — 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
kyphosis — a humpback-like outward curvature of the upper spine. \r\nlordosis — an increased inward curvature of the lower spine. \r\nmagnetic 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\nnerve entrapment — repeated or prolonged pressure on a nerve root or peripheral nerve. \r\nneuronal 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\nneuroprotective — describes substances that protect nervous system cells from damage or death. \r\nneurotrophins — a family of molecules that encourage survival of nervous system cells. \r\noff-label drugs — drugs prescribed to treat conditions other than those that have been approved by the Food and Drug Administration. \r\northotic devices — special devices, such as splints or braces, used to treat posture problems involving the muscles, ligaments, or bones. \r\nosteopenia — reduced density and mass of the bones. \r\noveruse 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\npalsy — 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
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\nperiventricular 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\nplacenta — an organ that joins a mother with her unborn baby and provides nourishment and sustenance. \r\npost-impairment syndrome — a combination of pain, fatigue, and weakness due to muscle abnormalities, bone deformities, overuse syndromes, or arthritis. \r\nquadriplegia — paralysis of both the arms and legs. \r\nrespite care — rest or relief from caretaking obligations. \r\nRh 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\nrubella — (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\nscoliosis — a disease of the spine in which the spinal column tilts or curves to one side of the body. \r\nselective dorsal rhizotomy — a surgical procedure in which selected nerves are severed to reduce spasticity in the legs. \r\nselective 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\nspastic (or spasticity ) — describes stiff muscles and awkward movements. \r\nspastic diplegia (or diparesis ) — a form of cerebral palsy in which spasticity affects both legs, but the arms are relatively or completely spared. \r\nspastic hemiplegia (or hemiparesis ) — a form of cerebral palsy in which spasticity affects an arm and leg on one side of the body. \r\n
spastic quadriplegia (or quadriparesis ) — a form of cerebral palsy in which all four limbs are paralyzed or weakened equally. \r\nstereognosia — difficulty perceiving and identifying objects using the sense of touch. \r\nstrabismus — misalignment of the eyes, also known as cross eyes. \r\ntelemetry 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\ntonic-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\ntremor — an involuntary trembling or quivering. \r\nultrasound — 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 |
Normal Brain Development milestones in Babies and Children (6 weeks to 5 years) | \r\n||||||||||||||||||||||||||||||
\r\n | ||||||||||||||||||||||||||||||
Age - 6 weeks | \r\n||||||||||||||||||||||||||||||
\r\n \r\n \r\n
| \r\n||||||||||||||||||||||||||||||
Age - 3 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age - 6 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age - 8-9 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age -10-11 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age:12-13 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age:15 -16 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age:18 months | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age: 2 years. | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age: 2 ˝ yrs | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age: 3 yrs | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age: 4 yrs | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Age: 4 ˝ – 5 yrs | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \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||||||||||||||||||||||||||||||
(Consult paediatrician or child neurologist) | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Sleep and Sleep Problems in Children | \r\n||||||||||||||||||||||||||||||
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||||||||||||||||||||||||||||||
Why sleep and sleep problems are important in Children? | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
Impact of Insufficient sleep | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\r\n
| \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||||||||||||||||||||||||||||||
Where and how should your baby sleep? | \r\n||||||||||||||||||||||||||||||
Back to sleep: | \r\n||||||||||||||||||||||||||||||
\r\n
| \r\n||||||||||||||||||||||||||||||
\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\nFinally, 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
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 |
Childhood | \r\n
Childhood is the age span ranging from birth to adolescence. In developmental psychology, childhood is divided up into the developmental stages of Know more... | \r\n
Epilepsy | \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. Know more... | \r\n
Headache In Childrens | \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. Know more... | \r\n
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. Know more... | \r\n
Muscular Dystrophies | \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. Know more... | \r\n
Stroke in Childrens | \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. Know more... | \r\n
Autism | \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. Know more... | \r\n
Hyperactivity (ADHD) | \r\n
Attention deficit hyperactivity disorder is a genetically determined condition that affects those parts of the brain that control attention, impulses and concentration. Know more... | \r\n
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. Know more... | \r\n
Dyslexia | \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. Know more... | \r\n
Febrile Convulsions (Fever Fits) | \r\n
A febrile convulsion is basically a seizure that can happen when a young child develops a high temperature. Know more... | \r\n
Meningitis | \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. Know more... | \r\n
Encephalitis | \r\n
\r\n Encephalitis is inflammation of the brain. It is usually caused by a viral infection. \r\nExamples 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. | \r\n
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. Know more... | \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. Know more... | \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. Know more... | \r\n
\r\n | ||||||||||||||||||||||||||||||||||
What is a Child Neurologist? \r\n
Child neurologists often diagnose, treat, and manage the children with following conditions: \r\n
“Child Neurologist — The Best Care For Children From Birth To Young Adulthood”\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. 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\nWhat’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\nWhat 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 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 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\nIf 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\nAs 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\nIf 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\nChildren who have long febrile convulsions have a slightly higher risk of developing epilepsy, although the risk is small. \r\nLooking 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 Did you know? \r\n\r\n
What is a primary headache? Headaches can be divided into two categories, primary or secondary.
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
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 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
Taking good care of your child can decrease their frequency and severity of his/her headaches: \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\nWhat 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\nHow 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 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.
\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. 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 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). 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 |
Scoliosis | \r\n||||||||||||||
\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\nWhat 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. 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 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.
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\nBracing 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
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 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. 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.
| \r\n||||||||||||||
\r\n |
Concentration Problems | \r\n||||||||||
\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\nNatural 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\nConcentration 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.
\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\nBad 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\nSchool 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 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\nImproving 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. 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“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\nWhat 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\nHow 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 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\nWhat 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 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.
| \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. 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\nWho 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 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. 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
Computerised tomography or magnetic resonance imaging scan\r\nA 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\nLumbar puncture\r\nA 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\nElectroencephalograph\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
Other tests\r\nThese 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. 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
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.
Some people who are severely affected with encephalitis need continuous nursing care as they are no longer able to look after themselves. \r\n
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
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. | \r\n||
For Appointments and Enquiry : | \r\n||
+91 9940375085 | murudr@gmail.com | \r\n||
Fortis Malar Hospital No: 52 First Main Road, Gandhi Nagar, Adyar, Chennai - 600020. Tamil Nadu, India | \r\n||
\r\n |
\r\n What is ADHD? \r\n\r\n
What are the symptoms?
| \r\n||||||||||||||||||||||||||||||||||||
\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
What causes ADHD? \r\nADHD 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. 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 Is it definitely ADHD?
What treatments are typically recommended for ADHD?
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?
How do children with ADHD develop? \r\nChildren 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. 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: \r\nPoor 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
Common Myths about ADHD Stimulant Medications \r\nMyth: 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. 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: \r\nStimulant 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. Myth: \r\n “Every Child deserves the chance to make the most of the school day”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||||||||||||||||||||||||||||||||||||
\r\n
| \r\n
\r\n \r\n \r\nYou 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\nMost types are rare. The most common is Duchenne muscular dystrophy.
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\nThere are currently no cures for these conditions but there are treatments that can modify or improve the effects of some of them. \r\nWhat''s the cause?\r\nMost of the conditions are inherited. The majority of the genes responsible for muscular dystrophy can be tested for. \r\nWhat are the effects of these conditions?\r\nThe 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\nIn 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
Muscle weakness\r\nFor 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\nMuscle 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\nGetting 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\nAs 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\nInvestigations\r\nAn 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
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 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\nLooking forward\r\nFor 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\nA stroke is usually thought of as a condition that only affects adults. In fact, children can have them too. \r\nWhile 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\nWhat is a stroke?\r\nA 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\nThere are two main types. Both types can cause damage to brain cells: \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 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\nHow is it diagnosed?\r\nStroke 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\nFAST stands for: \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\nThese tests may include: \r\n
\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\nMedication 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\nRehabilitation team\r\nAll 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
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
Indian Experience \r\nDr 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 UK experience | \r\n|||||||||||||||||
\r\n \r\n | \r\n|||||||||||||||||
Dr Murugan’s Qualifications | \r\n|||||||||||||||||
\r\n
| \r\n|||||||||||||||||
\r\n
| \r\n|||||||||||||||||
International Scientific Publications / Presentations | \r\n|||||||||||||||||
\r\n
| \r\n|||||||||||||||||
\r\n
| \r\n|||||||||||||||||
Professional Memberships | \r\n|||||||||||||||||
\r\n
| \r\n|||||||||||||||||
\r\n
| \r\n
\r\n What is Intellectual Disability? \r\n\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\n Doctors have found many causes of intellectual disability. The most common are: \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 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\nIntellectual disability is diagnosed by looking at two main things. These are: \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
To diagnose an intellectual disability, professionals look at the person''s mental abilities (IQ) and his or her adaptive skills. \r\n
\r\n There are many signs of intellectual disability. For example, children with intellectual disability may: \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\nThe 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” .
What About School? 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
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
Tips for Parents
\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\nWhat 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\nWhat 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 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\nHow 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\nWhat 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 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\nHow 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\nWhat 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 | Home | \r\n||||||||||||||||||||||||||||||||||||
\r\n | About Us | \r\n||||||||||||||||||||||||||||||||||||
\r\n | Specialist | \r\n||||||||||||||||||||||||||||||||||||
\r\n | \r\n
| \r\n||||||||||||||||||||||||||||||||||||
\r\n | Contact Us | \r\n||||||||||||||||||||||||||||||||||||
\r\n |
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!.
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');