Before you start creating your website please read this page along with the Getting Started page. These pages will help you get started.

 
  Adding a New Page to Your Web
1. Open a page that has the layout the way you want it.
2. Go to File and then Save As.
3. Save the page under a new name.

 
  Renaming a page
In Navigation view, right-click the page for which you want to change the label, click Rename on the shortcut menu, and then edit the name.

 
  Deleting a page
In Folder List, right-click the page you want to delete and click "Delete".

 
  How to edit the flash menu links
1. If you open the flash_link.js file included in the web folder in FrontPage program, you will find the following codes;

case 1:window.location="about_us.htm" ;break;
case 2:window.location="contact.htm" ;break;
case 3:window.location="catalog.htm" ;break;
case 4:window.location="getting_started.htm" ;break;
case 5:window.location="tutorial.htm" ;break;
case 6:window.location="new_page.htm" ;break;

3. Replace the name of page file to what you want. Do not change anything.
4. Save.
 
  How to replace the flash images
Below images files are used for the flash movies in this template:
- image_main_01.jpg
- image_main_02.jpg
- image_main_03.jpg
- image_main_04.jpg
- image_main_05.jpg
- image_main_06.jpg

 
  How to replace the flash menu & flash text
1. If you open the flash_text.txt file included in the web folder in FrontPage program, you will find the following codes;

&menu_1=About Us
&menu_1_text_1=You can Add your text here. You can Add your text here
&menu_1_text_2=Add yout text here

&menu_2=Contact
&menu_2_text_1=You can Add your text here. You can Add your text here
&menu_2_text_2=Add yout text here

&menu_3=Catalog
&menu_3_text_1=You can Add your text here. You can Add your text here
&menu_3_text_2=Add yout text here

&menu_4=Getting Started
&menu_4_text_1=You can Add your text here. You can Add your text here
&menu_4_text_2=Add yout text here

&menu_5=Tutorial
&menu_5_text_1=You can Add your text here. You can Add your text here
&menu_5_text_2=Add yout text here

&menu_6=New Page
&menu_6_text_1=You can Add your text here. You can Add your text here
&menu_6_text_2=Add yout text here

2. Do not change or delete the “&menu_number_(text_number)=” area. Just change the menu text to your own and save.