-- phpMyAdmin SQL Dump
-- version 4.0.10.14
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Jan 06, 2017 at 11:16 AM
-- Server version: 5.6.34
-- PHP Version: 5.6.20

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `nua_antonio`
--

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

--
-- Table structure for table `Music`
--

CREATE TABLE IF NOT EXISTS `Music` (
  `ID` tinyint(4) NOT NULL AUTO_INCREMENT,
  `Name` varchar(255) NOT NULL DEFAULT '',
  `Artist` varchar(255) NOT NULL DEFAULT '',
  `OrderNum` mediumint(5) unsigned DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Dumping data for table `Music`
--

INSERT INTO `Music` (`ID`, `Name`, `Artist`, `OrderNum`) VALUES
(25, 'Driftin''', 'Wax poetic', 22),
(26, 'The Mating Game', 'Bitter Sweet', 23),
(28, '07 Jungle Drum.mp3', 'enter artist name', 25),
(21, 'A Thousand Years', 'Sting feat. Nitin Sawhney', 19),
(10, 'River', 'Roberta Flack', 10),
(19, 'Make Me Whole', 'Amel Larrieux', 17),
(27, 'Porcelain', 'Moby', 24),
(13, 'Fleur Blanche', 'Orsten', 13),
(14, 'Latika''s Theme', 'A. R. Rahman, Alka Yagnik & Ila Arun', 14),
(15, 'Paper Planes (DFA Remix).mp3', 'MIA', 15),
(18, 'Ooh La La', 'Goldfrapp', 16);

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

--
-- Table structure for table `Password`
--

CREATE TABLE IF NOT EXISTS `Password` (
  `PassID` tinyint(3) unsigned NOT NULL AUTO_INCREMENT,
  `Name` varchar(100) NOT NULL DEFAULT '',
  `Password` varchar(100) NOT NULL DEFAULT '',
  `GalleryAccess` enum('yes','no') NOT NULL DEFAULT 'yes',
  `SplashAccess` enum('yes','no') DEFAULT 'no',
  `TestAccess` enum('yes','no') DEFAULT 'no',
  PRIMARY KEY (`PassID`),
  UNIQUE KEY `PassID` (`PassID`),
  KEY `PassID_2` (`PassID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `Password`
--

INSERT INTO `Password` (`PassID`, `Name`, `Password`, `GalleryAccess`, `SplashAccess`, `TestAccess`) VALUES
(1, 'bludomain', '$1$rasmusle$K4sdigqvhLPr2FO3UEh8s/', 'yes', 'yes', 'yes'),
(2, 'primary', '$1$rasmusle$rii6lM5Rq3PmSZa5VNIXQ.', 'yes', '', 'yes'),
(3, 'secondary', 'bludomain2xxx', 'yes', 'no', 'no');

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

--
-- Table structure for table `Settings`
--

CREATE TABLE IF NOT EXISTS `Settings` (
  `SettingID` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
  `TextBGColor` varchar(6) NOT NULL DEFAULT '',
  `Site` varchar(100) NOT NULL DEFAULT '000000',
  `GalWidth` varchar(4) NOT NULL DEFAULT '',
  `GalHeight` char(3) NOT NULL DEFAULT '',
  `ThumbWidth` char(3) NOT NULL DEFAULT '',
  `ThumbHeight` char(3) NOT NULL DEFAULT '',
  `InfoTBWidth` varchar(4) DEFAULT NULL,
  `InfoTBHeight` varchar(4) DEFAULT NULL,
  `InfoWidth` varchar(4) NOT NULL DEFAULT '',
  `InfoHeight` varchar(4) NOT NULL DEFAULT '',
  `ContactWidth` varchar(4) DEFAULT NULL,
  `ContactHeight` varchar(4) DEFAULT NULL,
  `SlideshowWidth` varchar(4) NOT NULL DEFAULT '',
  `SlideshowHeight` varchar(4) NOT NULL DEFAULT '',
  `Slideshow2Width` varchar(4) NOT NULL DEFAULT '',
  `Slideshow2Height` varchar(4) NOT NULL DEFAULT '',
  `GalMainWidth` varchar(4) NOT NULL DEFAULT '',
  `GalMainHeight` char(3) NOT NULL DEFAULT '',
  `GalThumb` enum('yes','no') DEFAULT 'yes',
  `GalTVisibleOpt` enum('yes','no') DEFAULT 'yes',
  `TestWidth` varchar(4) NOT NULL DEFAULT '',
  `TestHeight` char(3) NOT NULL DEFAULT '0',
  `LogoHeight` char(3) DEFAULT NULL,
  `LogoWidth` char(3) DEFAULT NULL,
  `MetaStats` text,
  `CurrentSite` enum('v1','v2') DEFAULT 'v1',
  `ImageColor` enum('yes','no') DEFAULT 'yes',
  `CropThumbs` enum('yes','no') DEFAULT 'yes',
  `SingleImage` enum('yes','no') DEFAULT 'no',
  `ImageText` enum('yes','no') DEFAULT 'no',
  `SectionColor` enum('yes','no') DEFAULT 'yes',
  `Email` varchar(250) DEFAULT NULL,
  `GalText` enum('yes','no') DEFAULT 'yes',
  `GalSubMenu` enum('yes','no') DEFAULT 'yes',
  `ColorsPerSection` tinyint(2) DEFAULT '1',
  `ColorName1` varchar(255) DEFAULT NULL,
  `ColorName2` varchar(255) DEFAULT NULL,
  `ColorName3` varchar(255) DEFAULT NULL,
  `HomeSplit` enum('yes','no') NOT NULL DEFAULT 'yes',
  `HomeImages` enum('one',' two','three') NOT NULL DEFAULT 'three',
  `HomeRandom` enum('yes','no') NOT NULL DEFAULT 'no',
  `ContactSlideshow` enum('yes','no') NOT NULL DEFAULT 'no',
  `MultiDrop` enum('yes','no') DEFAULT 'yes',
  `MultiSlideshow` enum('yes','no') DEFAULT 'yes',
  `MultiDropNum` tinyint(5) unsigned DEFAULT '8',
  `ColorsPerSite` tinyint(2) DEFAULT '3',
  `ContactFields` tinyint(3) unsigned DEFAULT NULL,
  `ContactSendSite` enum('yes','no') NOT NULL DEFAULT 'yes',
  `MultiUpDown` enum('yes','no') NOT NULL DEFAULT 'no',
  `ProofWidth` varchar(4) DEFAULT NULL,
  `ProofHeight` varchar(4) DEFAULT NULL,
  `CalHeader` enum('yes','no') DEFAULT 'yes',
  `CalImage` enum('yes','no') DEFAULT 'yes',
  `CalWidth` varchar(6) DEFAULT NULL,
  `CalHeight` varchar(6) DEFAULT NULL,
  `BackgroundUpload` enum('yes','no') DEFAULT 'yes',
  `PreviewWidth` char(3) DEFAULT NULL,
  `PreviewHeight` char(3) DEFAULT NULL,
  `Watermark` enum('yes','no') DEFAULT 'no',
  `VideoWidth` varchar(4) DEFAULT NULL,
  `VideoHeight` varchar(4) DEFAULT NULL,
  `GalleryColor` enum('yes','no') DEFAULT 'no',
  `TextOnBg` enum('yes','no') DEFAULT 'no',
  `CalText` enum('yes','no') DEFAULT 'no',
  `VideoOn` enum('yes','no') DEFAULT 'no',
  `ProofOn` enum('yes','no') NOT NULL DEFAULT 'no',
  `FeaturedOn` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`SettingID`),
  UNIQUE KEY `SettingID` (`SettingID`),
  KEY `SettingID_2` (`SettingID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `Settings`
--

INSERT INTO `Settings` (`SettingID`, `TextBGColor`, `Site`, `GalWidth`, `GalHeight`, `ThumbWidth`, `ThumbHeight`, `InfoTBWidth`, `InfoTBHeight`, `InfoWidth`, `InfoHeight`, `ContactWidth`, `ContactHeight`, `SlideshowWidth`, `SlideshowHeight`, `Slideshow2Width`, `Slideshow2Height`, `GalMainWidth`, `GalMainHeight`, `GalThumb`, `GalTVisibleOpt`, `TestWidth`, `TestHeight`, `LogoHeight`, `LogoWidth`, `MetaStats`, `CurrentSite`, `ImageColor`, `CropThumbs`, `SingleImage`, `ImageText`, `SectionColor`, `Email`, `GalText`, `GalSubMenu`, `ColorsPerSection`, `ColorName1`, `ColorName2`, `ColorName3`, `HomeSplit`, `HomeImages`, `HomeRandom`, `ContactSlideshow`, `MultiDrop`, `MultiSlideshow`, `MultiDropNum`, `ColorsPerSite`, `ContactFields`, `ContactSendSite`, `MultiUpDown`, `ProofWidth`, `ProofHeight`, `CalHeader`, `CalImage`, `CalWidth`, `CalHeight`, `BackgroundUpload`, `PreviewWidth`, `PreviewHeight`, `Watermark`, `VideoWidth`, `VideoHeight`, `GalleryColor`, `TextOnBg`, `CalText`, `VideoOn`, `ProofOn`, `FeaturedOn`) VALUES
(1, 'ffffff', '475ddB70', '750', '470', '40', '40', '800', '1000', '800', '1000', '800', '1000', '1680', '1000', '2000', '505', '120', '120', 'no', 'no', '800', '505', '80', '300', '<script type="text/javascript">\r\n\r\n  var _gaq = _gaq || [];\r\n  _gaq.push([''_setAccount'', ''UA-16569006-1'']);\r\n  _gaq.push([''_setDomainName'', ''.nuajevisions.com'']);\r\n  _gaq.push([''_trackPageview'']);\r\n\r\n  (function() {\r\n    var ga = document.createElement(''script''); ga.type = ''text/javascript''; ga.async = true;\r\n    ga.src = (''https:'' == document.location.protocol ? ''https://ssl'' : ''http://www'') + ''.google-analytics.com/ga.js'';\r\n    var s = document.getElementsByTagName(''script'')[0]; s.parentNode.insertBefore(ga, s);\r\n  })();\r\n\r\n</script>', 'v2', 'yes', 'yes', 'no', 'yes', 'yes', 'enter e-mail', 'no', 'yes', 1, 'section color', '', '', 'yes', 'three', 'no', 'no', 'yes', 'no', 6, 10, 4, 'yes', 'no', '800', '1000', 'yes', 'yes', '800', '1000', 'yes', '150', '100', 'yes', '120', '120', 'yes', 'yes', 'no', 'no', 'yes', 'yes');

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

--
-- Table structure for table `Splash`
--

CREATE TABLE IF NOT EXISTS `Splash` (
  `id` tinyint(4) NOT NULL AUTO_INCREMENT,
  `Visible1` enum('0','1') DEFAULT '0',
  `Visible2` enum('0','1') DEFAULT '0',
  `Visible3` enum('0','1') DEFAULT '0',
  `Visible4` enum('0','1') DEFAULT '0',
  `Popup1` enum('0','1') DEFAULT '0',
  `Popup2` enum('0','1') DEFAULT '0',
  `Popup3` enum('0','1') DEFAULT '0',
  `Popup4` enum('0','1') DEFAULT '0',
  `Button1` varchar(255) NOT NULL DEFAULT '',
  `Button2` varchar(255) DEFAULT NULL,
  `Button3` varchar(255) DEFAULT NULL,
  `Button4` varchar(255) DEFAULT NULL,
  `URL1` text NOT NULL,
  `URL2` text,
  `URL3` text,
  `URL4` text,
  `Paragraph` text NOT NULL,
  `LogoText1` varchar(100) NOT NULL DEFAULT '',
  `LogoText2` varchar(100) NOT NULL DEFAULT '',
  `LogoWidth` char(3) NOT NULL DEFAULT '',
  `LogoHeight` char(3) NOT NULL DEFAULT '',
  `LogoSize` varchar(255) NOT NULL DEFAULT '',
  `LogoType` enum('template','custom') NOT NULL DEFAULT 'template',
  `SplashWidth` char(3) DEFAULT NULL,
  `SplashHeight` char(3) DEFAULT NULL,
  `SplashSize` varchar(255) NOT NULL DEFAULT '',
  `SplashType` enum('template','custom') NOT NULL DEFAULT 'template',
  `LogoPosition` enum('bottom','top') DEFAULT 'bottom',
  `SplashText1` varchar(100) NOT NULL DEFAULT '',
  `SplashText2` varchar(100) NOT NULL DEFAULT '',
  `TrackingCode` text NOT NULL,
  `Resize` enum('0','1') DEFAULT '1',
  `BackColor` varchar(6) DEFAULT NULL,
  `TextColor` varchar(6) DEFAULT NULL,
  `AccentColor` varchar(6) DEFAULT NULL,
  `FrameColor` varchar(6) DEFAULT NULL,
  `UseSplash` enum('splash','flash1','flash2') NOT NULL DEFAULT 'splash',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `Splash`
--

INSERT INTO `Splash` (`id`, `Visible1`, `Visible2`, `Visible3`, `Visible4`, `Popup1`, `Popup2`, `Popup3`, `Popup4`, `Button1`, `Button2`, `Button3`, `Button4`, `URL1`, `URL2`, `URL3`, `URL4`, `Paragraph`, `LogoText1`, `LogoText2`, `LogoWidth`, `LogoHeight`, `LogoSize`, `LogoType`, `SplashWidth`, `SplashHeight`, `SplashSize`, `SplashType`, `LogoPosition`, `SplashText1`, `SplashText2`, `TrackingCode`, `Resize`, `BackColor`, `TextColor`, `AccentColor`, `FrameColor`, `UseSplash`) VALUES
(1, '1', '1', '1', '1', '0', '1', '1', '1', 'PORTRAITS, FAMILIES & LOVE (requires Flash)', 'INTERIOR & ARCHITECTURAL  PHOTOGRAPHY SHOWCASE', 'COMMERCIAL PHOTOGRAPHY GALLERY', 'NUAJE LOUNGE (BLOG)', 'index2.php?v=v1', 'http://places.nuajevisions.com', 'http://commercial.nuajevisions.com/', 'http://nuajevisions.com/blog', 'CAPTURING ALL OF LIFE''S SPLENDOR AND BEAUTY.', 'your name', '', '250', '80', 'Maximum recommended width/height: <b>250 px. x 80 px.</b>', 'template', '250', '250', 'Minimum width/height: <b>250 px. x 250 px.</b>', 'template', '', 'NUAJE VISIONS PHOTOGRAPHY STUDIO', '(410) 922-5475 -- INFO@NUAJEVISIONS.COM', '', '1', '000000', 'f5f7f5', 'f5f7f5', '000000', 'splash');

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

--
-- Table structure for table `v1Calendar`
--

CREATE TABLE IF NOT EXISTS `v1Calendar` (
  `DayID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `EventID` bigint(3) unsigned NOT NULL DEFAULT '0',
  `Day` varchar(200) NOT NULL DEFAULT '',
  `Month` varchar(200) NOT NULL DEFAULT '',
  `Year` varchar(200) NOT NULL DEFAULT '2006',
  `EventName` varchar(200) NOT NULL DEFAULT '0',
  `EventText` text NOT NULL,
  `Type` enum('off','event') NOT NULL DEFAULT 'event',
  `EventDate` date NOT NULL DEFAULT '0000-00-00',
  `Visible` enum('yes','no') DEFAULT 'no',
  PRIMARY KEY (`DayID`),
  UNIQUE KEY `DayID` (`DayID`),
  KEY `DayID_2` (`DayID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v1Calendar`
--

INSERT INTO `v1Calendar` (`DayID`, `EventID`, `Day`, `Month`, `Year`, `EventName`, `EventText`, `Type`, `EventDate`, `Visible`) VALUES
(1, 1, '08', '12', '2008', 'Blue Roman', 'Blue Roman Shoot', 'event', '2008-12-08', 'yes');

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

--
-- Table structure for table `v1Colors`
--

CREATE TABLE IF NOT EXISTS `v1Colors` (
  `ColorID` mediumint(6) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(2) DEFAULT '0',
  `ColorName` varchar(255) DEFAULT NULL,
  `ColorValue` varchar(6) DEFAULT NULL,
  PRIMARY KEY (`ColorID`),
  UNIQUE KEY `ColorID` (`ColorID`),
  KEY `ColorID_2` (`ColorID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=58 ;

--
-- Dumping data for table `v1Colors`
--

INSERT INTO `v1Colors` (`ColorID`, `OrderNum`, `ColorName`, `ColorValue`) VALUES
(48, 1, 'main background color', '000000'),
(49, 2, 'button color', 'ffffff'),
(50, 3, 'button rollover color', ''),
(51, 4, 'menu background color', '333333'),
(52, 5, 'submenu button color', 'ffffff'),
(53, 6, 'submenu button rollover color', 'ffffff'),
(54, 7, 'contact text color', 'ffffff'),
(55, 8, 'default section color', '001083'),
(56, 9, 'section title color', 'ffffff'),
(57, 10, 'section background color (if available)', 'ffffff');

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

--
-- Table structure for table `v1Company`
--

CREATE TABLE IF NOT EXISTS `v1Company` (
  `ContactID` enum('yes') NOT NULL DEFAULT 'yes',
  `Description` text NOT NULL,
  `Phone` varchar(100) NOT NULL DEFAULT '',
  `Fax` varchar(100) DEFAULT NULL,
  `Email` varchar(200) NOT NULL DEFAULT '',
  `FormMessage` text,
  `FormSubject` text,
  `Confirmation` enum('yes','no') DEFAULT 'yes',
  `Field1` varchar(100) NOT NULL DEFAULT '',
  `Field2` varchar(100) NOT NULL DEFAULT '',
  `Field3` varchar(100) NOT NULL DEFAULT '',
  `Field4` varchar(100) NOT NULL DEFAULT '',
  `Field5` varchar(100) DEFAULT NULL,
  `Field6` varchar(100) DEFAULT NULL,
  `Field7` varchar(100) DEFAULT NULL,
  `Field8` varchar(100) NOT NULL DEFAULT '',
  `Field9` varchar(100) NOT NULL DEFAULT '',
  `Field10` varchar(100) NOT NULL DEFAULT '',
  `CopyLine` varchar(255) NOT NULL DEFAULT '',
  `CopyLink` varchar(255) NOT NULL DEFAULT '',
  `Field1r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field2r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field3r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field4r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field5r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field6r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field7r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field8r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field9r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field10r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `NewsText` text,
  `NewsVis` varchar(100) DEFAULT NULL,
  `Field1v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field2v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field3v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field4v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field5v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field6v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field7v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field8v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field9v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field10v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `EmailVis` enum('yes','no') DEFAULT 'yes',
  `FormVis` enum('yes','no') DEFAULT 'yes',
  `SMTP` enum('yes','no') NOT NULL DEFAULT 'no',
  `SMTPAuth` enum('yes','no') NOT NULL DEFAULT 'no',
  `MailServer` varchar(255) NOT NULL DEFAULT '',
  `UserName` varchar(255) NOT NULL DEFAULT '',
  `Password` varchar(50) NOT NULL DEFAULT '',
  `Port` varchar(10) NOT NULL DEFAULT '25'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `v1Company`
--

INSERT INTO `v1Company` (`ContactID`, `Description`, `Phone`, `Fax`, `Email`, `FormMessage`, `FormSubject`, `Confirmation`, `Field1`, `Field2`, `Field3`, `Field4`, `Field5`, `Field6`, `Field7`, `Field8`, `Field9`, `Field10`, `CopyLine`, `CopyLink`, `Field1r`, `Field2r`, `Field3r`, `Field4r`, `Field5r`, `Field6r`, `Field7r`, `Field8r`, `Field9r`, `Field10r`, `NewsText`, `NewsVis`, `Field1v`, `Field2v`, `Field3v`, `Field4v`, `Field5v`, `Field6v`, `Field7v`, `Field8v`, `Field9v`, `Field10v`, `EmailVis`, `FormVis`, `SMTP`, `SMTPAuth`, `MailServer`, `UserName`, `Password`, `Port`) VALUES
('yes', '', '410-922-5475', '', 'info@nuajevisions.com', 'Thank you for taking the time to view our work. You will be contacted shortly, and we look forward to speaking with you.', 'Greetings from Nuaje Visions Photography Studio', 'yes', 'name:', 'e-mail address:', 'phone:', 'How May We Help You:', '', 'How did you hear about us?', 'Best time to reach you:', 'Message:', '', '', '(c) 2016. Nuaje Visions Photography', '', 'yes', 'yes', 'no', 'yes', 'no', 'yes', 'no', 'yes', 'yes', 'yes', 'Hello,<br>I thought you might want to see this photographer''s work. Check this site out and let me know what you think:<br>http://www.nuajevisions.com', 'no', 'yes', 'yes', 'yes', 'yes', 'no', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'no', 'mail.blusupport.com', 'zahari@blusupport.com', 'pa55w0rd9696b', '25');

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

--
-- Table structure for table `v1FeaturedGalleries`
--

CREATE TABLE IF NOT EXISTS `v1FeaturedGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GalleryPic` varchar(200) DEFAULT NULL,
  `GallerySub` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `GallerySec` tinyint(5) unsigned DEFAULT NULL,
  `Color1` varchar(8) DEFAULT '222222',
  `Color2` varchar(8) DEFAULT '555555',
  `Color3` varchar(8) DEFAULT 'cdcdcd',
  `TextPlacement` enum('over','side') NOT NULL DEFAULT 'over',
  `DisplayName` enum('yes','no') NOT NULL DEFAULT 'no',
  `Thumbnails` enum('yes','no') DEFAULT 'yes',
  `SongID` varchar(20) DEFAULT 'none',
  `Description` text,
  `Cart` enum('0','1') DEFAULT '0',
  `CartType` enum('default','custom') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `v1FeaturedGalleries`
--

INSERT INTO `v1FeaturedGalleries` (`GalleryID`, `GalleryNum`, `GalleryName`, `Visible`, `ThumbDisplay`, `GalleryPic`, `GallerySub`, `GallerySec`, `Color1`, `Color2`, `Color3`, `TextPlacement`, `DisplayName`, `Thumbnails`, `SongID`, `Description`, `Cart`, `CartType`) VALUES
(1, 2, 'Martin Wedding Album', 'yes', 1, NULL, 0, 20, '220024', '555555', 'cdcdcd', 'over', 'no', 'yes', 'none', '', '0', 'default'),
(6, 4, 'Harris Wedding Album', 'yes', 1, NULL, 0, 20, '222222', '555555', 'cdcdcd', 'over', 'no', 'yes', 'none', '', '0', 'default'),
(5, 3, 'jewelry', 'no', 1, NULL, 0, 20, '222222', '555555', 'cdcdcd', 'over', 'no', 'yes', '10', '', '0', 'default'),
(4, 1, 'Gallery Prints', 'no', 1, NULL, 0, 20, '222222', '555555', 'cdcdcd', 'over', 'no', 'yes', '5', '', '1', 'default');

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

--
-- Table structure for table `v1FeaturedImages`
--

CREATE TABLE IF NOT EXISTS `v1FeaturedImages` (
  `ImageID` bigint(5) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryName` varchar(200) NOT NULL DEFAULT '',
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Picture2` varchar(100) DEFAULT NULL,
  `Width2` mediumint(8) DEFAULT NULL,
  `Height2` mediumint(8) DEFAULT '0',
  `Picture3` varchar(100) DEFAULT NULL,
  `Width3` mediumint(8) unsigned DEFAULT NULL,
  `Height3` mediumint(8) DEFAULT '0',
  `PicOrder` bigint(20) unsigned DEFAULT NULL,
  `Description` text,
  `Color` varchar(6) DEFAULT NULL,
  `GalleryID` int(10) unsigned DEFAULT NULL,
  `Text1` text,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`),
  UNIQUE KEY `ImageID` (`ImageID`),
  KEY `ImageID_2` (`ImageID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=133 ;

--
-- Dumping data for table `v1FeaturedImages`
--

INSERT INTO `v1FeaturedImages` (`ImageID`, `GalleryName`, `Picture`, `Width`, `Height`, `Picture2`, `Width2`, `Height2`, `Picture3`, `Width3`, `Height3`, `PicOrder`, `Description`, `Color`, `GalleryID`, `Text1`, `Cart`) VALUES
(101, '', 'nuaje-grayce-114.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 17, NULL, NULL, 5, NULL, 'no'),
(100, '', 'nuaje-grayce-113.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 5, NULL, 'no'),
(99, '', 'nuaje-grayce-112.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 5, NULL, 'no'),
(98, '', 'nuaje-grayce-111.jpg', 1283, 1000, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 5, NULL, 'no'),
(71, '', 'calvert-339-Edit.jpg', 1453, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 4, NULL, 'no'),
(97, '', 'nuaje-grayce-110.jpg', 1078, 1000, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, 5, NULL, 'no'),
(96, '', 'nuaje-grayce-109.jpg', 912, 1000, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 5, NULL, 'no'),
(95, '', 'nuaje-grayce-108.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 5, NULL, 'no'),
(94, '', 'nuaje-grayce-107.jpg', 1393, 1000, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 5, NULL, 'no'),
(93, '', 'nuaje-grayce-106.jpg', 1416, 1000, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 5, NULL, 'no'),
(92, '', 'nuaje-grayce-105.jpg', 1473, 1000, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 5, NULL, 'no'),
(91, '', 'nuaje-grayce-104.jpg', 1478, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 5, NULL, 'no'),
(86, '', 'nuaje-stephanie-101.jpg', 666, 1000, NULL, NULL, 0, NULL, NULL, 0, 19, NULL, NULL, 5, NULL, 'no'),
(87, '', 'nuaje-stephanie-102.jpg', 1166, 1000, NULL, NULL, 0, NULL, NULL, 0, 20, NULL, NULL, 5, NULL, 'no'),
(90, '', 'nuaje-grayce-103.jpg', 1294, 1000, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 5, NULL, 'no'),
(89, '', 'nuaje-grayce-102.jpg', 994, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 5, NULL, 'no'),
(88, '', 'nuaje-grayce-101.jpg', 1277, 1000, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 5, NULL, 'no'),
(45, '', 'Martin-101-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 1, NULL, 'no'),
(85, '', 'nuaje-stephanie-100.jpg', 1343, 1000, NULL, NULL, 0, NULL, NULL, 0, 18, NULL, NULL, 5, NULL, 'no'),
(84, '', 'nuaje-grayce-100.jpg', 1430, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 5, NULL, 'no'),
(46, '', 'Martin-102.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 1, NULL, 'no'),
(47, '', 'Martin-103.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 1, NULL, 'no'),
(48, '', 'Martin-104.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 1, NULL, 'no'),
(49, '', 'Martin-105.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 1, NULL, 'no'),
(50, '', 'Martin-106.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 1, NULL, 'no'),
(51, '', 'Martin-107.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 1, NULL, 'no'),
(52, '', 'Martin-108.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 1, NULL, 'no'),
(53, '', 'Martin-109.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 1, NULL, 'no'),
(54, '', 'Martin-110.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 1, NULL, 'no'),
(55, '', 'Martin-111.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 1, NULL, 'no'),
(56, '', 'Martin-112.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, 1, NULL, 'no'),
(57, '', 'Martin-113.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 1, NULL, 'no'),
(58, '', 'Martin-114.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 1, NULL, 'no'),
(59, '', 'Martin-115.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 1, NULL, 'no'),
(60, '', 'Martin-116.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 17, NULL, NULL, 1, NULL, 'no'),
(61, '', 'Martin-117.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 18, NULL, NULL, 1, NULL, 'no'),
(62, '', 'Martin-118.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 19, NULL, NULL, 1, NULL, 'no'),
(63, '', 'Martin-119.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 20, NULL, NULL, 1, NULL, 'no'),
(64, '', 'Martin-120.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 21, NULL, NULL, 1, NULL, 'no'),
(65, '', 'Martin-121.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 22, NULL, NULL, 1, NULL, 'no'),
(66, '', 'Martin-122.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 23, NULL, NULL, 1, NULL, 'no'),
(67, '', 'Martin-123.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 24, NULL, NULL, 1, NULL, 'no'),
(68, '', 'Martin-124.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 25, NULL, NULL, 1, NULL, 'no'),
(69, '', 'Martin-125.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 26, NULL, NULL, 1, NULL, 'no'),
(70, '', 'martin_cover_fina_for_webl.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 1, NULL, 'no'),
(72, '', 'calvert-365.jpg', 1424, 1000, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 4, NULL, 'no'),
(73, '', 'DSC_5404-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, 'La Fleur Collection 1B', NULL, 4, NULL, 'no'),
(74, '', 'nmg_053109-5435.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, 'La Fleur Collection 1A', NULL, 4, NULL, 'no'),
(75, '', 'nmg_053109-5450-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, 'La Fleur Collection 1D', NULL, 4, NULL, 'no'),
(76, '', 'nmg_053109-5490.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, 'La Fleur Collection 1C', NULL, 4, NULL, 'no'),
(77, '', 'nmg_063008-110.jpg', 669, 1000, NULL, NULL, 0, NULL, NULL, 0, 9, 'Mermaid', NULL, 4, NULL, 'no'),
(79, '', 'lighthouse2-vibrant.jpg', 663, 1000, NULL, NULL, 0, NULL, NULL, 0, 10, 'Solomons Lighthouse', NULL, 4, NULL, 'no'),
(80, '', 'nmg_063008.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, 'Understated Beauty', NULL, 4, NULL, 'no'),
(81, '', 'nuaje-070409-6841.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 5, 'Fire Flower', NULL, 4, NULL, 'no'),
(82, '', 'nuaje-070409-6879_80_81_82_83_84_85-Edit-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, 'Eclectic', NULL, 4, NULL, 'no'),
(83, '', 'nuaje-070409-6893_4_5_6_7_8_9.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 13, 'Table for Two', NULL, 4, NULL, 'no'),
(102, '', '_DSC9840.jpg', 1351, 1000, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 5, NULL, 'no'),
(103, '', '_DSC9843.jpg', 812, 1000, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 5, NULL, 'no'),
(104, '', 'edgar.jpg', 664, 1000, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 4, NULL, 'no'),
(105, '', 'ladew_for_web.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 4, NULL, 'no'),
(106, '', 'merrymount-exterior4.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 4, NULL, 'no'),
(107, '', 'IMG_0183-Edit.jpg', 1333, 1000, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 4, NULL, 'no'),
(108, '', 'cover.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 6, NULL, 'no'),
(109, '', 'Harris01.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 6, NULL, 'no'),
(110, '', 'Harris02_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 6, NULL, 'no'),
(111, '', 'Harris03_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 6, NULL, 'no'),
(112, '', 'Harris04_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 6, NULL, 'no'),
(113, '', 'Harris05_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 6, NULL, 'no'),
(114, '', 'Harris06_alternate.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 6, NULL, 'no'),
(115, '', 'Harris07_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 6, NULL, 'no'),
(116, '', 'Harris08_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 6, NULL, 'no'),
(117, '', 'Harris09.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 6, NULL, 'no'),
(118, '', 'Harris10_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 6, NULL, 'no'),
(119, '', 'Harris11_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 6, NULL, 'no'),
(120, '', 'Harris12_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, 6, NULL, 'no'),
(121, '', 'Harris13_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 6, NULL, 'no'),
(122, '', 'Harris14_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 6, NULL, 'no'),
(123, '', 'Harris15_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 6, NULL, 'no'),
(124, '', 'Harris16_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 17, NULL, NULL, 6, NULL, 'no'),
(125, '', 'Harris17_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 18, NULL, NULL, 6, NULL, 'no'),
(126, '', 'Harris18_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 19, NULL, NULL, 6, NULL, 'no'),
(127, '', 'Harris19_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 20, NULL, NULL, 6, NULL, 'no'),
(128, '', 'Harris20_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 21, NULL, NULL, 6, NULL, 'no'),
(129, '', 'Harris21_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 22, NULL, NULL, 6, NULL, 'no'),
(130, '', 'Harris22_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 23, NULL, NULL, 6, NULL, 'no'),
(131, '', 'Harris23_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 24, NULL, NULL, 6, NULL, 'no'),
(132, '', 'Harris24_copy.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 25, NULL, NULL, 6, NULL, 'no');

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

--
-- Table structure for table `v1Galleries`
--

CREATE TABLE IF NOT EXISTS `v1Galleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GalleryPic` varchar(200) DEFAULT NULL,
  `GallerySub` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `GallerySec` tinyint(5) unsigned DEFAULT NULL,
  `Color1` varchar(8) DEFAULT NULL,
  `Color2` varchar(8) DEFAULT NULL,
  `Color3` varchar(8) DEFAULT NULL,
  `TextPlacement` enum('over','side') NOT NULL DEFAULT 'over',
  `DisplayName` enum('yes','no') NOT NULL DEFAULT 'no',
  `Thumbnails` enum('yes','no') DEFAULT 'yes',
  `SongID` varchar(20) DEFAULT 'none',
  `Description` text,
  `Cart` enum('0','1') DEFAULT '0',
  `CartType` enum('custom','default') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `v1Galleries`
--

INSERT INTO `v1Galleries` (`GalleryID`, `GalleryNum`, `GalleryName`, `Visible`, `ThumbDisplay`, `GalleryPic`, `GallerySub`, `GallerySec`, `Color1`, `Color2`, `Color3`, `TextPlacement`, `DisplayName`, `Thumbnails`, `SongID`, `Description`, `Cart`, `CartType`) VALUES
(1, 3, 'Fashion/Glamour', 'yes', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default'),
(2, 5, 'Commercial', 'no', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default'),
(3, 1, 'Portraits', 'yes', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default'),
(4, 4, 'Love', 'yes', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default'),
(5, 6, 'Interior/Exterior', 'no', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default'),
(6, 2, 'Family/Children', 'yes', 1, NULL, 0, 1, NULL, NULL, NULL, 'over', 'no', 'yes', 'none', '', '0', 'default');

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

--
-- Table structure for table `v1Images`
--

CREATE TABLE IF NOT EXISTS `v1Images` (
  `ImageID` bigint(5) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryName` varchar(200) NOT NULL DEFAULT '',
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Picture2` varchar(100) DEFAULT NULL,
  `Width2` mediumint(8) DEFAULT NULL,
  `Height2` mediumint(8) DEFAULT '0',
  `Picture3` varchar(100) DEFAULT NULL,
  `Width3` mediumint(8) unsigned DEFAULT NULL,
  `Height3` mediumint(8) DEFAULT '0',
  `PicOrder` bigint(20) unsigned DEFAULT NULL,
  `Description` text,
  `Color` varchar(6) DEFAULT NULL,
  `GalleryID` int(10) unsigned DEFAULT NULL,
  `Text1` text,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`),
  UNIQUE KEY `ImageID` (`ImageID`),
  KEY `ImageID_2` (`ImageID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=353 ;

--
-- Dumping data for table `v1Images`
--

INSERT INTO `v1Images` (`ImageID`, `GalleryName`, `Picture`, `Width`, `Height`, `Picture2`, `Width2`, `Height2`, `Picture3`, `Width3`, `Height3`, `PicOrder`, `Description`, `Color`, `GalleryID`, `Text1`, `Cart`) VALUES
(303, '', 'tony_monique-6873-Edit_no_sharp.jpg', 666, 1000, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 4, NULL, 'no'),
(257, '', 'nv102110-rich-6204-Edit1.jpg', 665, 1000, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 3, NULL, 'no'),
(122, '', 'TATE3114.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 2, NULL, 'no'),
(261, '', 'nv030811-newhope_pa-house1-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 5, NULL, 'no'),
(13, '', 'jojo-191-Edit_web.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, '0d1a3d', 1, NULL, 'no'),
(196, '', 'AMSTERDAM_4694.jpg', 1490, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 2, NULL, 'no'),
(242, '', 'nv082410-nyssa-3552-Edit.jpg', 1452, 1000, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 1, NULL, 'no'),
(337, '', 'christi-114.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 3, NULL, 'no'),
(352, '', 'nedra-2137-Edit.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 6, NULL, 'no'),
(230, '', 'DSC_5356-Edit.jpg', 662, 1000, 'DSC_5368-Edit.jpg', 645, 1000, NULL, NULL, 0, 11, NULL, NULL, 3, NULL, 'no'),
(22, '', 'bennett_071110_185_web.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 4, NULL, 'no'),
(305, '', 'NKA_8601.jpg', 669, 1000, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 6, NULL, 'no'),
(210, '', 'nuaje-grayce-103.jpg', 1294, 1000, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 2, NULL, 'no'),
(304, '', 'NKA_3736-Edit.jpg', 1490, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 4, NULL, 'no'),
(274, '', 'grastywoods-architectural_detail-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 5, NULL, 'no'),
(289, '', 'martin092808-321.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 4, NULL, 'no'),
(345, '', 'nolachick-165.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 1, NULL, 'no'),
(346, '', 'swamp_girls-173.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 1, NULL, 'no'),
(252, '', 'nv100910-schiff-5993-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 4, NULL, 'no'),
(294, '', 'DSC_6203-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 3, NULL, 'no'),
(334, 'slideshow', 'tianna-4050-1680.jpg', 667, 1000, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, NULL, NULL, 'no'),
(44, '', 'carrington.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 6, NULL, 'no'),
(163, '', 'baltimore-harbor-night3-1500.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 5, NULL, 'no'),
(273, '', '7206eutaw-DR2.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 5, NULL, 'no'),
(330, '', 'nv091910-alexis.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 1, NULL, 'no'),
(331, '', 'tianna-4242-Edit-Edit.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 1, NULL, 'no'),
(271, 'slideshow', 'nv051311_bridalb-2780-Edit.jpg', 1503, 1000, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, NULL, NULL, 'no'),
(56, '', 'VerP040407_100.jpg', NULL, NULL, 'VerP040407_148.jpg', 669, 1000, NULL, NULL, 0, 5, NULL, NULL, 1, NULL, 'no'),
(347, 'slideshow', 'frenita2014-7883main.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, 'no'),
(278, '', 'AMSTERDAM_4297.jpg', 1494, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 5, NULL, 'no'),
(266, '', 'nv031911engelia-1799-Edit.jpg', 665, 1000, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 3, NULL, 'no'),
(152, '', 'AMSTERDAM_4418.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 5, NULL, 'no'),
(71, '', 'chain.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 2, NULL, 'no'),
(72, '', 'tate2-9x12.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 2, NULL, 'no'),
(315, '', 'nv102111_vickie-1320-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 1, NULL, 'no'),
(75, '', 'aprilshoot--362.jpg', NULL, NULL, 'aprilshoot--200.jpg', 736, 1000, NULL, NULL, 0, 13, NULL, NULL, 1, NULL, 'no'),
(327, 'slideshow', 'brittany-1483-Edit.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, NULL, NULL, 'no'),
(276, '', 'nv030811-sweetescape-101.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 5, NULL, 'no'),
(338, '', 'frenita2014-7883.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 3, NULL, 'no'),
(176, '', 'nmg092609-6146-Edit-3.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 4, NULL, 'no'),
(297, '', 'DSC_5972-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 4, NULL, 'no'),
(87, '', 'rack_focus-her.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, 3, NULL, 'no'),
(88, '', 'walking-down-the-aisle.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, 4, NULL, 'no'),
(306, '', 'nv101611-buddy-9522.jpg', 665, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 6, NULL, 'no'),
(180, '', 'nv100709-yulia-6386-Edit-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 4, NULL, 'no'),
(319, '', 'nuaje_012606-5633.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, 1, NULL, 'no'),
(229, '', 'JuliaShea_0554.jpg', 1425, 1000, NULL, NULL, 0, NULL, NULL, 0, 10, NULL, NULL, 4, NULL, 'no'),
(259, '', 'from_up_high.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 5, NULL, 'no'),
(290, 'slideshow', 'martin092808-321-2.jpg', 1505, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, NULL, NULL, 'no'),
(172, '', 'hoover_dam.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 5, NULL, 'no'),
(336, '', 'adams-145-Edit-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 4, NULL, 'no'),
(109, '', 'rich-lea-close.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 6, NULL, 'no'),
(226, '', 'nv041010-marqtrel-7333-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 6, NULL, 'no'),
(124, '', 'pipes.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 2, NULL, 'no'),
(201, '', 'nv022410-tasha-151web.jpg', 665, 1000, 'nv022410-tasha-259-Edit.jpg', 665, 1000, NULL, NULL, 0, 10, NULL, NULL, 3, NULL, 'no'),
(292, '', 'martin092808-992-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 4, NULL, 'no'),
(302, '', 'nv100709-yulia-6414.jpg', 664, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 4, NULL, 'no'),
(135, '', 'martin092808-113-web.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 2, NULL, 'no'),
(333, '', 'jayla2-3278-Edit-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 1, NULL, 'no'),
(321, 'slideshow', 'adams103.jpg', 1680, 840, NULL, NULL, 0, NULL, NULL, 0, 12, NULL, NULL, NULL, NULL, 'no'),
(326, 'slideshow', 'NKA_9053-Edit.jpg', 1493, 1000, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, NULL, NULL, 'no'),
(253, 'slideshow', 'nv100910-schiff-5993-Edit.jpg', 1501, 1000, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, NULL, NULL, 'no'),
(277, '', 'hollins1028-DR2.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, 5, NULL, 'no'),
(328, '', 'brittany-1484-Edit.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 6, NULL, NULL, 3, NULL, 'no'),
(206, '', 'nv100709-yulia-9251-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 1, NULL, 'no'),
(179, 'slideshow', 'nv100709-yulia-9323-Edit.jpg', 1503, 1000, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, NULL, NULL, 'no'),
(301, '', 'NKA_8737.jpg', 1494, 1000, NULL, NULL, 0, NULL, NULL, 0, 11, NULL, NULL, 4, NULL, 'no'),
(182, '', 'nv100709-yulia-9335-Edit.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 8, NULL, NULL, 4, NULL, 'no'),
(197, '', 'AMSTERDAM_4951.jpg', 1490, 1000, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, 2, NULL, 'no'),
(267, '', 'nv031911engelia-1733-Edit.jpg', 1482, 1000, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 2, NULL, 'no'),
(200, '', 'LONDON_5837.jpg', 1490, 1000, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 2, NULL, 'no'),
(314, '', 'nv102111_vickie-.jpg', 800, 1000, NULL, NULL, 0, NULL, NULL, 0, 5, NULL, NULL, 3, NULL, 'no'),
(332, '', 'tianna-4050-Edit.jpg', 667, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 1, NULL, 'no'),
(307, '', 'NKA_9053-Edit.jpg', 1494, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 6, NULL, 'no'),
(223, '', 'NKB_7325.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 14, NULL, NULL, 3, NULL, 'no'),
(238, '', 'nv071710-harris-1189-Edit-2.jpg', 1500, 998, NULL, NULL, 0, NULL, NULL, 0, 15, NULL, NULL, 4, NULL, 'no'),
(275, '', 'nmg051510-merrymount-sun2.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 5, NULL, 'no'),
(339, '', 'harbourinn2014-aroundtown33.jpg', NULL, NULL, NULL, NULL, 0, NULL, NULL, 0, 2, NULL, NULL, 3, NULL, 'no'),
(340, '', 'harbourinn2014-chef1.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, 3, NULL, 'no'),
(341, '', 'harbourinn2014-mainbourbon.jpg', 1500, 1000, NULL, NULL, 0, NULL, NULL, 0, 16, NULL, NULL, 3, NULL, 'no'),
(342, '', 'harbourinn2014-staff1.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, 3, NULL, 'no'),
(343, '', 'harbourinn2014-staff9.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 17, NULL, NULL, 3, NULL, 'no'),
(344, '', 'neeona-327.jpg', 1000, 1000, NULL, NULL, 0, NULL, NULL, 0, 9, NULL, NULL, 3, NULL, 'no'),
(348, 'slideshow', 'harbourinn2014-main.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 13, NULL, NULL, NULL, NULL, 'no'),
(349, 'slideshow', 'harbourinn2014main.jpg', 1499, 1000, NULL, NULL, 0, NULL, NULL, 0, 4, NULL, NULL, NULL, NULL, 'no'),
(350, 'slideshow', 'swamp_girlsmain.jpg', 1503, 1000, NULL, NULL, 0, NULL, NULL, 0, 7, NULL, NULL, NULL, NULL, 'no'),
(351, 'slideshow', 'nolachick-main.jpg', 1515, 1000, NULL, NULL, 0, NULL, NULL, 0, 3, NULL, NULL, NULL, NULL, 'no');

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

--
-- Table structure for table `v1Menu`
--

CREATE TABLE IF NOT EXISTS `v1Menu` (
  `MenuID` mediumint(3) unsigned NOT NULL DEFAULT '0',
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) NOT NULL DEFAULT '',
  `Description` longtext NOT NULL,
  `Link` text,
  `Picture` varchar(100) DEFAULT NULL,
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `Sub` enum('true','false') DEFAULT 'false',
  `Visible` enum('true','false') DEFAULT 'false',
  `Quote` text,
  `External` enum('true','false') NOT NULL DEFAULT 'false',
  `Style` varchar(30) DEFAULT '1',
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '0',
  `Position` enum('left','right','custom') DEFAULT 'right',
  `Width` mediumint(3) unsigned DEFAULT NULL,
  `Height` mediumint(3) unsigned DEFAULT NULL,
  `TextWidth` int(10) unsigned DEFAULT '400',
  `SectionType` varchar(100) DEFAULT NULL,
  `MetaDescription` text,
  `MetaTitle` text,
  `MetaKey` text,
  `ThumbsPerPage` varchar(10) DEFAULT '6',
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Color4` varchar(6) DEFAULT NULL,
  `Color5` varchar(6) DEFAULT NULL,
  `PictureVis` enum('yes','no') DEFAULT 'yes',
  `PosX` smallint(4) DEFAULT '0',
  `PosY` smallint(4) DEFAULT '0',
  `ContentWidth` int(4) DEFAULT '320',
  `ContentHeight` int(4) DEFAULT '470',
  `BgAlpha` char(3) NOT NULL DEFAULT '80',
  UNIQUE KEY `MenuID` (`MenuID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `v1Menu`
--

INSERT INTO `v1Menu` (`MenuID`, `Section`, `Button`, `Description`, `Link`, `Picture`, `OrderNum`, `Sub`, `Visible`, `Quote`, `External`, `Style`, `LineSpacing`, `Position`, `Width`, `Height`, `TextWidth`, `SectionType`, `MetaDescription`, `MetaTitle`, `MetaKey`, `ThumbsPerPage`, `Color1`, `Color2`, `Color3`, `Color4`, `Color5`, `PictureVis`, `PosX`, `PosY`, `ContentWidth`, `ContentHeight`, `BgAlpha`) VALUES
(1, '', 'Order Prints', '', 'http://nuajevisions.zenfolio.com', '', 8, 'true', '', '', 'false', '', 0, 'left', 561, 505, 310, 'external link', '', '', '', '', 'b65700', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(2, '', 'BLOG', '', 'http://nuajevisions.com/blog', '', 7, 'true', 'true', '', 'false', '', 0, 'right', 800, 1000, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(3, '', 'SECTION 3', '', '', '', 99, 'true', 'false', '', 'false', '', 0, 'right', 800, 1000, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(4, '', 'SECTION 4', '', '', '', 99, 'true', 'false', '', 'false', '', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(5, '', 'SECTION 5', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(6, '', 'SECTION 6', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(7, '', 'SECTION 7', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(8, '', 'SECTION 8', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(9, '', 'SECTION 9', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(10, 'Client Section', 'Client Login', '', '', 'JuliaShea_0579.jpg', 6, 'false', 'true', '', 'false', '1', 0, '', 669, 1000, 400, 'proof', '', '', '', '', '', '', '', '', '', 'no', 0, 0, 320, 470, '80'),
(11, 'Home', 'Home', '', '', '', 1, 'false', 'true', '', 'false', '', 0, 'right', 400, 600, 400, 'home', '', '', '', '', '100000', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(15, 'Information', 'INFO', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, 'info butt', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(12, '', 'Galleries', '', '', '', 3, 'false', 'true', '', 'false', '1', 0, '', 0, 0, 400, 'galleries', '', '', '', '', '71000f', '', '', '', '', 'yes', 0, 0, 320, 470, ''),
(13, 'Nuaje Visions Photography', 'Contact Us', '', '', 'contact.jpg', 2, 'false', 'true', '', 'false', '1', 0, 'right', 664, 1000, 400, 'contact', '', '', '', '', '5b1700', '', '', '', '', 'yes', 922, 188, 300, 275, '0'),
(14, '', 'multi-page', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 361, 510, 400, 'multi-page', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(16, 'VIDEOS', 'videos', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 800, 1000, 400, 'video', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '0'),
(17, 'Schedule', 'Schedule', '', '', 'ver-about_us.jpg', 99, 'false', 'false', 'unavailable date', 'false', '1', 0, 'right', 665, 1000, 400, 'calendar', '', '', '', '', 'd5002e', '', '', '', '', 'yes', 227, 264, 320, 470, '0'),
(32, 'galleries 2', 'galleries 2', '', '', '', 99, 'false', 'false', '', 'false', '', 0, 'right', 0, 0, 0, 'galleries2', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(33, 'galleries 3', 'galleries 3', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(34, 'galleries 4', 'galleries 4', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(35, 'galleries 5', 'galleries 5', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(20, 'Wedding Gallery', 'Wedding Gallery', '', '', 'featured.jpg', 99, 'false', 'false', '', 'false', '1', 0, 'right', 664, 992, 400, 'featured', '', '', '', '', '5b3900', '', '', '', '', 'yes', 0, 0, 320, 470, '0');

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

--
-- Table structure for table `v1Menu2`
--

CREATE TABLE IF NOT EXISTS `v1Menu2` (
  `Menu2ID` mediumint(100) unsigned NOT NULL AUTO_INCREMENT,
  `SectionID` tinyint(6) unsigned DEFAULT NULL,
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) DEFAULT NULL,
  `Description` longtext NOT NULL,
  `Picture` varchar(100) DEFAULT NULL,
  `Client` varchar(100) DEFAULT NULL,
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Visible` enum('true','false') DEFAULT 'true',
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '5',
  `Title1` varchar(240) NOT NULL DEFAULT '',
  `Title2` varchar(240) NOT NULL DEFAULT '',
  `Color1` varchar(6) DEFAULT NULL,
  `TextWidth` smallint(5) unsigned DEFAULT NULL,
  `PictureVis` enum('yes','no') DEFAULT NULL,
  `External` enum('true','false') DEFAULT 'false',
  `Position` enum('left','right','custom','top','bottom') DEFAULT 'right',
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `TextHeight` smallint(5) DEFAULT NULL,
  `TextY` smallint(5) DEFAULT NULL,
  `TextX` smallint(5) DEFAULT NULL,
  `BgAlpha` char(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`Menu2ID`),
  UNIQUE KEY `Menu2ID` (`Menu2ID`),
  KEY `Section` (`Section`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `v1Menu2`
--

INSERT INTO `v1Menu2` (`Menu2ID`, `SectionID`, `Section`, `Button`, `Description`, `Picture`, `Client`, `Width`, `Height`, `Visible`, `OrderNum`, `LineSpacing`, `Title1`, `Title2`, `Color1`, `TextWidth`, `PictureVis`, `External`, `Position`, `Color2`, `Color3`, `TextHeight`, `TextY`, `TextX`, `BgAlpha`) VALUES
(1, 1, 'Headshot & Modeling', 'Headshot & Modeling', '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><B>Headshot &amp; Modeling Package</B><FONT SIZE="14"><B>s</B><FONT SIZE="16"></FONT></FONT></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><B><I><U>Basic Headshot : $195</U></I></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">(Approximately 1 hour session)</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Studio setting, single person, single wardrobe, single background setting. This is a &quot;head and shoulders&quot; shot perfect  for actors and business professionals. Includes two professionally retouched, high resolution images delivered electronically within 2 business days. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><B><I><U>Intro Modeling Package: $</U></I></B><U>397</U></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Single person. Location or studio setting with approximately 1.5 hour session hours. Includes three professionally retouched, high resolution images delivered electronically.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><B><I><U>&quot;Shooting Star&quot; Modeling Portfolio: $</U></I></B><U>875</U></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Single Person, 3 wardrobe changes. Location and studio setting, (approximately 4 session hours). Includes eight (8) professionally retouched, high resolution images delivered electronically.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><U>â€œ</U><B><U>Alter Ego</U></B><U>&quot;: $950 and up</U></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This type of prodcution is the current rage. Requires pre-planning, hair, makeup,  wardrobe, and a great deal of post-production in order to execute well; but the resulting image will be cherished for years to come.  Let&apos;s discuss your concept.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Additional professionally retouched images are $50/image.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Professional Makeup Services: $60. 00. Add $25.00 for basic hair styling.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Comp card design &amp; layout: $75. Delivered electronically for use with customer&apos;s chosen print company.</FONT></P></TEXTFORMAT>', 'veronika_nice_touch.jpg', NULL, 665, 1000, 'true', 2, 5, 'default title 1', 'default sub-title 1', NULL, NULL, NULL, 'false', 'right', NULL, NULL, 1000, NULL, NULL, '0'),
(2, 2, 'About Us', 'About Us', '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>Nuaje Visions is the photography division of a larger media production company called Nuaje Media Group (pronounced nu-ah-jay).  We started by taking promotional pictures for recording artists. Word of our quality and creativity spread, and demand for our photography services increased. This demand led to the creation of a separate entity, Nuaje Visions Photography Studio.</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>Nuaje Visions is accomplished in several photography disciplines:</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Portrait  (Executive &amp; Performing Artists)</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢     	Family  (Portraits, Children, Maternity, Pets)</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Fashion and Glamour</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Commercial &amp; Industrial</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Interiors &amp; Landscapes</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Weddings &amp; Events</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Travel</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>â€¢	Sports and Fitness</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>Our equipment list is extensive.  Complementing our professional camera bodies are high quality lenses, light modifiers, portable power equipment, and remote flash triggers. We employ the use of industry standard digital imaging software and high quality archival photo paper in order to add the final stamp of quality to the images we create for you.</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>Juan &quot;Rain&quot; Faidley is the primary photographer. Although every photographer eventually develops their own â€œsignatureâ€ style, Juan strives to provide a look and style customized for the image you are trying to portray. A member of the Professional Photographers Association of America, Juan has been fortunate to hone his photography skills while traveling around the country and abroad. Juan has also had the pleasure of working with very talented models, makeup artists, designers, and creative consultants.</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"><I>Please explore this site, and contact us for additional information.  Enjoy, and we look forward to speaking with you.</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>', 'vanessa.jpg', NULL, 669, 1000, 'true', 1, 5, 'default title 1', 'default sub-title 1', '090060', NULL, NULL, 'false', 'right', NULL, NULL, 1000, NULL, NULL, '0'),
(4, 1, 'Family & Maternity', 'Family', '<TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0"><U>Family Portraiture</U></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0">Nuaje Visions is a boutique photography studio that specializes in on-location, family portraiture creation. We produce expressive images that reflect the unique charm and character of your family. Our ability to create a fun and creative experience has earned us accolades from many satisfied families over the years.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0"><I>â€œWe donâ€™t just take picturesâ€¦ we create beautiful portraiture worthy of cherishing forever.â€</I></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="16" COLOR="#CC9933" LETTERSPACING="0" KERNING="0">The typical investment ranges between $350 to $1200. Please call us at (410) 922-5475 or EMAIL us at info@nuajevisions.com to learn more about our packages and to setup a creation session.</FONT></P></TEXTFORMAT>', 'NKA_8831.jpg', NULL, 669, 1000, 'true', 1, 5, 'default title 3', 'default sub-title 3', NULL, NULL, NULL, 'false', 'right', NULL, NULL, 1000, NULL, NULL, '0'),
(5, 1, 'Weddings', 'Weddings', '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#FF9900" LETTERSPACING="0" KERNING="0"><B><U>Your Special Day is Our Special Day</U></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0">We love shooting weddings and take pride in taking a fresh approach with every couple we work with.   We give your special day the attention it deserves-- during the planning stages, during the ceremony, and during the creation of your finished keepsake photo album. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0">Creativity and professionalism is the cornerstone of our service offering. We are honored to be a part of your wonderful event and look forward to capturing memories that will last of a lifetime.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0">Wedding packages range from $2,600 to  $8,600. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF9900" LETTERSPACING="0" KERNING="0">Please contact us to discuss your wedding and to see what package best fits your needs.</FONT></P></TEXTFORMAT>', 'martin092808-1065.jpg', NULL, 669, 1000, 'true', 3, 5, 'default title 4', 'default sub-title 4', NULL, NULL, NULL, 'false', 'left', NULL, NULL, 1000, NULL, NULL, '0'),
(3, 1, 'Recording Artists', 'Artists', '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">Image is everything. You will discover that your fans gravitate to your image more than they gravitate to your music. We at Nuaje Visions understand that and take the time to insure that your photos represent how you want your fans to see you. We strongly recommend a no-cost consultation session first to discuss your music and image.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"><B><U>Intro Artist Package: $295</U></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">Single or Group. Location (single location) or studio setting with approximately 1 session hour, and single wardrobe. Includes four (4) retouched, high resolution images. This package will satisfy promotional needs for flyers, posters, and CD covers. Additional retouched images: $35/per.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"><B><U>Intermediate Artist Package: $475</U></B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">Single or Group. Single location or studio setting with approximately 2 session hours and multi wardrobe changes. Includes six (6) retouched, high resolution images. This package will satisfy promotional needs for flyers, posters, CD covers, and CD inserts/booklets. Additional retouched images: $35/per.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"><U>True Artist Concept Shoot:  Custom Quote Based on Concept</U></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">As an artist, having a concept to relay to your public is critical. If you have song entitled, &quot;I Love to Fly&quot;, taking a picture standing in front of  a brick wall just won&apos;t cut it. Your images need to reflect the concept and helping to bring that concept to light with our unique vision is why we are sought out. We will sit down and develop an effective way to bring your concept to life.  This is priced on a per project basis.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">Let&apos;s talk about it. Let&apos;s create together</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="14" COLOR="#FF6600" LETTERSPACING="0" KERNING="0">CD of  Images from Photo Session (untouched): $450.00</FONT></P></TEXTFORMAT>', 'ali.jpg', NULL, 653, 1000, 'true', 5, 5, 'default title 2', 'default sub-title 2', NULL, NULL, NULL, 'false', 'right', NULL, NULL, 1000, NULL, NULL, '0'),
(6, 1, 'Commercial/Industrial', 'Commercial', '<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Commercial/Industrial Photography is aimed at  displaying your product or service in a manner that will bring potential clients and investors eagerly to your doorstep (with open wallets).</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Interior/Exterior Images<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Food Images<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Jewelry and Collectables<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Construction Sites<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Industrial Images<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><LI><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Corporate Headshots<FONT COLOR="#000000"></FONT></FONT></LI></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Commercial/Industrial photo shoots  can often involve more complex lighting setups, specialized photography equipment, props, and the hiring of live models (with styling team) in order to bring the concept to reality. That said, we strongly encourage a free consultation to discuss your needs, budget, and timeline. Once we understand what you are trying to accomplish, our account team will create an effective, cost-effective solution for you.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="12" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">Note: We will gladly provide a <B>Certificate of Liability Insurance </B> upon request. Also, our staff is available for <B>international travel</B>.</FONT></P></TEXTFORMAT>', 'welder-commerical.jpg', NULL, 684, 1000, 'true', 4, 5, 'default title 5', 'default sub-title 5', '470080', NULL, NULL, 'false', 'left', NULL, NULL, 1000, NULL, NULL, '0'),
(7, 1, 'Business Portraits', 'Business Portraits', '<TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="24" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"><B>Donâ€™t trust your professional image to the </B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="24" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"><B>Company&apos;s IT Guy</B></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Let NuajÃ© Visions Photography Studio create a stunning business portrait that will make your prospective clients and co-workers stop and take notice. </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="36" COLOR="#990066" LETTERSPACING="0" KERNING="0">$195.00</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">This includes:</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Session Feeâ€¨</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">(2) High-Resolution, Professionally </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Re-touched Image â€¨(normally one smiling and one without a smile).</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Emailed to you within 2 business days</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Professional makeup services available </FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="CENTER"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">upon request (add $50.00).</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">We know you hate taking pictures. A lifetime of being attacked by low-resolution digital cameras and (dare we say) cell phone cameras is enough to make anyone camera shy. Relax.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">Our courteous staff, professional equipment and captivating lighting styles work in harmony to ensure that we create a professional and charismatic YOU. We will also guide your poses and facial expressions to insure you are displaying the desired character/emotion to the viewer.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">In addition, NuajÃ© Visions employs some of the more skilled photo re-touchers in the area. We whiten teeth, remove dark circles under eyes, remove skin blemishes, and apply modest slimming effectsâ€¦the list is long. After the session, we will sit down with you, pick the best images, and have a discreet conversation about the retouching required. You will look wonderful and have a great time.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0">If weâ€™re not careful, you may want to come back for a modeling session :-)</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="1"><P ALIGN="LEFT"><FONT  SIZE="18" COLOR="#0033FF" LETTERSPACING="0" KERNING="0"></FONT></P></TEXTFORMAT>', 'champ0308--162-Edit-edit.jpg', NULL, 665, 1000, '', 6, 5, 'default title 6', 'default sub-title 6', NULL, NULL, NULL, 'false', 'right', NULL, NULL, 1000, NULL, NULL, '0');

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

--
-- Table structure for table `v1MenuM`
--

CREATE TABLE IF NOT EXISTS `v1MenuM` (
  `MenuID` mediumint(3) unsigned NOT NULL DEFAULT '0',
  `SecID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) NOT NULL DEFAULT '',
  `Description` longtext NOT NULL,
  `Picture` varchar(100) DEFAULT NULL,
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `Visible` enum('true','false') DEFAULT 'false',
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '0',
  `Width` smallint(4) DEFAULT NULL,
  `Height` smallint(4) DEFAULT NULL,
  `Position` varchar(6) DEFAULT NULL,
  `Color` varchar(6) DEFAULT NULL,
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Color4` varchar(6) DEFAULT NULL,
  `Color5` varchar(6) DEFAULT NULL,
  `SectionType` varchar(100) DEFAULT NULL,
  `Type` enum('dropdown','testimonial','single') DEFAULT 'dropdown',
  PRIMARY KEY (`SecID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `v1MenuM`
--

INSERT INTO `v1MenuM` (`MenuID`, `SecID`, `Section`, `Button`, `Description`, `Picture`, `OrderNum`, `Visible`, `LineSpacing`, `Width`, `Height`, `Position`, `Color`, `Color1`, `Color2`, `Color3`, `Color4`, `Color5`, `SectionType`, `Type`) VALUES
(1, 1, 'multi', 'Pricing', 'test', '', 5, 'true', 1, 0, 0, '', '', '200030', '', '', '', '', 'multi-page', 'dropdown'),
(2, 2, 'multi', 'About Us', 'test', '', 4, 'true', 1, 0, 0, '', '', '005e9d', '', '', '', '', 'multi-page', 'single'),
(3, 3, 'multi', 'section 3', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(4, 4, 'multi', 'multi4', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(5, 5, 'multi', 'multi5', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(6, 6, 'multi', 'multi6', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(7, 7, 'multi', 'multi7', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(8, 8, 'multi', 'multi8', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(9, 9, 'multi', 'multi9', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(10, 10, 'multi', 'multi5', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single');

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

--
-- Table structure for table `v1Music`
--

CREATE TABLE IF NOT EXISTS `v1Music` (
  `MusicID` tinyint(6) unsigned NOT NULL AUTO_INCREMENT,
  `SongID` mediumint(5) unsigned DEFAULT '0',
  `OrderNum` tinyint(3) unsigned DEFAULT '0',
  PRIMARY KEY (`MusicID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=22 ;

--
-- Dumping data for table `v1Music`
--

INSERT INTO `v1Music` (`MusicID`, `SongID`, `OrderNum`) VALUES
(18, 27, 4),
(21, 13, 1),
(17, 26, 2),
(20, 28, 3),
(19, 25, 5);

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

--
-- Table structure for table `v1Sections`
--

CREATE TABLE IF NOT EXISTS `v1Sections` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Galleries` smallint(3) DEFAULT '0',
  `GalCount` smallint(3) DEFAULT '6',
  `TextSections` smallint(3) DEFAULT '0',
  `MultiText` smallint(3) DEFAULT NULL,
  `Video` enum('1','0') DEFAULT '0',
  `Proofing` enum('1','0') DEFAULT '0',
  `Featured` enum('1','0') DEFAULT '1',
  `Calendar` enum('1','0') DEFAULT '0',
  `Max` tinyint(2) DEFAULT '8',
  `Skip` enum('yes','no') DEFAULT 'yes',
  `HomeS` enum('0','1') DEFAULT '1',
  `Contact` enum('0','1') DEFAULT '1',
  `ShoppingCart` enum('1','0') DEFAULT '0',
  `VideoCount` smallint(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v1Sections`
--

INSERT INTO `v1Sections` (`id`, `Galleries`, `GalCount`, `TextSections`, `MultiText`, `Video`, `Proofing`, `Featured`, `Calendar`, `Max`, `Skip`, `HomeS`, `Contact`, `ShoppingCart`, `VideoCount`) VALUES
(1, 1, 6, 3, 3, '', '1', '1', '1', 12, 'yes', '1', '1', '0', 6);

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

--
-- Table structure for table `v1Settings`
--

CREATE TABLE IF NOT EXISTS `v1Settings` (
  `SettingID` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
  `SoundPlay` enum('yes','no') NOT NULL DEFAULT 'yes',
  `SoundLoop` enum('yes','no') DEFAULT 'yes',
  `SoundPlayer` enum('yes','no') DEFAULT 'yes',
  `SoundRandom` mediumint(6) unsigned DEFAULT NULL,
  `ShapeShift` enum('smooth','elastic') DEFAULT 'smooth',
  `ShapeSpeed` int(2) DEFAULT '3',
  `ShapeBounce` enum('yes','no') DEFAULT 'yes',
  `SlidePlay` enum('yes','no') DEFAULT 'no',
  `SlideSpeed` int(2) DEFAULT NULL,
  `MetaTitle` text,
  `MetaDescription` text,
  `MetaKey` text,
  `Testimonials` enum('yes','no') NOT NULL DEFAULT 'yes',
  `CalendarOn` enum('yes','no') NOT NULL DEFAULT 'no',
  `Logo1` varchar(200) DEFAULT 'Simply',
  `Logo2` varchar(200) DEFAULT 'Blu',
  `Logo3` varchar(200) DEFAULT NULL,
  `Logo1b` varchar(100) NOT NULL DEFAULT '',
  `Logo2b` varchar(100) NOT NULL DEFAULT '',
  `Logo3b` varchar(100) NOT NULL DEFAULT '',
  `LogoType` enum('template','custom') NOT NULL DEFAULT 'custom',
  `Logo2Type` enum('template','custom') NOT NULL DEFAULT 'template',
  `LogoExt` varchar(30) DEFAULT NULL,
  `Logo2Ext` varchar(30) DEFAULT NULL,
  `SlideshowRandom` enum('yes','no') DEFAULT 'no',
  `SlideshowSize` enum('large','small') DEFAULT 'small',
  `GalleryView` tinyint(6) unsigned DEFAULT NULL,
  `Background` enum('yes','no') DEFAULT 'no',
  `BackExt` varchar(4) DEFAULT NULL,
  `ThumbTilt` enum('yes','no') DEFAULT 'yes',
  `BottomAlpha` char(3) DEFAULT NULL,
  `ImageQty` int(3) DEFAULT '100',
  `ImageWidth` int(5) DEFAULT '0',
  `ImageHeight` int(5) DEFAULT '0',
  `ImageSize` enum('1','2','custom') DEFAULT '1',
  `ImageTransition` enum('mask','fade') DEFAULT 'mask',
  `ImageFullScale` enum('1','0') DEFAULT '1',
  PRIMARY KEY (`SettingID`),
  UNIQUE KEY `SettingID` (`SettingID`),
  KEY `SettingID_2` (`SettingID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v1Settings`
--

INSERT INTO `v1Settings` (`SettingID`, `SoundPlay`, `SoundLoop`, `SoundPlayer`, `SoundRandom`, `ShapeShift`, `ShapeSpeed`, `ShapeBounce`, `SlidePlay`, `SlideSpeed`, `MetaTitle`, `MetaDescription`, `MetaKey`, `Testimonials`, `CalendarOn`, `Logo1`, `Logo2`, `Logo3`, `Logo1b`, `Logo2b`, `Logo3b`, `LogoType`, `Logo2Type`, `LogoExt`, `Logo2Ext`, `SlideshowRandom`, `SlideshowSize`, `GalleryView`, `Background`, `BackExt`, `ThumbTilt`, `BottomAlpha`, `ImageQty`, `ImageWidth`, `ImageHeight`, `ImageSize`, `ImageTransition`, `ImageFullScale`) VALUES
(1, 'no', 'no', 'yes', 0, '', 3, '', 'yes', 4, 'Maryland Portrait Photographer - Maryland Wedding Photographer -- Maryland Real Estate Photographer ', 'Baltimore photographer specializing in affordable portrait, real estate/architectural, commercial, and wedding photography services.', 'Maryland photographer, Baltimore photographer, commercial photographer, juan faidley, wedding photographer, maryland fashion photographer, rain, glamour photographer, architectural photograper, portrait photographer,interior photographer', 'yes', 'yes', 'Nuaje Visions', 'Photography Studio', '', 'Nuaje', 'Visions', '', 'custom', 'custom', 'png', 'png', 'yes', '', 0, 'no', 'jpg', '', '100', 95, 1500, 1000, 'custom', '', '0');

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

--
-- Table structure for table `v1ShopCoupons`
--

CREATE TABLE IF NOT EXISTS `v1ShopCoupons` (
  `ID` bigint(12) NOT NULL AUTO_INCREMENT,
  `CouponName` varchar(200) NOT NULL DEFAULT '',
  `CouponType` enum('fixed','percent') NOT NULL DEFAULT 'fixed',
  `CouponValue` varchar(10) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `v1ShopCoupons`
--

INSERT INTO `v1ShopCoupons` (`ID`, `CouponName`, `CouponType`, `CouponValue`) VALUES
(1, 'family', 'percent', '5'),
(2, 'Repeat', 'percent', '15'),
(3, 'love', 'percent', '10');

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

--
-- Table structure for table `v1ShopOptions`
--

CREATE TABLE IF NOT EXISTS `v1ShopOptions` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(6) DEFAULT NULL,
  `OptionName` varchar(255) DEFAULT NULL,
  `OptionType` enum('default','gallery','image') DEFAULT 'default',
  `Price` decimal(6,2) DEFAULT '0.00',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `ImageID` bigint(12) NOT NULL DEFAULT '0',
  `GalleryType` enum('regular','proof','featured') NOT NULL DEFAULT 'proof',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=60 ;

--
-- Dumping data for table `v1ShopOptions`
--

INSERT INTO `v1ShopOptions` (`ID`, `OrderNum`, `OptionName`, `OptionType`, `Price`, `GalleryID`, `ImageID`, `GalleryType`) VALUES
(1, 7, '8x10 Print', 'default', '15.00', 0, 0, 'proof'),
(2, 8, '11x14 Print', 'default', '22.00', 0, 0, 'proof'),
(3, 4, '4x6 Print', 'default', '6.00', 0, 0, 'proof'),
(4, 12, '24x36 Print', 'default', '60.00', 0, 0, 'proof'),
(5, 11, '24x30 Print', 'default', '50.00', 0, 0, 'proof'),
(6, 9, '12x18 Print', 'default', '25.00', 0, 0, 'proof'),
(7, 10, '16x20 Print', 'default', '32.00', 0, 0, 'proof'),
(8, 5, '5x7 Print', 'default', '10.00', 0, 0, 'proof'),
(9, 6, 'Wallets (Set of  4)', 'default', '10.00', 0, 0, 'proof'),
(10, 13, '11x14 Canvas Gallery Print', 'default', '140.00', 0, 0, 'proof'),
(11, 14, '16x20 Canvas  Gallery Print', 'default', '180.00', 0, 0, 'proof'),
(12, 15, '20x24 Canvas Gallery Print', 'default', '220.00', 0, 0, 'proof'),
(13, 16, '20x30 Canvas Gallery Print', 'default', '260.00', 0, 0, 'proof'),
(14, 18, '24x36 Canvas Gallery Print', 'default', '340.00', 0, 0, 'proof'),
(15, 17, '24x30 Canvas Gallery Print', 'default', '300.00', 0, 0, 'proof'),
(16, 2, 'Photo Session Reservation', 'default', '75.00', 0, 0, 'proof'),
(19, 3, '3.5x5 Print', 'default', '5.00', 0, 0, 'proof'),
(44, 5, 'Greeting Cards (Set of 25)', 'gallery', '42.00', 14, 0, 'proof'),
(43, 2, '8x10 Print', 'gallery', '10.00', 14, 0, 'proof'),
(42, 1, '4x6 Print', 'gallery', '5.00', 14, 0, 'proof'),
(38, 3, 'Engagement Collection (All 24 images in 4x6 prints)', 'gallery', '25.00', 14, 0, 'proof'),
(59, 1, 'Reserve Glamour PhotoShoot', 'gallery', '75.00', 18, 0, 'proof'),
(29, 1, 'Reserve Glamour Session', 'gallery', '75.00', 7, 0, 'proof'),
(45, 4, 'Wallets (Set of 16)', 'gallery', '5.00', 14, 0, 'proof'),
(49, 1, 'Included in Package (electronic delivery)', 'default', '0.00', 0, 0, 'proof'),
(47, 2, 'Additional Retouched Photo (electronic delivery)', 'gallery', '20.00', 15, 0, 'proof'),
(48, 1, 'Included in Package (electronic delivery)', 'gallery', '0.00', 15, 0, 'proof'),
(50, 1, '8x10 Print', 'gallery', '25.00', 17, 0, 'proof'),
(51, 3, '(2) 5x7 Print Sheet (Same Image)', 'gallery', '25.00', 17, 0, 'proof'),
(52, 4, '(3) 4x6 Print Sheet (Same Image)', 'gallery', '25.00', 17, 0, 'proof'),
(53, 5, '(8) Wallet Prints Sheet (Same Image)', 'gallery', '25.00', 17, 0, 'proof'),
(54, 2, '10x13 Print', 'gallery', '25.00', 17, 0, 'proof'),
(55, 6, '16x20 Enlargement (unframed)', 'gallery', '65.00', 17, 0, 'proof'),
(56, 7, '16x20 Enlargement (Framed)', 'gallery', '105.00', 17, 0, 'proof'),
(57, 8, '20x24 Print (unframed)', 'gallery', '108.00', 17, 0, 'proof'),
(58, 9, '20x24 Print (Framed)', 'gallery', '150.00', 17, 0, 'proof');

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

--
-- Table structure for table `v1ShopOrderDetails`
--

CREATE TABLE IF NOT EXISTS `v1ShopOrderDetails` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `OrderID` bigint(20) NOT NULL DEFAULT '0',
  `ImageNum` int(5) NOT NULL DEFAULT '0',
  `ImageName` varchar(255) NOT NULL DEFAULT '',
  `GalleryName` varchar(255) NOT NULL DEFAULT '',
  `GalleryType` varchar(20) NOT NULL DEFAULT '',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `OptionType` enum('option','package') NOT NULL DEFAULT 'option',
  `Quantity` varchar(10) NOT NULL DEFAULT '',
  `Price` varchar(10) NOT NULL DEFAULT '',
  `OptionName` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;

--
-- Dumping data for table `v1ShopOrderDetails`
--

INSERT INTO `v1ShopOrderDetails` (`ID`, `OrderID`, `ImageNum`, `ImageName`, `GalleryName`, `GalleryType`, `GalleryID`, `OptionType`, `Quantity`, `Price`, `OptionName`) VALUES
(4, 1, 2, 'brittany--196', 'Brittany Headshots', 'Wed', 5, 'option', '1', '0.00 USD', 'Included in Package'),
(3, 1, 1, 'brittany--177', 'Brittany Headshots', 'Wed', 5, 'option', '1', '0.00 USD', 'Included in Package'),
(5, 1, 3, 'brittany--204', 'Brittany Headshots', 'Wed', 5, 'option', '1', '0.00 USD', 'Included in Package'),
(6, 1, 4, 'brittany--143', 'Brittany Headshots', 'Wed', 5, 'option', '1', '0.00 USD', 'Included in Package'),
(8, 2, 1, 'reserve-glamour-shoot', 'Valentine Glamour Session', 'Wed', 7, 'option', '1', '75.00 USD', 'Reserve Glamour Session (normally $95)'),
(9, 3, 1, 'nv100709-EX-154', 'EX', 'Wed', 15, 'option', '1', '0.00 USD', 'Included in Package (electronic delivery)'),
(10, 3, 2, 'nv100709-EX-180-Edit', 'EX', 'Wed', 15, 'option', '1', '0.00 USD', 'Included in Package (electronic delivery)'),
(11, 3, 3, 'nv100709-EX-265', 'EX', 'Wed', 15, 'option', '1', '0.00 USD', 'Included in Package (electronic delivery)'),
(12, 3, 4, 'nv100709-EX-191', 'EX', 'Wed', 15, 'option', '1', '0.00 USD', 'Included in Package (electronic delivery)'),
(13, 3, 5, 'nv100709-EX-129-Edit-Edit', 'EX', 'Wed', 15, 'option', '1', '0.00 USD', 'Included in Package (electronic delivery)'),
(14, 4, 1, 'glamour-session', 'Valentine Glamour Session', 'Wed', 7, 'option', '1', '75.00 USD', 'Reserve Glamour Session (normally $95)'),
(15, 5, 1, 'adfamily012510-9740T', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(16, 5, 2, 'adfamily012510-6955T', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(17, 5, 3, 'adfamily012510-6714', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(18, 5, 4, 'adfamily012510-6845', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(19, 5, 5, 'adfamily012510-6865', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(20, 5, 6, 'adfamily012510-6918', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(21, 5, 7, 'adfamily012510-6930', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(22, 6, 1, 'adfamily012510-9740T', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(23, 6, 2, 'adfamily012510-6955T', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(24, 6, 3, 'adfamily012510-6714', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(25, 6, 4, 'adfamily012510-6845', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(26, 6, 5, 'adfamily012510-6865', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(27, 6, 6, 'adfamily012510-6918', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print'),
(28, 6, 7, 'adfamily012510-6930', 'ad-family', 'Wed', 17, 'option', '1', '25.00 USD', '10x13 Print');

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

--
-- Table structure for table `v1ShopOrders`
--

CREATE TABLE IF NOT EXISTS `v1ShopOrders` (
  `OrderID` bigint(12) NOT NULL DEFAULT '0',
  `ClientName` varchar(255) NOT NULL DEFAULT '',
  `ClientEmail` varchar(255) NOT NULL DEFAULT '',
  `ClientPhone` varchar(30) NOT NULL DEFAULT '',
  `ClientAddress` varchar(255) NOT NULL DEFAULT '',
  `PaymentType` enum('offline','paypal') NOT NULL DEFAULT 'offline',
  `Coupon` enum('yes','no') NOT NULL DEFAULT 'no',
  `CouponName` varchar(200) NOT NULL DEFAULT '',
  `CouponType` varchar(20) NOT NULL DEFAULT '',
  `CouponValue` varchar(20) NOT NULL DEFAULT '',
  `OrderDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `OrderTotal` varchar(20) NOT NULL DEFAULT '',
  `Paid` enum('yes','no') NOT NULL DEFAULT 'no',
  `Shipped` enum('yes','no') NOT NULL DEFAULT 'no',
  `Completed` enum('yes','no') NOT NULL DEFAULT 'no',
  `Newsletter` enum('yes','no') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`OrderID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `v1ShopOrders`
--

INSERT INTO `v1ShopOrders` (`OrderID`, `ClientName`, `ClientEmail`, `ClientPhone`, `ClientAddress`, `PaymentType`, `Coupon`, `CouponName`, `CouponType`, `CouponValue`, `OrderDate`, `OrderTotal`, `Paid`, `Shipped`, `Completed`, `Newsletter`) VALUES
(1, 'Brittany N. Williams', 'brittany.n.williams@gmail.com', '410-967-8927', '2031 E. 32nd St.\rBaltimore, MD 21218', 'offline', 'no', '', '', '', '2009-01-14 16:40:49', '0.00 USD', 'no', 'no', 'no', 'yes'),
(2, 'Deonia Moore', 'lady_d8705@yahoo.com', '', '', 'paypal', 'no', '', '', '', '2009-02-06 13:27:44', '75.00 USD', 'no', 'no', 'no', 'yes'),
(3, 'stephen johnson', 'deaconsteviej@yahoo.com', '', '', 'paypal', 'no', '', '', '', '2009-12-03 12:19:00', '0.00 USD', 'no', 'no', 'no', 'yes'),
(4, 'jachea lane', 'jayvon01@hotmail.com', '', '', 'paypal', 'no', '', '', '', '2010-01-23 02:42:13', '75.00 USD', 'no', 'no', 'no', 'yes'),
(5, 'Alexis Madden', 'alexismadden@gmail.com', '443-801-0831', '2801 Indiana Street\rBaltimore, MD\r21230', 'offline', 'no', '', '', '', '2010-01-26 22:44:57', '175.00 USD', 'no', 'no', 'no', 'yes'),
(6, 'Alexis Madden', 'alexismadden@gmail.com', '443-801-0831', '2801 Indiana Street\rBaltimore, MD\r21230', 'offline', 'no', '', '', '', '2010-01-26 22:44:58', '175.00 USD', 'no', 'no', 'no', 'yes');

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

--
-- Table structure for table `v1ShopPackages`
--

CREATE TABLE IF NOT EXISTS `v1ShopPackages` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `PackageID` int(10) DEFAULT NULL,
  `OptionID` int(10) DEFAULT NULL,
  `Quantity` mediumint(3) DEFAULT NULL,
  `OptOrder` int(10) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=37 ;

--
-- Dumping data for table `v1ShopPackages`
--

INSERT INTO `v1ShopPackages` (`ID`, `PackageID`, `OptionID`, `Quantity`, `OptOrder`) VALUES
(1, 1, 8, 1, 2),
(2, 1, 9, 1, 3),
(3, 2, 1, 5, 4),
(13, 5, 19, 8, 1),
(12, 4, 1, 2, 5),
(11, 4, 9, 3, 4),
(10, 4, 3, 2, 2),
(9, 4, 19, 4, 1),
(14, 5, 3, 6, 2),
(15, 5, 9, 3, 4),
(16, 5, 1, 4, 5),
(26, 7, 7, 1, 8),
(25, 7, 1, 2, 5),
(24, 7, 9, 4, 4),
(23, 7, 3, 6, 2),
(22, 7, 19, 4, 1),
(35, 10, 51, 2, 3),
(34, 10, 54, 1, 2),
(33, 10, 50, 2, 1),
(36, 10, 53, 1, 5);

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

--
-- Table structure for table `v1ShopPackNames`
--

CREATE TABLE IF NOT EXISTS `v1ShopPackNames` (
  `PackageID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(6) DEFAULT NULL,
  `PackageName` varchar(255) DEFAULT NULL,
  `PackagePrice` decimal(6,2) DEFAULT '0.00',
  `PackageType` enum('default','gallery','image') NOT NULL DEFAULT 'default',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `ImageID` bigint(12) NOT NULL DEFAULT '0',
  `GalleryType` enum('regular','proof','featured') NOT NULL DEFAULT 'proof',
  PRIMARY KEY (`PackageID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `v1ShopPackNames`
--

INSERT INTO `v1ShopPackNames` (`PackageID`, `OrderNum`, `PackageName`, `PackagePrice`, `PackageType`, `GalleryID`, `ImageID`, `GalleryType`) VALUES
(1, 1, '5x7 & Wallet Page', '15.00', 'default', 0, 0, 'proof'),
(2, 2, 'Actor''s 8x10 Package', '65.00', 'default', 0, 0, 'proof'),
(4, 3, 'The Family', '72.00', 'default', 0, 0, 'proof'),
(5, 4, 'Our Memories', '108.00', 'default', 0, 0, 'proof'),
(7, 5, 'Share The Love', '120.00', 'default', 0, 0, 'proof'),
(10, 1, 'Package A', '140.00', 'gallery', 17, 0, 'proof');

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

--
-- Table structure for table `v1ShopSettings`
--

CREATE TABLE IF NOT EXISTS `v1ShopSettings` (
  `ID` tinyint(1) unsigned NOT NULL AUTO_INCREMENT,
  `Email` varchar(255) DEFAULT NULL,
  `Currency` varchar(100) DEFAULT NULL,
  `DefaultUnit` varchar(100) DEFAULT NULL,
  `CompanyName` varchar(255) DEFAULT NULL,
  `Tax` decimal(3,2) NOT NULL DEFAULT '0.00',
  `Shipping` varchar(255) NOT NULL DEFAULT '',
  `Visible` enum('0','1') DEFAULT '1',
  `Payment` enum('paypal','offline','both') DEFAULT 'both',
  `Paragraph` text NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `v1ShopSettings`
--

INSERT INTO `v1ShopSettings` (`ID`, `Email`, `Currency`, `DefaultUnit`, `CompanyName`, `Tax`, `Shipping`, `Visible`, `Payment`, `Paragraph`) VALUES
(4, 'billing@nuajevisions.com', 'USD', '', 'Nuaje Visions Photography', '0.00', '$6.00', '1', 'both', '');

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

--
-- Table structure for table `v1VideoGalleries`
--

CREATE TABLE IF NOT EXISTS `v1VideoGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GallerySec` varchar(100) DEFAULT NULL,
  `Description` text,
  `Color1` varchar(6) NOT NULL DEFAULT '',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v1Videos`
--

CREATE TABLE IF NOT EXISTS `v1Videos` (
  `VideoID` int(11) NOT NULL AUTO_INCREMENT,
  `GalleryID` int(11) NOT NULL DEFAULT '0',
  `FileName` varchar(255) DEFAULT NULL,
  `Picture` varchar(200) DEFAULT NULL,
  `Type` enum('mov','wmv','flv') DEFAULT 'flv',
  `Color` varchar(6) DEFAULT NULL,
  `Description` text,
  `OrderNum` int(10) DEFAULT NULL,
  `Tag` varchar(200) DEFAULT NULL,
  `Format` enum('standard','standard2','wide','wide2') DEFAULT 'standard',
  PRIMARY KEY (`VideoID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v1Watermark`
--

CREATE TABLE IF NOT EXISTS `v1Watermark` (
  `id` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
  `WatermarkText1` varchar(100) DEFAULT NULL,
  `WatermarkText2` varchar(100) DEFAULT NULL,
  `WatermarkWidth` char(3) DEFAULT NULL,
  `WatermarkHeight` char(3) DEFAULT NULL,
  `WatermarkType` enum('TEMPLATE','CUSTOM') DEFAULT 'TEMPLATE',
  `WatermarkPos` enum('TOP','MIDDLE','BOTTOM') DEFAULT 'MIDDLE',
  `WatermarkEnable` enum('TRUE','FALSE') DEFAULT 'TRUE',
  `WatermarkOpacity` mediumint(3) DEFAULT '20',
  `Color` varchar(8) DEFAULT NULL,
  `ImageExt` varchar(4) DEFAULT 'png',
  `Image2Ext` varchar(4) DEFAULT 'png',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v1Watermark`
--

INSERT INTO `v1Watermark` (`id`, `WatermarkText1`, `WatermarkText2`, `WatermarkWidth`, `WatermarkHeight`, `WatermarkType`, `WatermarkPos`, `WatermarkEnable`, `WatermarkOpacity`, `Color`, `ImageExt`, `Image2Ext`) VALUES
(1, 'there are my images', '', '0', '0', 'TEMPLATE', 'TOP', 'FALSE', 25, 'ffffff', 'png', 'png');

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

--
-- Table structure for table `v1WedClients`
--

CREATE TABLE IF NOT EXISTS `v1WedClients` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ClientName` varchar(255) DEFAULT NULL,
  `Password` varchar(100) DEFAULT NULL,
  `Visible` enum('yes','no') DEFAULT 'yes',
  `CartLink` text,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=18 ;

--
-- Dumping data for table `v1WedClients`
--

INSERT INTO `v1WedClients` (`ID`, `ClientName`, `Password`, `Visible`, `CartLink`) VALUES
(1, 'Poly', 'poly', 'yes', NULL),
(3, 'Martin', 'martin', 'yes', NULL),
(4, 'New Client', 'newclient', 'yes', NULL),
(13, 'Marquelle and Kentrell', 'elle', 'yes', NULL),
(6, 'valentine', 'valentine', 'yes', NULL),
(8, 'Q. Conyers', 'quinn', 'yes', NULL),
(9, 'Chris Walsh', 'chris', 'yes', NULL),
(14, 'Ex', 'ex', 'yes', NULL),
(11, 'taylor', 'taylor', 'yes', NULL),
(12, 'marquelle', 'pathfinder', 'yes', NULL),
(15, 'konu', 'konu', 'yes', NULL),
(16, 'ad-family', 'alexis', 'yes', NULL),
(17, 'glamour', 'glamour', 'yes', NULL);

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

--
-- Table structure for table `v1WedGalleries`
--

CREATE TABLE IF NOT EXISTS `v1WedGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `ClientID` bigint(10) DEFAULT NULL,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT '0',
  `Visible` enum('yes','no') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(2) unsigned DEFAULT '1',
  `GalleryPic` varchar(200) NOT NULL DEFAULT '',
  `GalleryDescription` text NOT NULL,
  `Password` varchar(60) NOT NULL DEFAULT '',
  `Song1` varchar(200) NOT NULL DEFAULT 'none',
  `Song2` varchar(200) NOT NULL DEFAULT 'none',
  `Song3` varchar(200) NOT NULL DEFAULT 'none',
  `CartLink` varchar(250) NOT NULL DEFAULT '',
  `SongID` varchar(20) DEFAULT 'none',
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Cart` enum('0','1') NOT NULL DEFAULT '0',
  `CartType` enum('custom','default') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ;

--
-- Dumping data for table `v1WedGalleries`
--

INSERT INTO `v1WedGalleries` (`GalleryID`, `ClientID`, `GalleryNum`, `GalleryName`, `Visible`, `ThumbDisplay`, `GalleryPic`, `GalleryDescription`, `Password`, `Song1`, `Song2`, `Song3`, `CartLink`, `SongID`, `Color1`, `Color2`, `Color3`, `Cart`, `CartType`) VALUES
(1, 1, 0, 'Baltimore Polytechnic Institute 25th Reunion', 'no', 1, '', '', '', 'none', 'none', 'none', '', '7', NULL, NULL, NULL, '0', 'default'),
(3, 3, 0, 'Martin Wedding Pictures', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '6', NULL, NULL, NULL, '0', 'default'),
(14, 13, 0, 'Engagement of the Elles', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '6', NULL, NULL, NULL, '1', 'custom'),
(7, 6, 0, 'Reserve Glamour Session', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '5', 'dd0e14', NULL, NULL, '1', 'custom'),
(6, 4, 0, 'reservation', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '5', NULL, NULL, NULL, '0', 'default'),
(15, 14, 0, 'EX', 'no', 1, '', '', '', 'none', 'none', 'none', '', '10', NULL, NULL, NULL, '1', 'custom'),
(9, 8, 0, 'Quinn Conyers', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '13', NULL, NULL, NULL, '0', 'default'),
(13, 12, 0, 'Marquelle Glamour', 'no', 1, '', '', '', 'none', 'none', 'none', '', '11', NULL, NULL, NULL, '0', 'default'),
(17, 16, 0, 'ad-family', 'no', 1, '', '', '', 'none', 'none', 'none', '', '10', NULL, NULL, NULL, '1', 'custom'),
(18, 17, 0, 'Reserve Glamour Session', 'yes', 1, '', '', '', 'none', 'none', 'none', '', '6', NULL, NULL, NULL, '1', 'custom');

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

--
-- Table structure for table `v1WedImages`
--

CREATE TABLE IF NOT EXISTS `v1WedImages` (
  `ImageID` bigint(20) NOT NULL AUTO_INCREMENT,
  `GalleryID` int(11) DEFAULT NULL,
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Description` text,
  `PicOrder` mediumint(10) NOT NULL DEFAULT '0',
  `Color` varchar(6) DEFAULT NULL,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=384 ;

--
-- Dumping data for table `v1WedImages`
--

INSERT INTO `v1WedImages` (`ImageID`, `GalleryID`, `Picture`, `Width`, `Height`, `Description`, `PicOrder`, `Color`, `Cart`) VALUES
(22, 3, 'martin092808-1045_web.jpg', NULL, NULL, NULL, 8, NULL, 'no'),
(23, 3, 'martin092808-1048_web.jpg', NULL, NULL, NULL, 9, NULL, 'no'),
(21, 3, 'martin092808-1029_web.jpg', NULL, NULL, NULL, 7, NULL, 'no'),
(20, 3, 'martin092808-1028_web.jpg', NULL, NULL, NULL, 6, NULL, 'no'),
(19, 3, 'martin092808-1026_web.jpg', NULL, NULL, NULL, 5, NULL, 'no'),
(18, 3, 'martin092808-992-Edit_web.jpg', NULL, NULL, NULL, 4, NULL, 'no'),
(17, 3, 'martin092808-420-Edit_web.jpg', NULL, NULL, NULL, 2, NULL, 'no'),
(16, 3, 'martin092808-414_web.jpg', NULL, NULL, NULL, 1, NULL, 'no'),
(15, 3, 'martin092808-228_web.jpg', NULL, NULL, NULL, 3, NULL, 'no'),
(14, 3, 'martin-pano.jpg', NULL, NULL, NULL, 12, NULL, 'no'),
(24, 3, 'martin092808-1059_web.jpg', NULL, NULL, NULL, 10, NULL, 'no'),
(25, 3, 'martin092808-1065_web.jpg', NULL, NULL, NULL, 11, NULL, 'no'),
(269, 15, 'nv100709-EX-191.jpg', 665, 1000, NULL, 9, NULL, 'no'),
(268, 15, 'nv100709-EX-197.jpg', 665, 1000, NULL, 10, NULL, 'no'),
(251, 14, 'nmg092609-8361-Edit.jpg', NULL, NULL, NULL, 2, NULL, 'no'),
(249, 14, 'nmg092809-8543-Edit.jpg', NULL, NULL, NULL, 21, NULL, 'no'),
(248, 14, 'nmg092809-8533.jpg', 666, 1000, NULL, 20, NULL, 'no'),
(247, 14, 'nmg092809-8523-Edit.jpg', 666, 1000, NULL, 19, NULL, 'no'),
(255, 14, 'nmg092809-8486.jpg', NULL, NULL, NULL, 22, NULL, 'no'),
(256, 14, 'nmg092809-8500.jpg', NULL, NULL, NULL, 23, NULL, 'no'),
(243, 14, 'nmg092809-8470.jpg', NULL, NULL, NULL, 18, NULL, 'no'),
(253, 14, 'nmg092809-8454.jpg', 666, 1000, NULL, 16, NULL, 'no'),
(254, 14, 'nmg092809-8436.jpg', 666, 1000, NULL, 17, NULL, 'no'),
(240, 14, 'nmg092609-8404.jpg', NULL, NULL, NULL, 15, NULL, 'no'),
(239, 14, 'nmg092609-8398.jpg', NULL, NULL, NULL, 14, NULL, 'no'),
(238, 14, 'nmg092609-8395-Edit.jpg', NULL, NULL, NULL, 13, NULL, 'no'),
(237, 14, 'nmg092609-8382-Edit.jpg', NULL, NULL, NULL, 12, NULL, 'no'),
(236, 14, 'nmg092609-8372.jpg', NULL, NULL, NULL, 11, NULL, 'no'),
(234, 14, 'nmg092609-8344-Edit.jpg', NULL, NULL, NULL, 10, NULL, 'no'),
(233, 14, 'nmg092609-8341.jpg', NULL, NULL, NULL, 1, NULL, 'no'),
(250, 14, 'nmg092609-8338-Edit.jpg', 666, 1000, NULL, 3, NULL, 'no'),
(231, 14, 'nmg092609-6173.jpg', NULL, NULL, NULL, 8, NULL, 'no'),
(230, 14, 'nmg092609-6171.jpg', NULL, NULL, NULL, 9, NULL, 'no'),
(229, 14, 'nmg092609-6163-Edit.jpg', NULL, NULL, NULL, 7, NULL, 'no'),
(260, 14, 'nmg092609-6146-Edit.jpg', NULL, NULL, NULL, 6, NULL, 'no'),
(259, 14, 'nmg092609-6121.jpg', NULL, NULL, NULL, 4, NULL, 'no'),
(227, 14, 'nmg092609-6139-Edit.jpg', NULL, NULL, NULL, 5, NULL, 'no'),
(267, 15, 'nv100709-EX-200.jpg', 665, 1000, NULL, 11, NULL, 'no'),
(280, 15, 'nv100709-EX-129.jpg', NULL, NULL, NULL, 18, NULL, 'no'),
(73, 9, 'DSC_3563-Edit.jpg', 665, 1000, NULL, 1, NULL, 'no'),
(278, 15, 'nv100709-EX-135.jpg', NULL, NULL, NULL, 16, NULL, 'no'),
(265, 15, 'nv100709-EX-241.jpg', 665, 1000, NULL, 12, NULL, 'no'),
(279, 15, 'nv100709-EX-135-Edit.jpg', NULL, NULL, NULL, 17, NULL, 'no'),
(263, 15, 'nv100709-EX-263.jpg', 648, 1000, NULL, 13, NULL, 'no'),
(262, 15, 'nv100709-EX-265.jpg', 665, 1000, NULL, 14, NULL, 'no'),
(261, 15, 'nv100709-EX-267.jpg', NULL, NULL, NULL, 15, NULL, 'no'),
(257, 14, 'nmg092809-8513.jpg', 666, 1000, NULL, 24, NULL, 'no'),
(74, 9, 'DSC_3604-Edit.jpg', 665, 1000, NULL, 2, NULL, 'no'),
(75, 9, 'DSC_3626-Edit.jpg', 665, 1000, NULL, 3, NULL, 'no'),
(76, 9, 'DSC_3650-Edit-Edit-2.jpg', NULL, NULL, NULL, 4, NULL, 'no'),
(77, 9, 'DSC_3650-Edit-Edit.jpg', NULL, NULL, NULL, 5, NULL, 'no'),
(79, 9, 'DSC_3703.jpg', NULL, NULL, NULL, 11, NULL, 'no'),
(80, 9, 'DSC_3700.jpg', NULL, NULL, NULL, 12, NULL, 'no'),
(81, 9, 'DSC_3692.jpg', NULL, NULL, NULL, 13, NULL, 'no'),
(82, 9, 'DSC_3687.jpg', NULL, NULL, NULL, 14, NULL, 'no'),
(83, 9, 'DSC_3653.jpg', NULL, NULL, NULL, 15, NULL, 'no'),
(85, 9, 'DSC_3649.jpg', NULL, NULL, NULL, 16, NULL, 'no'),
(86, 9, 'DSC_3646.jpg', NULL, NULL, NULL, 17, NULL, 'no'),
(87, 9, 'DSC_3630.jpg', 665, 1000, NULL, 6, NULL, 'no'),
(88, 9, 'DSC_3618.jpg', 665, 1000, NULL, 7, NULL, 'no'),
(89, 9, 'DSC_3594.jpg', 665, 1000, NULL, 8, NULL, 'no'),
(90, 9, 'DSC_3577.jpg', 665, 1000, NULL, 9, NULL, 'no'),
(91, 9, 'DSC_3572.jpg', 665, 1000, NULL, 10, NULL, 'no'),
(275, 15, 'nv100709-EX-147-Edit.jpg', 657, 1000, NULL, 3, NULL, 'no'),
(274, 15, 'nv100709-EX-154.jpg', 665, 1000, NULL, 4, NULL, 'no'),
(273, 15, 'nv100709-EX-158.jpg', 665, 1000, NULL, 5, NULL, 'no'),
(272, 15, 'nv100709-EX-159.jpg', 665, 1000, NULL, 6, NULL, 'no'),
(271, 15, 'nv100709-EX-180-Edit.jpg', 665, 1000, NULL, 7, NULL, 'no'),
(270, 15, 'nv100709-EX-183-Edit.jpg', 665, 1000, NULL, 8, NULL, 'no'),
(187, 13, 'nuaje_061908_-6393-Edit.jpg', 665, 1000, NULL, 1, NULL, 'no'),
(188, 13, 'nuaje_061908_-6441-Edit.jpg', NULL, NULL, NULL, 2, NULL, 'no'),
(189, 13, 'nuaje_061909-2.jpg', NULL, NULL, NULL, 3, NULL, 'no'),
(190, 13, 'nuaje_061909-2-2.jpg', NULL, NULL, NULL, 4, NULL, 'no'),
(191, 13, 'nuaje_061909-4.jpg', NULL, NULL, NULL, 5, NULL, 'no'),
(192, 13, 'nuaje_061909-6240.jpg', 665, 1000, NULL, 6, NULL, 'no'),
(193, 13, 'nuaje_061909-6256.jpg', 665, 1000, NULL, 7, NULL, 'no'),
(194, 13, 'nuaje_061909-6257.jpg', 665, 1000, NULL, 8, NULL, 'no'),
(282, 15, 'nv100709-EX-125.jpg', NULL, NULL, NULL, 20, NULL, 'no'),
(281, 15, 'nv100709-EX-129-Edit.jpg', NULL, NULL, NULL, 19, NULL, 'no'),
(197, 13, 'nuaje_061909-6277.jpg', 665, 1000, NULL, 9, NULL, 'no'),
(198, 13, 'nuaje_061909-6280.jpg', 665, 1000, NULL, 10, NULL, 'no'),
(199, 13, 'nuaje_061909-6286.jpg', 665, 1000, NULL, 11, NULL, 'no'),
(200, 13, 'nuaje_061909-6291.jpg', 665, 1000, NULL, 12, NULL, 'no'),
(201, 13, 'nuaje_061909-6298.jpg', 665, 1000, NULL, 13, NULL, 'no'),
(202, 13, 'nuaje_061909-6322.jpg', 665, 1000, NULL, 14, NULL, 'no'),
(203, 13, 'nuaje_061909-6350.jpg', 665, 1000, NULL, 15, NULL, 'no'),
(204, 13, 'nuaje_061909-6355.jpg', NULL, NULL, NULL, 16, NULL, 'no'),
(205, 13, 'nuaje_061909-6372.jpg', 665, 1000, NULL, 17, NULL, 'no'),
(276, 15, 'nv100709-EX-129-Edit-Edit.jpg', NULL, NULL, NULL, 1, NULL, 'no'),
(207, 13, 'nuaje_061909-6394.jpg', 665, 1000, NULL, 18, NULL, 'no'),
(208, 13, 'nuaje_061909-6439.jpg', NULL, NULL, NULL, 19, NULL, 'no'),
(209, 13, 'nuaje_061909-6442.jpg', NULL, NULL, NULL, 20, NULL, 'no'),
(277, 15, 'nv100709-EX-109.jpg', 665, 1000, NULL, 2, NULL, 'no'),
(211, 13, 'nuaje_061909-6490.jpg', 665, 1000, NULL, 21, NULL, 'no'),
(212, 13, 'nuaje_061909-6496.jpg', 665, 1000, NULL, 22, NULL, 'no'),
(213, 13, 'nuaje_061909-6503.jpg', 665, 1000, NULL, 23, NULL, 'no'),
(214, 13, 'nuaje_061909-6504.jpg', 665, 1000, NULL, 24, NULL, 'no'),
(215, 13, 'nuaje_061909-6578.jpg', 665, 1000, NULL, 25, NULL, 'no'),
(216, 13, 'nuaje_061909-6579.jpg', 665, 1000, NULL, 26, NULL, 'no'),
(217, 13, 'nuaje_061909-6584.jpg', 665, 1000, NULL, 27, NULL, 'no'),
(218, 13, 'nuaje_061909-6636.jpg', NULL, NULL, NULL, 28, NULL, 'no'),
(219, 13, 'nuaje_061909-6643.jpg', NULL, NULL, NULL, 29, NULL, 'no'),
(220, 13, 'nuaje_061909-6647.jpg', NULL, NULL, NULL, 30, NULL, 'no'),
(221, 13, 'nuaje_061909-6679.jpg', NULL, NULL, NULL, 31, NULL, 'no'),
(222, 13, 'nuaje_061909-6682.jpg', NULL, NULL, NULL, 32, NULL, 'no'),
(223, 13, 'nuaje_061909-6683.jpg', NULL, NULL, NULL, 33, NULL, 'no'),
(224, 13, 'nuaje_061909-6703.jpg', NULL, NULL, NULL, 34, NULL, 'no'),
(225, 13, 'nuaje_061909-6727.jpg', NULL, NULL, NULL, 35, NULL, 'no'),
(283, 15, 'nv100709-EX-124.jpg', NULL, NULL, NULL, 21, NULL, 'no'),
(284, 15, 'nv100709-EX-115.jpg', NULL, NULL, NULL, 22, NULL, 'no'),
(285, 15, 'nv100709-EX-114.jpg', NULL, NULL, NULL, 23, NULL, 'no'),
(286, 15, 'nv100709-EX-113.jpg', NULL, NULL, NULL, 24, NULL, 'no'),
(287, 15, 'nv100709-EX-110.jpg', NULL, NULL, NULL, 25, NULL, 'no'),
(288, 15, 'nv100709-EX-109-Edit.jpg', NULL, NULL, NULL, 26, NULL, 'no'),
(289, 15, 'nv100709-EX-108.jpg', NULL, NULL, NULL, 27, NULL, 'no'),
(290, 15, 'nv100709-EX-105.jpg', NULL, NULL, NULL, 28, NULL, 'no'),
(311, 7, 'glamour-session.jpg', 667, 1000, NULL, 1, NULL, 'no'),
(382, 17, 'adfamily012510.jpg', 1410, 1000, NULL, 2, NULL, 'no'),
(313, 17, 'adfamily012510-6714.jpg', 1500, 996, NULL, 6, NULL, 'no'),
(383, 18, 'glamour_shoot_pic.jpg', 669, 1000, NULL, 1, NULL, 'no'),
(315, 17, 'adfamily012510-6723.jpg', 1500, 996, NULL, 7, NULL, 'no'),
(318, 17, 'adfamily012510-6745.jpg', 664, 1000, NULL, 8, NULL, 'no'),
(319, 17, 'adfamily012510-6746.jpg', 664, 1000, NULL, 9, NULL, 'no'),
(320, 17, 'adfamily012510-6747.jpg', 664, 1000, NULL, 10, NULL, 'no'),
(321, 17, 'adfamily012510-6749.jpg', 664, 1000, NULL, 11, NULL, 'no'),
(322, 17, 'adfamily012510-6754.jpg', 1500, 996, NULL, 12, NULL, 'no'),
(323, 17, 'adfamily012510-6760.jpg', 664, 1000, NULL, 13, NULL, 'no'),
(324, 17, 'adfamily012510-6763.jpg', 664, 1000, NULL, 14, NULL, 'no'),
(325, 17, 'adfamily012510-6764.jpg', 1500, 996, NULL, 15, NULL, 'no'),
(326, 17, 'adfamily012510-6765.jpg', 1500, 996, NULL, 16, NULL, 'no'),
(327, 17, 'adfamily012510-6772.jpg', 1500, 996, NULL, 17, NULL, 'no'),
(328, 17, 'adfamily012510-6773.jpg', 1500, 996, NULL, 18, NULL, 'no'),
(329, 17, 'adfamily012510-6775.jpg', 1500, 996, NULL, 19, NULL, 'no'),
(330, 17, 'adfamily012510-6777.jpg', 1500, 996, NULL, 20, NULL, 'no'),
(332, 17, 'adfamily012510-6795.jpg', 1500, 996, NULL, 21, NULL, 'no'),
(333, 17, 'adfamily012510-6796.jpg', 1500, 996, NULL, 22, NULL, 'no'),
(334, 17, 'adfamily012510-6803.jpg', 1500, 996, NULL, 23, NULL, 'no'),
(335, 17, 'adfamily012510-6811.jpg', 664, 1000, NULL, 24, NULL, 'no'),
(336, 17, 'adfamily012510-6814.jpg', 664, 1000, NULL, 25, NULL, 'no'),
(337, 17, 'adfamily012510-6815.jpg', 664, 1000, NULL, 26, NULL, 'no'),
(338, 17, 'adfamily012510-6817.jpg', 664, 1000, NULL, 27, NULL, 'no'),
(339, 17, 'adfamily012510-6818.jpg', 664, 1000, NULL, 28, NULL, 'no'),
(340, 17, 'adfamily012510-6825.jpg', 664, 1000, NULL, 29, NULL, 'no'),
(341, 17, 'adfamily012510-6835.jpg', 664, 1000, NULL, 30, NULL, 'no'),
(342, 17, 'adfamily012510-6838.jpg', 664, 1000, NULL, 31, NULL, 'no'),
(344, 17, 'adfamily012510-6845.jpg', 664, 1000, NULL, 32, NULL, 'no'),
(345, 17, 'adfamily012510-6847.jpg', 1500, 996, NULL, 33, NULL, 'no'),
(346, 17, 'adfamily012510-6850.jpg', 1500, 996, NULL, 34, NULL, 'no'),
(347, 17, 'adfamily012510-6851.jpg', 1500, 996, NULL, 35, NULL, 'no'),
(348, 17, 'adfamily012510-6859.jpg', 664, 1000, NULL, 36, NULL, 'no'),
(349, 17, 'adfamily012510-6864.jpg', 664, 1000, NULL, 37, NULL, 'no'),
(350, 17, 'adfamily012510-6865.jpg', 664, 1000, NULL, 38, NULL, 'no'),
(351, 17, 'adfamily012510-6867.jpg', 664, 1000, NULL, 39, NULL, 'no'),
(352, 17, 'adfamily012510-6883.jpg', 664, 1000, NULL, 40, NULL, 'no'),
(353, 17, 'adfamily012510-6890.jpg', 664, 1000, NULL, 41, NULL, 'no'),
(354, 17, 'adfamily012510-6894.jpg', 1500, 996, NULL, 42, NULL, 'no'),
(355, 17, 'adfamily012510-6896.jpg', 1500, 996, NULL, 43, NULL, 'no'),
(356, 17, 'adfamily012510-6902.jpg', 1500, 996, NULL, 44, NULL, 'no'),
(357, 17, 'adfamily012510-6911.jpg', 1500, 996, NULL, 45, NULL, 'no'),
(358, 17, 'adfamily012510-6915.jpg', 664, 1000, NULL, 46, NULL, 'no'),
(359, 17, 'adfamily012510-6916.jpg', 664, 1000, NULL, 47, NULL, 'no'),
(360, 17, 'adfamily012510-6918.jpg', 664, 1000, NULL, 48, NULL, 'no'),
(361, 17, 'adfamily012510-6930.jpg', 664, 1000, NULL, 49, NULL, 'no'),
(362, 17, 'adfamily012510-6933.jpg', 664, 1000, NULL, 50, NULL, 'no'),
(363, 17, 'adfamily012510-6935.jpg', 664, 1000, NULL, 51, NULL, 'no'),
(364, 17, 'adfamily012510-6938.jpg', 1500, 996, NULL, 52, NULL, 'no'),
(365, 17, 'adfamily012510-6939.jpg', 1500, 996, NULL, 53, NULL, 'no'),
(366, 17, 'adfamily012510-6940.jpg', 1500, 996, NULL, 54, NULL, 'no'),
(367, 17, 'adfamily012510-6947.jpg', 664, 1000, NULL, 55, NULL, 'no'),
(368, 17, 'adfamily012510-6955.jpg', 664, 1000, NULL, 5, NULL, 'no'),
(369, 17, 'adfamily012510-6957.jpg', 1500, 996, NULL, 56, NULL, 'no'),
(370, 17, 'adfamily012510-6958.jpg', 1500, 996, NULL, 57, NULL, 'no'),
(371, 17, 'adfamily012510-6966.jpg', 1500, 996, NULL, 58, NULL, 'no'),
(372, 17, 'adfamily012510-6968.jpg', 1500, 996, NULL, 59, NULL, 'no'),
(373, 17, 'adfamily012510-9740.jpg', 1500, 999, NULL, 3, NULL, 'no'),
(374, 17, 'adfamily012510-9744.jpg', 1500, 999, NULL, 60, NULL, 'no'),
(375, 17, 'adfamily012510-9747.jpg', 1500, 999, NULL, 61, NULL, 'no'),
(379, 17, 'adfamily012510-9740T.jpg', 1410, 1000, NULL, 1, NULL, 'no'),
(381, 17, 'adfamily012510-6955T.jpg', 664, 1000, NULL, 4, NULL, 'no');

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

--
-- Table structure for table `v2Calendar`
--

CREATE TABLE IF NOT EXISTS `v2Calendar` (
  `DayID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `EventID` bigint(3) unsigned NOT NULL DEFAULT '0',
  `Day` varchar(200) NOT NULL DEFAULT '',
  `Month` varchar(200) NOT NULL DEFAULT '',
  `Year` varchar(200) NOT NULL DEFAULT '2006',
  `EventName` varchar(200) NOT NULL DEFAULT '0',
  `EventText` text NOT NULL,
  `Type` enum('off','event') NOT NULL DEFAULT 'event',
  `EventDate` date NOT NULL DEFAULT '0000-00-00',
  `Visible` enum('yes','no') DEFAULT 'no',
  PRIMARY KEY (`DayID`),
  UNIQUE KEY `DayID` (`DayID`),
  KEY `DayID_2` (`DayID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Colors`
--

CREATE TABLE IF NOT EXISTS `v2Colors` (
  `ColorID` mediumint(6) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(2) DEFAULT '0',
  `ColorName` varchar(255) DEFAULT NULL,
  `ColorValue` varchar(6) DEFAULT NULL,
  PRIMARY KEY (`ColorID`),
  UNIQUE KEY `ColorID` (`ColorID`),
  KEY `ColorID_2` (`ColorID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=58 ;

--
-- Dumping data for table `v2Colors`
--

INSERT INTO `v2Colors` (`ColorID`, `OrderNum`, `ColorName`, `ColorValue`) VALUES
(48, 1, 'main background color', '000000'),
(49, 2, 'button color', 'ffffff'),
(50, 3, 'button rollover color', '7f1d14'),
(51, 4, 'menu background color', '333333'),
(52, 5, 'submenu button color', 'ffffff'),
(53, 6, 'submenu button rollover color', 'ffffff'),
(54, 7, 'contact text color', 'ffffff'),
(55, 8, 'default section color', 'cc6600'),
(56, 9, 'section title color', 'ffffff'),
(57, 10, 'section background color (if available)', 'ffffff');

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

--
-- Table structure for table `v2Company`
--

CREATE TABLE IF NOT EXISTS `v2Company` (
  `ContactID` enum('yes') NOT NULL DEFAULT 'yes',
  `Description` text NOT NULL,
  `Phone` varchar(100) NOT NULL DEFAULT '',
  `Fax` varchar(100) DEFAULT NULL,
  `Email` varchar(200) NOT NULL DEFAULT '',
  `FormMessage` text,
  `FormSubject` text,
  `Confirmation` enum('yes','no') DEFAULT 'yes',
  `Field1` varchar(100) NOT NULL DEFAULT '',
  `Field2` varchar(100) NOT NULL DEFAULT '',
  `Field3` varchar(100) NOT NULL DEFAULT '',
  `Field4` varchar(100) NOT NULL DEFAULT '',
  `Field5` varchar(100) DEFAULT NULL,
  `Field6` varchar(100) DEFAULT NULL,
  `Field7` varchar(100) DEFAULT NULL,
  `Field8` varchar(100) NOT NULL DEFAULT '',
  `Field9` varchar(100) NOT NULL DEFAULT '',
  `Field10` varchar(100) NOT NULL DEFAULT '',
  `CopyLine` varchar(255) NOT NULL DEFAULT '',
  `CopyLink` varchar(255) NOT NULL DEFAULT '',
  `Field1r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field2r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field3r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field4r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field5r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field6r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field7r` enum('yes','no') NOT NULL DEFAULT 'no',
  `Field8r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field9r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field10r` enum('yes','no') NOT NULL DEFAULT 'yes',
  `NewsText` text,
  `NewsVis` varchar(100) DEFAULT NULL,
  `Field1v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field2v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field3v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field4v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field5v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field6v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field7v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field8v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field9v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `Field10v` enum('yes','no') NOT NULL DEFAULT 'yes',
  `EmailVis` enum('yes','no') DEFAULT 'yes',
  `FormVis` enum('yes','no') DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `v2Company`
--

INSERT INTO `v2Company` (`ContactID`, `Description`, `Phone`, `Fax`, `Email`, `FormMessage`, `FormSubject`, `Confirmation`, `Field1`, `Field2`, `Field3`, `Field4`, `Field5`, `Field6`, `Field7`, `Field8`, `Field9`, `Field10`, `CopyLine`, `CopyLink`, `Field1r`, `Field2r`, `Field3r`, `Field4r`, `Field5r`, `Field6r`, `Field7r`, `Field8r`, `Field9r`, `Field10r`, `NewsText`, `NewsVis`, `Field1v`, `Field2v`, `Field3v`, `Field4v`, `Field5v`, `Field6v`, `Field7v`, `Field8v`, `Field9v`, `Field10v`, `EmailVis`, `FormVis`) VALUES
('yes', '', '', '', '', 'Thank you for taking the time to view our work. We will get back to you within 24 hours.', 'This is a confirmation message from Bludomain', 'yes', 'name:', 'e-mail address:', 'phone:', 'message:', '', 'How did you hear about us?', 'Best time to reach you:', 'Message:', '', '', 'all images copyright', '', 'yes', 'yes', 'yes', 'yes', 'no', 'yes', 'no', 'yes', 'yes', 'yes', 'Hello,<br>i thought you might want to check this site out:<br>http://', 'yes', 'yes', 'yes', 'yes', 'yes', 'no', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes');

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

--
-- Table structure for table `v2FeaturedGalleries`
--

CREATE TABLE IF NOT EXISTS `v2FeaturedGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GalleryPic` varchar(200) DEFAULT NULL,
  `GallerySub` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `GallerySec` tinyint(5) unsigned DEFAULT NULL,
  `Color1` varchar(8) DEFAULT '222222',
  `Color2` varchar(8) DEFAULT '555555',
  `Color3` varchar(8) DEFAULT 'cdcdcd',
  `TextPlacement` enum('over','side') NOT NULL DEFAULT 'over',
  `DisplayName` enum('yes','no') NOT NULL DEFAULT 'no',
  `Thumbnails` enum('yes','no') DEFAULT 'yes',
  `SongID` varchar(20) DEFAULT 'none',
  `Description` text,
  `Cart` enum('0','1') DEFAULT '0',
  `CartType` enum('default','custom') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2FeaturedImages`
--

CREATE TABLE IF NOT EXISTS `v2FeaturedImages` (
  `ImageID` bigint(5) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryName` varchar(200) NOT NULL DEFAULT '',
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Picture2` varchar(100) DEFAULT NULL,
  `Width2` mediumint(8) DEFAULT NULL,
  `Height2` mediumint(8) DEFAULT '0',
  `Picture3` varchar(100) DEFAULT NULL,
  `Width3` mediumint(8) unsigned DEFAULT NULL,
  `Height3` mediumint(8) DEFAULT '0',
  `PicOrder` bigint(20) unsigned DEFAULT NULL,
  `Description` text,
  `Color` varchar(6) DEFAULT NULL,
  `GalleryID` int(10) unsigned DEFAULT NULL,
  `Text1` text,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`),
  UNIQUE KEY `ImageID` (`ImageID`),
  KEY `ImageID_2` (`ImageID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Galleries`
--

CREATE TABLE IF NOT EXISTS `v2Galleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GalleryPic` varchar(200) DEFAULT NULL,
  `GallerySub` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `GallerySec` tinyint(5) unsigned DEFAULT NULL,
  `Color1` varchar(8) DEFAULT NULL,
  `Color2` varchar(8) DEFAULT NULL,
  `Color3` varchar(8) DEFAULT NULL,
  `TextPlacement` enum('over','side') NOT NULL DEFAULT 'over',
  `DisplayName` enum('yes','no') NOT NULL DEFAULT 'no',
  `Thumbnails` enum('yes','no') DEFAULT 'yes',
  `SongID` varchar(20) DEFAULT 'none',
  `Description` text,
  `Cart` enum('0','1') DEFAULT '0',
  `CartType` enum('custom','default') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Images`
--

CREATE TABLE IF NOT EXISTS `v2Images` (
  `ImageID` bigint(5) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryName` varchar(200) NOT NULL DEFAULT '',
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Picture2` varchar(100) DEFAULT NULL,
  `Width2` mediumint(8) DEFAULT NULL,
  `Height2` mediumint(8) DEFAULT '0',
  `Picture3` varchar(100) DEFAULT NULL,
  `Width3` mediumint(8) unsigned DEFAULT NULL,
  `Height3` mediumint(8) DEFAULT '0',
  `PicOrder` bigint(20) unsigned DEFAULT NULL,
  `Description` text,
  `Color` varchar(6) DEFAULT NULL,
  `GalleryID` int(10) unsigned DEFAULT NULL,
  `Text1` text,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`),
  UNIQUE KEY `ImageID` (`ImageID`),
  KEY `ImageID_2` (`ImageID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v2Images`
--

INSERT INTO `v2Images` (`ImageID`, `GalleryName`, `Picture`, `Width`, `Height`, `Picture2`, `Width2`, `Height2`, `Picture3`, `Width3`, `Height3`, `PicOrder`, `Description`, `Color`, `GalleryID`, `Text1`, `Cart`) VALUES
(1, 'slideshow', 'home.jpg', 1500, 1000, NULL, NULL, 0, NULL, NULL, 0, 1, NULL, NULL, NULL, NULL, 'no');

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

--
-- Table structure for table `v2Menu`
--

CREATE TABLE IF NOT EXISTS `v2Menu` (
  `MenuID` mediumint(3) unsigned NOT NULL DEFAULT '0',
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) NOT NULL DEFAULT '',
  `Description` longtext NOT NULL,
  `Link` text,
  `Picture` varchar(100) DEFAULT NULL,
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `Sub` enum('true','false') DEFAULT 'false',
  `Visible` enum('true','false') DEFAULT 'true',
  `Quote` text,
  `External` enum('true','false') NOT NULL DEFAULT 'false',
  `Style` varchar(30) DEFAULT '1',
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '0',
  `Position` enum('left','right','custom') DEFAULT 'right',
  `Width` mediumint(3) unsigned DEFAULT NULL,
  `Height` mediumint(3) unsigned DEFAULT NULL,
  `TextWidth` int(10) unsigned DEFAULT '400',
  `SectionType` varchar(100) DEFAULT NULL,
  `MetaDescription` text,
  `MetaTitle` text,
  `MetaKey` text,
  `ThumbsPerPage` varchar(10) DEFAULT '6',
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Color4` varchar(6) DEFAULT NULL,
  `Color5` varchar(6) DEFAULT NULL,
  `PictureVis` enum('yes','no') DEFAULT 'yes',
  `PosX` smallint(4) DEFAULT '0',
  `PosY` smallint(4) DEFAULT '0',
  `ContentWidth` int(4) DEFAULT '320',
  `ContentHeight` int(4) DEFAULT '470',
  `BgAlpha` char(3) NOT NULL DEFAULT '80',
  UNIQUE KEY `MenuID` (`MenuID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `v2Menu`
--

INSERT INTO `v2Menu` (`MenuID`, `Section`, `Button`, `Description`, `Link`, `Picture`, `OrderNum`, `Sub`, `Visible`, `Quote`, `External`, `Style`, `LineSpacing`, `Position`, `Width`, `Height`, `TextWidth`, `SectionType`, `MetaDescription`, `MetaTitle`, `MetaKey`, `ThumbsPerPage`, `Color1`, `Color2`, `Color3`, `Color4`, `Color5`, `PictureVis`, `PosX`, `PosY`, `ContentWidth`, `ContentHeight`, `BgAlpha`) VALUES
(1, '', '', '', 'http://', '', 8, 'true', '', '', 'false', '', 0, 'left', 561, 505, 310, 'external link', '', '', '', '', 'b65700', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(2, '', 'SECTION 2', '', '', 'featured.jpg', 99, 'true', 'false', '', 'false', '', 0, 'right', 800, 1000, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(3, '', 'SECTION 3', '', '', 'featured.jpg', 99, 'true', 'false', '', 'false', '', 0, 'right', 800, 1000, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(4, '', 'SECTION 4', '', '', '', 99, 'true', 'false', '', 'false', '', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(5, '', 'SECTION 5', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(6, '', 'SECTION 6', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(7, '', 'SECTION 7', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(8, '', 'SECTION 8', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 260, 380, 310, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(9, '', 'SECTION 9', '', '', '', 99, 'true', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, 'external link', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(10, 'client section', 'clients', '', '', '0pp.jpg', 99, 'false', 'false', '', 'false', '1', 0, '', 800, 1000, 400, 'proof', '', '', '', '', 'a50414', '', '', '', '', 'no', 0, 0, 320, 470, '80'),
(11, 'Home', 'home', '', '', '', 1, 'false', 'true', '', 'false', '', 0, 'right', 0, 0, 400, 'home', '', '', '', '', '730205', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(15, 'Information', 'INFO', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, 'info butt', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(12, '', 'galleries', '', '', '', 2, 'false', 'true', '', 'false', '1', 0, '', 0, 0, 400, 'galleries', '', '', '', '', '62c257', '555555', 'cdcdcd', '', '', 'yes', 0, 0, 320, 470, ''),
(13, '', 'contact', '', '', 'contact.jpg', 3, 'false', 'true', '', 'false', '1', 0, 'right', 667, 1000, 400, 'contact', '', '', '', '', '99611a', 'ff9b76', '90ff4a', '', '', 'yes', 922, 188, 300, 275, '0'),
(14, '', 'multi-page', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 361, 510, 400, 'multi-page', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(16, 'VIDEOS', 'videos', '', '', '56.jpg', 99, 'false', 'false', '', 'false', '1', 0, 'right', 800, 1000, 400, 'video', '', '', '', '', '144966', '', '', '', '', 'yes', 0, 0, 320, 470, '0'),
(17, 'schedule', 'schedule', '', '', '1aa.jpg', 99, 'false', 'false', 'available date', 'false', '1', 0, 'right', 800, 1000, 400, 'calendar', '', '', '', '', '600800', 'eeeeee', 'dddddd', '', '', 'yes', 227, 264, 320, 470, '0'),
(32, 'galleries 2', 'galleries 2', '', '', '', 99, 'false', 'false', '', 'false', '', 0, 'right', 0, 0, 0, 'galleries2', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(33, 'galleries 3', 'galleries 3', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(34, 'galleries 4', 'galleries 4', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(35, 'galleries 5', 'galleries 5', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 0, 0, 400, '', '', '', '', '', '', '', '', '', '', 'yes', 0, 0, 320, 470, '80'),
(20, 'Featured Galleries', 'featured', '', '', '', 99, 'false', 'false', '', 'false', '1', 0, 'right', 800, 1000, 400, 'featured', '', '', '', '', 'b70008', '', '', '', '', 'yes', 0, 0, 320, 470, '0');

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

--
-- Table structure for table `v2Menu2`
--

CREATE TABLE IF NOT EXISTS `v2Menu2` (
  `Menu2ID` mediumint(100) unsigned NOT NULL AUTO_INCREMENT,
  `SectionID` tinyint(6) unsigned DEFAULT NULL,
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) DEFAULT NULL,
  `Description` longtext NOT NULL,
  `Picture` varchar(100) DEFAULT NULL,
  `Client` varchar(100) DEFAULT NULL,
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Visible` enum('true','false') DEFAULT 'true',
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '5',
  `Title1` varchar(240) NOT NULL DEFAULT '',
  `Title2` varchar(240) NOT NULL DEFAULT '',
  `Color1` varchar(6) DEFAULT NULL,
  `TextWidth` smallint(5) unsigned DEFAULT NULL,
  `PictureVis` enum('yes','no') DEFAULT NULL,
  `External` enum('true','false') DEFAULT 'false',
  `Position` enum('left','right','custom','top','bottom') DEFAULT 'right',
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `TextHeight` smallint(5) DEFAULT NULL,
  `TextY` smallint(5) DEFAULT NULL,
  `TextX` smallint(5) DEFAULT NULL,
  `BgAlpha` char(3) NOT NULL DEFAULT '0',
  PRIMARY KEY (`Menu2ID`),
  UNIQUE KEY `Menu2ID` (`Menu2ID`),
  KEY `Section` (`Section`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v2Menu2`
--

INSERT INTO `v2Menu2` (`Menu2ID`, `SectionID`, `Section`, `Button`, `Description`, `Picture`, `Client`, `Width`, `Height`, `Visible`, `OrderNum`, `LineSpacing`, `Title1`, `Title2`, `Color1`, `TextWidth`, `PictureVis`, `External`, `Position`, `Color2`, `Color3`, `TextHeight`, `TextY`, `TextX`, `BgAlpha`) VALUES
(1, 1, 'default page 1', 'page 1', '', 'default1.jpg', NULL, 0, 0, 'false', 1, 5, 'default title 1', 'default sub-title 1', NULL, NULL, NULL, 'false', 'right', NULL, NULL, NULL, NULL, NULL, '0');

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

--
-- Table structure for table `v2MenuM`
--

CREATE TABLE IF NOT EXISTS `v2MenuM` (
  `MenuID` mediumint(3) unsigned NOT NULL DEFAULT '0',
  `SecID` mediumint(9) NOT NULL AUTO_INCREMENT,
  `Section` varchar(100) NOT NULL DEFAULT '',
  `Button` varchar(100) NOT NULL DEFAULT '',
  `Description` longtext NOT NULL,
  `Picture` varchar(100) DEFAULT NULL,
  `OrderNum` tinyint(3) unsigned DEFAULT NULL,
  `Visible` enum('true','false') DEFAULT 'false',
  `LineSpacing` tinyint(2) NOT NULL DEFAULT '0',
  `Width` smallint(4) DEFAULT NULL,
  `Height` smallint(4) DEFAULT NULL,
  `Position` varchar(6) DEFAULT NULL,
  `Color` varchar(6) DEFAULT NULL,
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Color4` varchar(6) DEFAULT NULL,
  `Color5` varchar(6) DEFAULT NULL,
  `SectionType` varchar(100) DEFAULT NULL,
  `Type` enum('dropdown','testimonial','single') DEFAULT 'dropdown',
  PRIMARY KEY (`SecID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;

--
-- Dumping data for table `v2MenuM`
--

INSERT INTO `v2MenuM` (`MenuID`, `SecID`, `Section`, `Button`, `Description`, `Picture`, `OrderNum`, `Visible`, `LineSpacing`, `Width`, `Height`, `Position`, `Color`, `Color1`, `Color2`, `Color3`, `Color4`, `Color5`, `SectionType`, `Type`) VALUES
(1, 1, 'multi', 'section 1', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(2, 2, 'multi', 'section 2', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(3, 3, 'multi', 'section 3', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(4, 4, 'multi', 'multi4', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(5, 5, 'multi', 'multi5', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(6, 6, 'multi', 'multi6', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(7, 7, 'multi', 'multi7', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(8, 8, 'multi', 'multi8', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(9, 9, 'multi', 'multi9', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single'),
(10, 10, 'multi', 'multi5', 'test', '', 99, 'false', 1, 0, 0, '', '', '', '', '', '', '', 'multi-page', 'single');

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

--
-- Table structure for table `v2Music`
--

CREATE TABLE IF NOT EXISTS `v2Music` (
  `MusicID` tinyint(6) unsigned NOT NULL AUTO_INCREMENT,
  `SongID` mediumint(5) unsigned DEFAULT '0',
  `OrderNum` tinyint(3) unsigned DEFAULT '0',
  PRIMARY KEY (`MusicID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Sections`
--

CREATE TABLE IF NOT EXISTS `v2Sections` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `Galleries` smallint(3) DEFAULT '0',
  `GalCount` smallint(3) DEFAULT '6',
  `TextSections` smallint(3) DEFAULT '0',
  `MultiText` smallint(3) DEFAULT NULL,
  `Video` enum('1','0') DEFAULT '0',
  `Proofing` enum('1','0') DEFAULT '0',
  `Featured` enum('1','0') DEFAULT '1',
  `Calendar` enum('1','0') DEFAULT '0',
  `Max` tinyint(2) DEFAULT '8',
  `Skip` enum('yes','no') DEFAULT 'yes',
  `HomeS` enum('0','1') DEFAULT '1',
  `Contact` enum('0','1') DEFAULT '1',
  `ShoppingCart` enum('1','0') DEFAULT '0',
  `VideoCount` smallint(3) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v2Sections`
--

INSERT INTO `v2Sections` (`id`, `Galleries`, `GalCount`, `TextSections`, `MultiText`, `Video`, `Proofing`, `Featured`, `Calendar`, `Max`, `Skip`, `HomeS`, `Contact`, `ShoppingCart`, `VideoCount`) VALUES
(1, 1, 6, 1, 3, '0', '1', '1', '1', 12, 'yes', '1', '1', '0', 6);

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

--
-- Table structure for table `v2Settings`
--

CREATE TABLE IF NOT EXISTS `v2Settings` (
  `SettingID` smallint(3) unsigned NOT NULL AUTO_INCREMENT,
  `SoundPlay` enum('yes','no') NOT NULL DEFAULT 'yes',
  `SoundLoop` enum('yes','no') DEFAULT 'yes',
  `SoundPlayer` enum('yes','no') DEFAULT 'yes',
  `SoundRandom` mediumint(6) unsigned DEFAULT NULL,
  `ShapeShift` enum('smooth','elastic') DEFAULT 'smooth',
  `ShapeSpeed` int(2) DEFAULT '3',
  `ShapeBounce` enum('yes','no') DEFAULT 'yes',
  `SlidePlay` enum('yes','no') DEFAULT 'no',
  `SlideSpeed` int(2) DEFAULT NULL,
  `MetaTitle` text,
  `MetaDescription` text,
  `MetaKey` text,
  `Testimonials` enum('yes','no') NOT NULL DEFAULT 'yes',
  `CalendarOn` enum('yes','no') NOT NULL DEFAULT 'no',
  `Logo1` varchar(200) DEFAULT 'Simply',
  `Logo2` varchar(200) DEFAULT 'Blu',
  `Logo3` varchar(200) DEFAULT NULL,
  `Logo1b` varchar(100) NOT NULL DEFAULT '',
  `Logo2b` varchar(100) NOT NULL DEFAULT '',
  `Logo3b` varchar(100) NOT NULL DEFAULT '',
  `LogoType` enum('template','custom') NOT NULL DEFAULT 'custom',
  `Logo2Type` enum('template','custom') NOT NULL DEFAULT 'template',
  `LogoExt` varchar(30) DEFAULT NULL,
  `Logo2Ext` varchar(30) DEFAULT NULL,
  `SlideshowRandom` enum('yes','no') DEFAULT 'no',
  `SlideshowSize` enum('large','small') DEFAULT 'small',
  `GalleryView` tinyint(6) unsigned DEFAULT NULL,
  `Background` enum('yes','no') DEFAULT 'no',
  `BackExt` varchar(4) DEFAULT NULL,
  `ThumbTilt` enum('yes','no') DEFAULT 'yes',
  `BottomAlpha` char(3) DEFAULT NULL,
  `ImageQty` int(3) DEFAULT '100',
  `ImageWidth` int(5) DEFAULT '0',
  `ImageHeight` int(5) DEFAULT '0',
  `ImageSize` enum('1','2','custom') DEFAULT '1',
  `ImageTransition` enum('mask','fade') DEFAULT 'mask',
  `ImageFullScale` enum('1','0') DEFAULT '1',
  PRIMARY KEY (`SettingID`),
  UNIQUE KEY `SettingID` (`SettingID`),
  KEY `SettingID_2` (`SettingID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v2Settings`
--

INSERT INTO `v2Settings` (`SettingID`, `SoundPlay`, `SoundLoop`, `SoundPlayer`, `SoundRandom`, `ShapeShift`, `ShapeSpeed`, `ShapeBounce`, `SlidePlay`, `SlideSpeed`, `MetaTitle`, `MetaDescription`, `MetaKey`, `Testimonials`, `CalendarOn`, `Logo1`, `Logo2`, `Logo3`, `Logo1b`, `Logo2b`, `Logo3b`, `LogoType`, `Logo2Type`, `LogoExt`, `Logo2Ext`, `SlideshowRandom`, `SlideshowSize`, `GalleryView`, `Background`, `BackExt`, `ThumbTilt`, `BottomAlpha`, `ImageQty`, `ImageWidth`, `ImageHeight`, `ImageSize`, `ImageTransition`, `ImageFullScale`) VALUES
(1, 'yes', 'no', 'yes', 0, '', 3, '', 'yes', 4, '', '', '', 'yes', 'yes', '', '', '', '', '', '', 'template', 'template', 'png', 'png', 'yes', '', 0, 'no', 'jpg', '', '100', 95, 1500, 1000, 'custom', '', '0');

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

--
-- Table structure for table `v2ShopCoupons`
--

CREATE TABLE IF NOT EXISTS `v2ShopCoupons` (
  `ID` bigint(12) NOT NULL AUTO_INCREMENT,
  `CouponName` varchar(200) NOT NULL DEFAULT '',
  `CouponType` enum('fixed','percent') NOT NULL DEFAULT 'fixed',
  `CouponValue` varchar(10) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2ShopOptions`
--

CREATE TABLE IF NOT EXISTS `v2ShopOptions` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(6) DEFAULT NULL,
  `OptionName` varchar(255) DEFAULT NULL,
  `OptionType` enum('default','gallery','image') DEFAULT 'default',
  `Price` decimal(6,2) DEFAULT '0.00',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `ImageID` bigint(12) NOT NULL DEFAULT '0',
  `GalleryType` enum('regular','proof','featured') NOT NULL DEFAULT 'proof',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2ShopOrderDetails`
--

CREATE TABLE IF NOT EXISTS `v2ShopOrderDetails` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `OrderID` bigint(20) NOT NULL DEFAULT '0',
  `ImageNum` int(5) NOT NULL DEFAULT '0',
  `ImageName` varchar(255) NOT NULL DEFAULT '',
  `GalleryName` varchar(255) NOT NULL DEFAULT '',
  `GalleryType` varchar(20) NOT NULL DEFAULT '',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `OptionType` enum('option','package') NOT NULL DEFAULT 'option',
  `Quantity` varchar(10) NOT NULL DEFAULT '',
  `Price` varchar(10) NOT NULL DEFAULT '',
  `OptionName` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2ShopOrders`
--

CREATE TABLE IF NOT EXISTS `v2ShopOrders` (
  `OrderID` bigint(12) NOT NULL DEFAULT '0',
  `ClientName` varchar(255) NOT NULL DEFAULT '',
  `ClientEmail` varchar(255) NOT NULL DEFAULT '',
  `ClientPhone` varchar(30) NOT NULL DEFAULT '',
  `ClientAddress` varchar(255) NOT NULL DEFAULT '',
  `PaymentType` enum('offline','paypal') NOT NULL DEFAULT 'offline',
  `Coupon` enum('yes','no') NOT NULL DEFAULT 'no',
  `CouponName` varchar(200) NOT NULL DEFAULT '',
  `CouponType` varchar(20) NOT NULL DEFAULT '',
  `CouponValue` varchar(20) NOT NULL DEFAULT '',
  `OrderDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `OrderTotal` varchar(20) NOT NULL DEFAULT '',
  `Paid` enum('yes','no') NOT NULL DEFAULT 'no',
  `Shipped` enum('yes','no') NOT NULL DEFAULT 'no',
  `Completed` enum('yes','no') NOT NULL DEFAULT 'no',
  `Newsletter` enum('yes','no') NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`OrderID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `v2ShopPackages`
--

CREATE TABLE IF NOT EXISTS `v2ShopPackages` (
  `ID` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `PackageID` int(10) DEFAULT NULL,
  `OptionID` int(10) DEFAULT NULL,
  `Quantity` mediumint(3) DEFAULT NULL,
  `OptOrder` int(10) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2ShopPackNames`
--

CREATE TABLE IF NOT EXISTS `v2ShopPackNames` (
  `PackageID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `OrderNum` int(6) DEFAULT NULL,
  `PackageName` varchar(255) DEFAULT NULL,
  `PackagePrice` decimal(6,2) DEFAULT '0.00',
  `PackageType` enum('default','gallery','image') NOT NULL DEFAULT 'default',
  `GalleryID` bigint(12) NOT NULL DEFAULT '0',
  `ImageID` bigint(12) NOT NULL DEFAULT '0',
  `GalleryType` enum('regular','proof','featured') NOT NULL DEFAULT 'proof',
  PRIMARY KEY (`PackageID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2ShopSettings`
--

CREATE TABLE IF NOT EXISTS `v2ShopSettings` (
  `ID` tinyint(1) unsigned NOT NULL AUTO_INCREMENT,
  `Email` varchar(255) DEFAULT NULL,
  `Currency` varchar(100) DEFAULT NULL,
  `DefaultUnit` varchar(100) DEFAULT NULL,
  `CompanyName` varchar(255) DEFAULT NULL,
  `Tax` decimal(3,2) NOT NULL DEFAULT '0.00',
  `Shipping` varchar(255) NOT NULL DEFAULT '',
  `Visible` enum('0','1') DEFAULT '1',
  `Payment` enum('paypal','offline','both') DEFAULT 'both',
  `Paragraph` text NOT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `v2ShopSettings`
--

INSERT INTO `v2ShopSettings` (`ID`, `Email`, `Currency`, `DefaultUnit`, `CompanyName`, `Tax`, `Shipping`, `Visible`, `Payment`, `Paragraph`) VALUES
(4, '', 'USD', '', '', '0.00', 'call for shipping estimate', '0', 'both', '');

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

--
-- Table structure for table `v2VideoGalleries`
--

CREATE TABLE IF NOT EXISTS `v2VideoGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT NULL,
  `Visible` enum('no','yes') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(1) NOT NULL DEFAULT '1',
  `GallerySec` varchar(100) DEFAULT NULL,
  `Description` text,
  `Color1` varchar(6) NOT NULL DEFAULT '',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`,`GalleryNum`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Videos`
--

CREATE TABLE IF NOT EXISTS `v2Videos` (
  `VideoID` int(11) NOT NULL AUTO_INCREMENT,
  `GalleryID` int(11) NOT NULL DEFAULT '0',
  `FileName` varchar(255) DEFAULT NULL,
  `Picture` varchar(200) DEFAULT NULL,
  `Type` enum('mov','wmv','flv') DEFAULT 'flv',
  `Color` varchar(6) DEFAULT NULL,
  `Description` text,
  `OrderNum` int(10) DEFAULT NULL,
  `Tag` varchar(200) DEFAULT NULL,
  `Format` enum('standard','standard2','wide','wide2') DEFAULT 'standard',
  PRIMARY KEY (`VideoID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2Watermark`
--

CREATE TABLE IF NOT EXISTS `v2Watermark` (
  `id` tinyint(4) unsigned NOT NULL AUTO_INCREMENT,
  `WatermarkText1` varchar(100) DEFAULT NULL,
  `WatermarkText2` varchar(100) DEFAULT NULL,
  `WatermarkWidth` char(3) DEFAULT NULL,
  `WatermarkHeight` char(3) DEFAULT NULL,
  `WatermarkType` enum('TEMPLATE','CUSTOM') DEFAULT 'TEMPLATE',
  `WatermarkPos` enum('TOP','MIDDLE','BOTTOM') DEFAULT 'MIDDLE',
  `WatermarkEnable` enum('TRUE','FALSE') DEFAULT 'TRUE',
  `WatermarkOpacity` mediumint(3) DEFAULT '20',
  `Color` varchar(8) DEFAULT NULL,
  `ImageExt` varchar(4) DEFAULT 'png',
  `Image2Ext` varchar(4) DEFAULT 'png',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `v2Watermark`
--

INSERT INTO `v2Watermark` (`id`, `WatermarkText1`, `WatermarkText2`, `WatermarkWidth`, `WatermarkHeight`, `WatermarkType`, `WatermarkPos`, `WatermarkEnable`, `WatermarkOpacity`, `Color`, `ImageExt`, `Image2Ext`) VALUES
(1, 'there are my images', '', '0', '0', 'TEMPLATE', 'TOP', 'FALSE', 25, 'ffffff', 'png', 'png');

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

--
-- Table structure for table `v2WedClients`
--

CREATE TABLE IF NOT EXISTS `v2WedClients` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `ClientName` varchar(255) DEFAULT NULL,
  `Password` varchar(100) DEFAULT NULL,
  `Visible` enum('yes','no') DEFAULT 'yes',
  `CartLink` text,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2WedGalleries`
--

CREATE TABLE IF NOT EXISTS `v2WedGalleries` (
  `GalleryID` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
  `ClientID` bigint(10) DEFAULT NULL,
  `GalleryNum` tinyint(10) unsigned NOT NULL DEFAULT '0',
  `GalleryName` varchar(200) DEFAULT '0',
  `Visible` enum('yes','no') NOT NULL DEFAULT 'yes',
  `ThumbDisplay` tinyint(2) unsigned DEFAULT '1',
  `GalleryPic` varchar(200) NOT NULL DEFAULT '',
  `GalleryDescription` text NOT NULL,
  `Password` varchar(60) NOT NULL DEFAULT '',
  `Song1` varchar(200) NOT NULL DEFAULT 'none',
  `Song2` varchar(200) NOT NULL DEFAULT 'none',
  `Song3` varchar(200) NOT NULL DEFAULT 'none',
  `CartLink` varchar(250) NOT NULL DEFAULT '',
  `SongID` varchar(20) DEFAULT 'none',
  `Color1` varchar(6) DEFAULT NULL,
  `Color2` varchar(6) DEFAULT NULL,
  `Color3` varchar(6) DEFAULT NULL,
  `Cart` enum('0','1') NOT NULL DEFAULT '0',
  `CartType` enum('custom','default') NOT NULL DEFAULT 'default',
  PRIMARY KEY (`GalleryID`),
  UNIQUE KEY `GalleryID` (`GalleryID`),
  KEY `GalleryID_2` (`GalleryID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `v2WedImages`
--

CREATE TABLE IF NOT EXISTS `v2WedImages` (
  `ImageID` bigint(20) NOT NULL AUTO_INCREMENT,
  `GalleryID` int(11) DEFAULT NULL,
  `Picture` varchar(100) NOT NULL DEFAULT '',
  `Width` mediumint(8) unsigned DEFAULT NULL,
  `Height` mediumint(8) unsigned DEFAULT NULL,
  `Description` text,
  `PicOrder` mediumint(10) NOT NULL DEFAULT '0',
  `Color` varchar(6) DEFAULT NULL,
  `Cart` enum('yes','no') NOT NULL DEFAULT 'no',
  PRIMARY KEY (`ImageID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
