CREATE TABLE IF NOT EXISTS `tooltip_keywords` (
  `pageid` int(5) NOT NULL,
  `keyword` varchar(255) NOT NULL,
  `definition` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tooltip_keywords`
--

INSERT INTO `tooltip_keywords` (`pageid`, `keyword`, `definition`) VALUES
(1, 'Quadrennial Defense Review', 'A really cool review of your defenses!\r\n<img src = "http://t1.gstatic.com/images?q=tbn:jZ0RxabL61LQwM:http://www.fas.org/man/docs/ndp/ndp3.gif">');

-- phpMyAdmin SQL Dump
-- version 2.11.9.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 02, 2010 at 12:36 AM
-- Server version: 5.0.85
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `mmaaaco_kfoster`
--

-- --------------------------------------------------------

--
-- Table structure for table `tooltip_cms`
--

CREATE TABLE IF NOT EXISTS `tooltip_cms` (
  `id` int(5) NOT NULL auto_increment,
  `pagename` varchar(255) NOT NULL,
  `content` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tooltip_cms`
--

INSERT INTO `tooltip_cms` (`id`, `pagename`, `content`) VALUES
(1, 'lesson1', 'ilitary to fight two major conventional wars is "out of date" and does not reflect the numerous challenges U.S. military forces could face in the future, U.S. Defense Secretary Robert Gates said Monday.\r\n\r\nGates made that pronouncement as he revealed the 2010 Quadrennial Defense Review, the military''s strategic outlook. He said the military needs to start planning for multiple operations such as major disasters in the United States and various scuffles around the planet.\r\n\r\n"We now recognize that America''s ability to deal with threats for years to come will depend importantly on our success in the current conflicts," Gates said, pointing out this is the first time the anti-insurgent wars in Iraq and Afghanistan have been included in a Quadrennial Defense Review (QDR) as long-term planning priorities.\r\n\r\nHe said the previous idea of planning for two conventional wars was "too confining and did not represent the real world that ... our military forces are going to face in the future."');
