INSERT INTO ContentScripts (Name, Code) VALUES ('Copyright', '<b>Copyright 2005, Ourcompany</b>')

INSERT INTO FunctionScripts (Name, Code) VALUES ('FixNumber', 'Function FixNumber( x )

  If x < 10 Then
    FixNumber = "0" & x
  Else
    FixNumber = "" & x
  End If

End Function')

INSERT INTO FunctionScripts (Name, Code) VALUES ('OurOwnTrimAll', 'Function OurOwnTrimAll( s )

  Dim x

  x = Trim( s )
  While (Left(x,1) = vbTab)
    x = Right(x,Len(x)-1)
  Wend
	
  While (Right(x,1) = vbTab)
    x = Left(x,Len(x)-1)
  Wend

  TrimAll = x
	
End Function')

INSERT INTO Languages (Code, Description, MasterLanguage, LCID, Charset, LanguageImage, IsMenuDirty, SiteTitle, ShowFlag) VALUES ('EN', 'English', 0, 0, 'iso-8859-1', 'us.gif', 1, 'Dimac CMS - M', 0)

INSERT INTO Languages (Code, Description, MasterLanguage, LCID, Charset, LanguageImage, IsMenuDirty, SiteTitle, ShowFlag) VALUES ('SV', 'Swedish', 1, 0, 'iso-8859-1', 'se.gif', 0, 'Dimac CMS - M', 0)

INSERT INTO Modules (ModuleName, ModuleVersion, StartURL, StartFrame, AdminURL, Active) VALUES ('Contact Us', '1', 'modules/Contactus/contactus.asp', 'main', 'modules/Contactus/admin.htm', 1)

INSERT INTO Modules (ModuleName, ModuleVersion, StartURL, StartFrame, AdminURL, Active) VALUES ('Images Upload etc', '1', 'modules/ImageUpload/Upload.asp', 'mian', 'modules/ImageUpload/Upload.asp', 1)

INSERT INTO Modules (ModuleName, ModuleVersion, StartURL, StartFrame, AdminURL, Active) VALUES ('Guestbook', '1.0', 'Modules/Guestbook/public/default.asp', 'main', 'Modules/Guestbook/admin/guest_list.asp', 1)

INSERT INTO SystemData (OwnerCompany, OwnerName, OwnerEmail, OwnerSiteID, VersionType, VersionNumber, VersionBuild, DealerID, HostingID, swoAccountID, swoURL, swoLoggin, swoPassword) VALUES ('Not registred', 'Not registred', 'Not registred', '1', 'Std', '3.1', '101', 'Not regist', 'Not registred', 'Not registred-', '-', 'Not registred', 'Not registred')

INSERT INTO Users (FirstName, LastName, LoginName, LoginPassword, Email, Expires, UserType, Address1, Address2, Address3, Department, Phone, ntName, EmailApprovalInfoYN, UserGroup, isPublisher, EditorWidth, EditorWidthType, EditorHeight, EditorHeightType) VALUES ('Eric', 'Mc Admin', 'admin', '|44|243|196|28|109', 'info@dimac.net', '1/1/2006', 5, '', '', '', 'IT', '', 'ourDomain\admin', 1, 2, 1, 80, 1, 300, 0)

INSERT INTO Users (FirstName, LastName, LoginName, LoginPassword, Email, Expires, UserType, Address1, Address2, Address3, Department, Phone, ntName, EmailApprovalInfoYN, UserGroup, isPublisher, EditorWidth, EditorWidthType, EditorHeight, EditorHeightType) VALUES ('Donald', 'Duck', 'ed', '|40|243', 'ertert', '12/12/2002', 1, '', '', '', '', '', '', 0, 7, 0, 50, 1, 25, 1)

INSERT INTO UserGroups (Description, vRead, vCreate, vEdit, vDelete) VALUES ('Administrators', 1, 1, 0, 1)

INSERT INTO UserGroups (Description, vRead, vCreate, vEdit, vDelete) VALUES ('Publishers', 1, 1, 1, 1)

INSERT INTO UserGroups (Description, vRead, vCreate, vEdit, vDelete) VALUES ('Editors', 1, 1, 0, 0)

INSERT INTO Members (Email, MemberPassword, Nickname, MemberLevel, Status, Registred, LastLoggin, LoginCount, Firstname, LastName, Company, JobTitle, Phone, Street1, Street2, City, State, ZipCode, Country, MembershipEnds, NewsLetter, Code1, Code2, Code3, Code4, Code5) VALUES ('me@me.com', 'r', 'r', 5, 2, '5/28/2004', '4/21/2005 4:10:00 PM', 6, '', '', '', '', '', '', '', '', '', '', '', '5/28/2006', 0, '', '', '', '', '')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (0, 0, 0, 9999, 1, 'TrashBin', 0, '', '0TrashBin.asp', 1, '11/29/2004', 1, '11/29/2004 3:02:00 PM', '', '11/29/2004 2:59:00 PM', '11/29/2006 2:59:00 PM', 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, 'TrashBin.gif', 1)

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (1, 'Info', 1, '<P>This is the TrashBin</P>')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (0, 0, 0, 999, 1, 'DevRoot', 0, '', '0DevRoot.asp', 1, '5/25/2002', 1, '6/8/2002', '', '5/24/2002', '1/1/2004', 1, 0, 0, 1, 0, '', '', '', '', '', '0', 0, 0, 'Systemfolder.gif', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (2, 1, 'DevRoot', 0, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (2, 2, 'Utveckling', 0, '')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (0, 0, 0, 0, 1, 'SiteRoot', 0, '', '0SiteRoot.asp', 1, '5/25/2002', 1, '6/8/2002', '', '5/25/2002', '5/25/2002', 1, 0, 5, 1, 0, '', '', '', '', '', '0', 0, 0, 'Systemfolder.gif', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (3, 1, 'SiteRoot', 0, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (3, 2, 'Sajt', 0, '')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (1, 0, 0, 0, 0, 'StartPage', 0, '', '1Template3.asp', 1, '1/20/2005', 1, '7/4/2005 9:10:00 AM', '', '10/22/2003', '10/22/2006 3:00:00 PM', 0, 0, 5, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (4, 1, 'Blanket', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (4, 2, 'StartSida', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (4, 'Info', 1, '<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<P align=center><STRONG><FONT size=5>Blanket.</FONT></STRONG></P></TD></TR>
<TR>
<TD>
<P align=center>&nbsp;</P></TD></TR>
<TR>
<TD>&nbsp;<STRONG>For some of you, it''s starting to cool down. Warm back up with our fuzzy cool blanket.</STRONG></TD></TR>
<TR>
<TD><BR>&nbsp;<STRONG>Price: $ 15.00</STRONG></TD></TR></TBODY></TABLE>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (4, 'Info', 2, 'Välkommen till vår nya hemsida')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (2, 0, 0, 400, 0, 'Contact Us', 7, 'main', 'modules/Contactus/contactus.asp', 1, '5/7/2004', 1, '6/2/2005', '', '5/7/2004 12:55:00 PM', '5/7/2006 6:30:00 PM', 1, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (5, 1, 'Contact Us', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (5, 2, 'Kontakta Oss', 3, '')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (2, 0, 0, 300, 0, 'Guestbook', 12, 'main', 'Modules/Guestbook/public/default.asp', 1, '8/17/2005', 1, '8/17/2005', '', '8/17/2003 3:25:00 PM', '8/17/2008 3:25:00 PM', 1, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (6, 1, 'Guestbook', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (6, 2, 'Gästbok', 5, '')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (2, 0, 0, 0, 1, 'Products', 0, '', '1Template3.asp', 1, '10/22/2003', 1, '1/31/2005 10:49:00 AM', '', '10/22/2003', '10/22/2005', 0, 0, 0, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (7, 3, 'sadf', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (7, 2, 'Produkter', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (7, 1, 'Products', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (7, 'Info', 1, '<DIV>These are our great products:<BR><BR><A href="../../../read.asp?Docid=237">- Blanket</A></DIV>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (7, 'Info', 2, 'Våra fina produkter:')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (2, 0, 2, 0, 0, 'Om Oss', 0, '', '1Template3.asp', 1, '10/22/2003', 1, '7/4/2005 9:02:00 AM', '1/25/2005', '12/30/2004', '5/30/2008', 0, 1, 5, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (8, 2, 'Om Oss', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (8, 1, 'Dimac CMS', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (8, 'Info', 1, '<DIV align=left><FONT face=Georgia><FONT size=5><STRONG>Dimac CMS - M v 3.0</STRONG></FONT><BR><BR>CMS-M gives you total control over your sites design and content. The systems "Page Fields" and content work-flow make sure that you have that control, even with a large number of content editors and publishers.<BR><BR>CMS-M have different "Field-types" like: Memo, Text, Image, WYSIWYG-memo etc. This so that you can choose the best for every page-template. <BR><BR>If you are using CMS-M for an Intranet with a lot of content-editors then just a large WYSIWYG field is the easiest to use for most of them. If you are creating a site where you MUST have 100% control of the design, the the Text and memo are the best in combination with a CSS-file.<BR></FONT></DIV>
<P align=center><FONT face=Georgia><IMG height=278 alt="" src="SiteResources/data/MediaArchive/images/seed.jpg" width=183 border=0></FONT></P>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (8, 'Info', 2, '<DIV style="FONT-FAMILY: georgia">Detta är vår nya hemsida.</DIV>
<DIV style="FONT-FAMILY: georgia"><IMG height=269 alt="" src="SiteResources/data/MediaArchive/images/Programmer.jpg" width=150 border=0></DIV>')

INSERT INTO WorkFlowInfo (DocID, UserID, LangID, ApprovalUserID, Status, Info) VALUES (8, 1, 1, 1, 0, '3wrte')

INSERT INTO WorkFlowInfo (DocID, UserID, LangID, ApprovalUserID, Status, Info) VALUES (8, 1, 1, 1, 0, 'Please check this agin')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (235, 0, 0, 0, 0, 'Something else', 0, '', '1Template3.asp', 1, '10/22/2003', 1, '7/4/2005 9:35:00 AM', '', '12/30/2004', '5/30/2006', 0, 0, 5, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (9, 1, 'Dimac CMS', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (9, 2, 'Något annat', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (9, 'Info', 1, '<DIV align=left><FONT face=Georgia><FONT size=5><STRONG>Dimac CMS - M v 3.0</STRONG></FONT><BR><BR>CMS-M gives you total control over your sites design and content. The systems "Page Fields" and content work-flow make sure that you have that control, even with a large number of content editors and publishers.<BR><BR>CMS-M have different "Field-types" like: Memo, Text, Image, WYSIWYG-memo etc. This so that you can choose the best for every page-template. <BR><BR>If you are using CMS-M for an Intranet with a lot of content-editors then just a large WYSIWYG field is the easiest to use for most of them. If you are creating a site where you MUST have 100% control of the design, the the Text and memo are the best in combination with a CSS-file.<BR></FONT></DIV>
<P align=center><FONT face=Georgia><IMG height=278 alt="" src="SiteResources/data/MediaArchive/images/seed.jpg" width=183 border=0></FONT></P>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (9, 'Info', 2, '<P>Något annat.</P>')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (235, 0, 0, 0, 0, 'Filt', 0, '', '1Template3.asp', 1, '10/22/2003', 1, '7/4/2005 9:29:00 AM', '', '10/22/2003', '10/22/2008 3:00:00 PM', 0, 0, 5, 4, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (10, 1, 'Blanket', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (10, 2, 'Filt', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (10, 'Info', 1, '<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<P align=center><STRONG><FONT size=5>Blanket.</FONT></STRONG></P></TD></TR>
<TR>
<TD>
<P align=center>&nbsp;</P></TD></TR>
<TR>
<TD>&nbsp;<STRONG>For some of you, it''s starting to cool down. Warm back up with our fuzzy cool blanket.</STRONG></TD></TR>
<TR>
<TD><BR>&nbsp;<STRONG>Price: $ 15.00</STRONG></TD></TR></TBODY></TABLE>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (10, 'Info', 2, 'Nu har vi en fin filt.')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (299, 0, 0, 0, 0, 'Tranga Kitchen', 0, '', '1Template3.asp', 1, '2/24/2005', 1, '2/24/2005 11:05:00 AM', '', '2/24/2005 11:04:00 AM', '2/24/2007 11:04:00 AM', 0, 0, 1, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (11, 1, 'Tranga Kitchen', 1, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (11, 2, 'Trangakök', 1, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (11, 'Info', 1, 'Tranga Kitchen')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (11, 'Info', 2, 'Trangakök')

INSERT INTO Documents (ParentID, prevDocumentID, prevParentID, SortOrder, isFolder, DocName, ModuleID, ModuleFrame, TemplateURL, CreatedBy, CreatedDate, ModifiedBy, ModifiedDate, SentForApprovalDate, PublishDate, ExpiresDate, Active, ApprovalID, DocumentStatus, SecLevel, ExternalPage, ExternalPageURL, ExternalPageFrame, Extra1, Extra2, Extra3, MultiPageStartYN, MultiPagePrevPage, MultiPageNextPage, TreeIcon, Searchable) VALUES (299, 0, 0, 0, 0, 'Sleeping Bag', 0, '', '1Template3.asp', 1, '10/22/2003', 1, '2/22/2005 3:00:00 PM', '', '10/22/2003', '10/22/2005', 0, 0, 5, 0, 0, '', '', '', '', '', '', 0, 0, '', 1)

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (12, 1, 'Sleeping Bag', 5, '')

INSERT INTO DocumentLanguages (DocId, LangId, DocName, LangStatus, LangModuleURL) VALUES (12, 2, 'Sovsäck', 5, '')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (12, 'Info', 1, '<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD>
<P align=center><STRONG><FONT size=5>Sleeping Bag.</FONT></STRONG></P></TD></TR>
<TR>
<TD>
<P align=center>&nbsp;</P></TD></TR>
<TR>
<TD>&nbsp;<STRONG>For some of you, it''s starting to cool down. Warm back up with our fuzzy cool Sleeping Bag.</STRONG></TD></TR>
<TR>
<TD><BR>&nbsp;<STRONG>Price: $ 18.00</STRONG></TD></TR></TBODY></TABLE>')

INSERT INTO DocumentFields (DocID, Name, LangId, FieldValue) VALUES (12, 'Info', 2, 'Nu har vi en fin sovsäck.')

UPDATE Documents SET ParentID=1 WHERE ParentID=255

UPDATE Documents SET ParentID=2 WHERE ParentID=1

UPDATE Documents SET ParentID=3 WHERE ParentID=2

UPDATE Documents SET ParentID=4 WHERE ParentID=271

UPDATE Documents SET ParentID=5 WHERE ParentID=249

UPDATE Documents SET ParentID=6 WHERE ParentID=315

UPDATE Documents SET ParentID=7 WHERE ParentID=235

UPDATE Documents SET ParentID=8 WHERE ParentID=233

UPDATE Documents SET ParentID=9 WHERE ParentID=299

UPDATE Documents SET ParentID=10 WHERE ParentID=237

UPDATE Documents SET ParentID=11 WHERE ParentID=300

UPDATE Documents SET ParentID=12 WHERE ParentID=298

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('Version', '3.0', 'Text', 1, '', 'CMS version number', 'Misc')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('EncryptKey', 'BIKUHJU76GSKI93HNDUE910KLS', 'Text', 0, '', 'Encryption Key', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('WebSiteRoot', 'http://DimacCMSdev/m/', 'Text', 0, '', '', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('SiteRootID', '2', 'Text', 0, '', 'Used for menus in navigation, 2 is default for the provided MS Access db.', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('SiteUseFrames', '1', 'Select', 0, '1=True | 0=false', '', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('DatabaseType', 'Access', 'Select', 0, 'Access | mySQL | MS-SQL', 'Database type', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('TrashBinID', '255', 'Text', 0, '', 'Used for menus in navigation, 3 is default for the provided MS Access db.', 'System')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('EditorStylesheet', '/M/SiteResources/CSS/NewSite.css', 'Text', 0, '', '[ none | "name.css" ]', 'WYSIWYG')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('EditorUseBR', '0', 'Select', 0, '1=Use &lt;BR&gt;| 0=Use &lt;P&gt;', '', 'WYSIWYG')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('EditorStyleButtons', '1', 'Select', 0, '1=Use all style buttons | 0=Disable all style buttons', 'Use the WYSIWYG styles (Bold, Italic etc)', 'WYSIWYG')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('EmailComponent', 'JMail', 'Select', 0, 'JMail | CDONTS', 'Component used for sending e-mails', 'Component')

INSERT INTO cmsSettings (SettingKey, SettingValue, SettingType, SettingIsReadOnly, SettingOptions, SettingComments, SettingGroup) VALUES ('UploadComponent', 'w3Upload', 'Select', 0, 'w3Upload | Script', 'Component used for uploading files', 'Component')

UPDATE cmsSettings SET SettingValue = 'MS-SQL' WHERE SettingKey = 'DatabaseType'

UPDATE cmsSettings SET SettingValue = '3' WHERE SettingKey = 'SiteRootID'

UPDATE cmsSettings SET SettingValue = '1' WHERE SettingKey = 'TrashBinID'
