///////////////////// DSCRIPTS PRESENTS /////////////////////////////////////
//                                                                         //    
//   This script has been downloaded from http://dscripts.awardspace.com   //
//  ---------------------------------------------------------------------  //
//                                                                         //
//  Script Name: Javascript Include                                        //
//  Written on: 5 January 2007                                             //        
//  Written by: Burhan Uddin                                               //        
//                                                                         //      
//  Browse: http://dscripts.awardspace.com for more free scripts.          //
//                                                                         //
/////////////////////////////////////////////////////////////////////////////


// Script Begins from here ==================================//


// Declaring header footer and navigation as array variable

var header      = new Array();  // Header
var newgallery  = new Array();  // New Gallery
var newtutorial		= new Array();  // New Tutorial
var footer      = new Array();  // Footer
var menu        = new Array();  // Menu
var quicktime        = new Array();  // QuickTime Info
var banner       = new Array();  // Banner Text

// Put you html codes of header, footer and navigation separately in the three part of code block below.
// Put each line of html codes in each line inside the two single qute block ('[code]')
// You can put as many lines of html code as you wish. just increase the array number for each line line h[0], h[2] ......h[100],... h[1000]...
// Add this javascript inside header tag of your page i.e between <head> and </head>
// Don't forget to add the second script in all of your html pages where you need to header footer or navigation.
// Using this script you can put any repetable part of code inside this js file which will allow you to put and edit the same code of multiple pages easily.
// *** Important: Don't forget to add backslash ( \ ) everywhere you have a single quote inside your html codes. If you don't do it. This script wouldn't work.



////////////////////////////// Edit Below //////////////////////////////


// ==================== Header ==================== //

header[0] = '<div id="header">';
header[1] = '<!-- Beginning of Client Side Image Map -->';
header[2] = '<a href="Video Tutorials.html?d=Tutorials"><img src="images/hdr_bg3b.jpg" srcover="images/hdr_bg3d.jpg" USEMAP="#hdr_bg3c" BORDER=0 > </a>';
header[3] = '<map name="hdr_bg3b"> ';
header[4] = '<area shape="poly" coords="244,1,256,20,525,21,533,1,244,0,244,0" href="Video Tutorials.html?d=Tutorials"  alt="Browse All Video Tutorial Pages Alphabetically" title="Browse All Video Tutorial Pages Alphabetically">';
header[5] = '<area shape="default" href="Video Tutorials.html?d=Tutorials" target="Page Default (None)">';
header[6] = '</map>';
header[7] = '<!-- End of Client Side Image Map -->';
header[8] = '<ul>';
header[9] = '<li class="noBdr"><a href="index.html" title="Home">Home</a></li>';
header[10] = '<li><a href="E-Mail.html" title="E-Mail">E-Mail</a></li>';
header[11] = '<li><a href="Links.html" title="Links">Links</a></li>';
header[12] = '<li><a href="Guestbook.html" title="Guestbook">Guestbook</a></li>';
header[13] = '<li><a href="Photoshop Tutorials.html" title="Photoshop Tutorials">Photoshop Tutorials</a></li>';
header[14] = '<li><a href="Table of Contents.html" title="Table Of Contents">Table Of Contents</a></li>';
header[15] = '</ul></div>';
 
 
 
// ==================== New Gallery ==================== //

newgallery[0]  = '<div class="boxtop"></div>';
newgallery[1]  = '<div class="box">';
newgallery[2]  = '<img src="Gallery/Multitrack/thumbnail.jpg" width="220" class="reflect rheight20 ropacity40"/>';
newgallery[3]  = '<div class="message">';
newgallery[4]  = '<dl>';
newgallery[5]  = '<dt>Date Posted: April 11, 2010</dt>';
newgallery[6]  = '<dd>I have added a new Photoshop gallery of my Tascam Multitrack Recorder done in Photoshop. </dd>';
newgallery[7]  = '</dl>';
newgallery[8]  = '<div id="link-wrap">';
newgallery[9]  = '<img src="images/arrow_right.png"  alt="" border="0" class="image">';
newgallery[10] = '<div id="link">';
newgallery[11] = '<ul><li>';
newgallery[12] = '<a href="Gallery/Multitrack/Gallery-MultiTrack.html"><b>Click for Gallery</b></a>';
newgallery[13] = '</li></ul></div></div></div>';
newgallery[14] = '<div class="boxbottom"></div></div>';


// ==================== New Tutorial ==================== //

newtutorial[0]  = '<div class="boxtop"></div>';
newtutorial[1]  = '<div class="box">';
newtutorial[2]  = '<img src="Gallery/Multitrack/thumbnail.jpg" width="220" class="reflect rheight20 ropacity40"/>';
newtutorial[3]  = '<div class="message">';
newtutorial[4]  = '<dl>';
newtutorial[5]  = '<dt>Date Posted: April 11, 2010</dt>';
newtutorial[6]  = '<dd>I have added a new section to my site. A Gallery of some of my work done in Photoshop. I will add more, but for now, check out what I have.</dd>';
newtutorial[7]  = '</dl>';
newtutorial[8]  = '<div id="link-wrap">';
newtutorial[9]  = '<img src="images/arrow_right.png"  alt="" border="0" class="image">';
newtutorial[10] = '<div id="link">';
newtutorial[11] = '<ul><li>';
newtutorial[12] = '<a href="Gallery.html?d=Photoshop-Gallery"><b>Click for Gallery</b></a>';
newtutorial[13] = '</li></ul></div></div></div>';
newtutorial[14] = '<div class="boxbottom"></div></div>';


// ==================== Footer ==================== //

footer[0] = '<p><strong>';
footer[1] = 'Copyright &#169;  2008 - <SCRIPT LANGUAGE="JavaScript">document.write(customDateString())</SCRIPT> Luis Pfeiffer. All rights reserved.</strong>';
footer[2] = '<br class="spacer" />';
footer[3] = '<a href="index.html">www.video-tutorial.com</a>';
footer[4] = '<br class="spacer" />';
footer[5] = 'Video or Images on this site may not be used or reproduced without permission.';
footer[6] = '<br>';
footer[7] = '<!-- <script language="javascript" type="text/javascript" src="http://www.video-tutorial.com/cgi-bin/dcount/javascript.php"></script> -->';
footer[8] = '<noscript>';
footer[9] = '<img src="http://www.video-tutorial.com/cgi-bin/dcount/javascript.php" width=1 height=1 border=0>'; 
footer[10] = '</noscript>'; 


// ==================== Tutorial Menu ==================== //

menu[0] = '<h4><font size="1">MENU:</font></h4>';
menu[1] = '<div class="boxtop"></div>';
menu[2] = '<div class="box">';
menu[3] = '<table>';
menu[4] = '<tr>';
menu[5] = '<th><div align="center"><font size="2">Tutorial Section</font></div></th>';
menu[6] = '<th><div align="center">Number<br> of Tuts</div></th>';
menu[7] = '<th><div align="center">Format</div></th>';
menu[8] = '</tr>';

//Objects Tutorials//
menu[9]  = '<td>';
menu[10] = '<div id="sidemenu-wrap">';
menu[11] = '<div id="sidemenu">';
menu[12] = '<ul>';
menu[13] = '<li><a href="Photoshop Tutorials.html?d=Objects-Tutorials"><b>Objects</b></a></li>';
menu[14] = '</ul></div></div></td>';
menu[15] = '<td><div align="center">4</div></td>';
menu[16] = '<td><div align="center">Video</div></td></tr>';

//Textures Tutorials //
menu[17] = '<td>';
menu[18] = '<div id="sidemenu-wrap">';
menu[19] = '<div id="sidemenu">';
menu[20] = '<ul><li>';
menu[21] = '<a href="Photoshop Tutorials.html?d=Textures-Tutorials"><b>Textures</b></a>';
menu[22] = '</li></ul></div></div></td>';
menu[23] = '<td><div align="center">2</div></td>';
menu[24] = '<td><div align="center">Video</div></td></tr>';

// Photo Effects Tutorials //
menu[25] = '<td>';
menu[26] = '<div id="sidemenu-wrap">';
menu[27] = '<div id="sidemenu">';
menu[28] = '<ul><li>';
menu[29] = '<a href="Photoshop Tutorials.html?d=PhotoEffects-Tutorials"><b>Photo Effects</b></a>';
menu[30] = '</li></ul></div></div></td>';
menu[31] = '<td><div align="center">2</div></td>';
menu[32] = '<td><div align="center">Video</div></td></tr>';

// Photoshop Tips //
menu[33] = '<td>';
menu[34] = '<div id="sidemenu-wrap">';
menu[35] = '<div id="sidemenu">';
menu[36] = '<ul><li>';
menu[37] = '<a href="Photoshop Tips.html?d=Photoshop-Tips"><b>Photoshop Tips</b></a>';
menu[38] = '</li></ul></div></div></td>';
menu[39] = '<td><div align="center">3</div></td>';
menu[40] = '<td><div align="center">Text</div></td></tr>';
menu[41] = '</table>';

// Photoshop Gallery //
menu[42] = '<!--<div class="boxbottom"></div></div>-->';
menu[43]  = '<div class="boxtop"></div>';
menu[44]  = '<div class="box">';
menu[45]  = '<div id="link-wrap">';
menu[46]  = '<img src="images/arrow_right.png"  alt="" border="0" class="image">';
menu[47] = '<div id="link">';
menu[48] = '<ul><li>';
menu[49] = '<a href="Gallery.html?d=Photoshop-Gallery"><b>Photoshop Gallery</b></a>';
menu[50] = '</li></ul></div></div></div>';
menu[51] = '<div class="boxbottom"></div></div>';



// ==================== QuickTime Info ==================== //

quicktime[0] = '<div class="box">';
quicktime[1] = '<div class="welcome">';
quicktime[2] = '<div id="notice1">';
quicktime[3] = '<div id="notice1info">';
quicktime[4] = '<!-- <img src="images/BoxFullOfTutorials1.jpg" width="420"  alt="" border="0"> -->';
quicktime[5] = '<img src="images/Quicktime.jpg"  alt="" border="0" class="image"/>';
quicktime[6] = '<h6>The tutorials on this site are in Quicktime format. Also, the tutorials are in a zip folder once you download it. So, you will need some aplication to unzip the tutorials.</h6>Best viewed with QuickTime 6 or later.';
quicktime[7] = '<br><br>';
quicktime[8] = '<img src="images/arrow_right.png"   alt="" border="0" class="image">';
quicktime[9] = '<div id="menu-wrap">';
quicktime[10] = '<div id="menu">';
quicktime[11] = '<ul><li>';
quicktime[12] = '<a href="http://www.apple.com/quicktime/download/"><b>Download the latest version of QuickTime</b></a>';
quicktime[13] = '</li></ul></div></div></div> </div></div> </div>';



// ==================== Banner Text ==================== //

banner[0] = '';
banner[1] = '';
banner[2] = '<h2>Welcome to my Photoshop Tutorial Page</h2>';
banner[3] = '<img src="images/banner.jpg" width="450"  alt="" border="0" class="reflect rheight20 ropacity40"/><p>';
banner[4] = '';
banner[5] = 'The tutorials featured on this site were made from scratch using only Filters, Layer Styles or what is provided to me in Photoshop. I will not use any other third party plug-ins or other textures from the internet. I tend to make stuff from scratch.<p>As you can see from the image below, everything was made from scratch. Six of the tutorials from this site were used to create this. So, I hope you like the tutorials on this site and I hope you learn something new.<br>';
banner[6] = '<br>';
banner[7] = '<img src="images/tutorialexamples.jpg" width="450"  alt="" border="0" class="reflect rheight20 ropacity40"/><p>';
banner[8] = '';
banner[9] = '<!-- <div align="right"><img src="images/sig.jpg" width="87" height="23" alt="" border="0"> -->';
banner[10] = '<!-- </div> <br>-->';

banner[11] = '<ul class="tablel_content">';
banner[12] = '<li><strong><a href="Information.html?d=35mmSlides-Information"><u>35mm Slides</u></a></strong>';
banner[13] = '<em>Objects</em></li>';
banner[14] = '<li><strong><a href="Information.html?d=CD-Information"><u>Creating a CD</u></a></strong>';
banner[15] = '<em>Objects</em></li>';
banner[16] = '<li><strong><a href="Information.html?d=Puzzle-Information"><u>Jigsaw Puzzle</u></a></strong>';
banner[17] = '<em>Photo Effect</em></li>';
banner[18] = '<li><strong><a href="Information.html?d=CorkBoard-Information"><u>Cork Texture</u></a></strong>';
banner[19] = '<em>Textures</em></li>';
banner[20] = '</ul>';
banner[21] = '</div>';
banner[22] = '<div class="boxbottom">';
banner[23] = '';


/////////////////////////////////// DO NOT EDIT BELOW ///////////////////////////


function show(i)
 {
  for (x in i)
  {
   document.write(i[x]+'\n')
  }
 }
