
// Use the following Code as the new content of External JavaScript DSMenuPart2.js



// Code Generated with:
// Drop & Slide Menu Generator (07/11/2003)
// by Vic Phillips
// http://homepage.ntlworld.com/vwpillips/

// Drop & Slide Menu Part 2

var DSSiteUpDate='08/10/2005';

// Size Variables
var DSMenuW=130; // Menu Width
var DSTopicH=30; // Main Menu Topic Button Height
var DSTopicW=110; // Main Menu Topic Button Width
var DSTopicImgW='95'; // Main Menu Topic Button Width
var DSTopicSep=5; // Separation between Topic Buttons
var DSSubTopicH=16; // Height of each Sub Topic
var DSSubTopicSep=2; // Separation between Sub Menu Topics
var DSSubMenuH=150; // Height of the Sub Menu
var DSNoteH=150; // Height of the Note Panel

// Color Variables
var DSMenuC='silver'; // Base Color of Menu
var DSTextOut='#0086C6'; // The normal color of topic button text
var DSTextOver='#004080'; // The MouseOver color of topic button text
var DSBGOut='#E2E2E2'; // The normal background color of topic button
var DSBGOver='#ffffff'; // The MouseOver background color of topic button
var DSNoteBG='silver'; // The background color of the Note Panel
var DSSubBG='silver'; // The background color of the Sub Menu Panel

// Menu Title
var DSMenuTitle='Menu'; // Menu Title Text
var DSTitleBGOut='silver'; // Menu Title MouseOut BackGround Color
var DSTitleBGOver='#ffffff'; // Menu Title MouseOver BackGround Color
var DSTitleTxtOut='#0086C6'; // Menu Title MouseOut Text Color
var DSTitleTxtOver='#004080'; // Menu Title MouseOver Text Color
var DSTitleImg='None'; // Menu Title MouseOut Image
var DSTitleMOver='None'; // Menu Title MouseOver Image

// Title Font Variables
var DSTitleFontSize=20; // Menu Font Size
var DSTitleFontF='times, "Times New Roman", serif;'; // Font Family
var DSTitleFontW='normal'; // Font Weight
var DSTitleFontS='normal'; // Font Normal or Italic
var DSTitleFontP=5; // Title Text Top Padding
var DSTitleFontA='center'; // Title Text Align
var DSTitleFontI=0; // Title Text Left Indent
var DSTitleFontSep=0; // to Pad a Title Image

// Topic Font Variables
var DSTopicFontSize=18; // Topic Font Size
var DSTopicFontF='times, "Times New Roman", serif;'; // Font Family
var DSTopicFontW='normal'; // Font Weight
var DSTopicFontS='normal'; // Font Normal or Italic
var DSTopicFontP=5; // Topic Text Top Padding
var DSTopicFontA='center'; // Topic Text Align
var DSTopicFontI=0; // Topic Text Left Indent

// Sub Menu Font Variables
var DSSubFontSize=14; // Sub Font Size
var DSSubFontF='times, "Times New Roman", serif;'; // Font Family
var DSSubFontW='normal'; // Font Weight
var DSSubFontS='normal'; // Font Normal or Italic
var DSSubFontA='center'; // Sub Text Align

// Note Panel Font Variables
var DSNoteFontSize=12; // Note Font Size
var DSNoteFontF='times, "Times New Roman", serif;'; // Font Family
var DSNoteFontW='normal'; // Font Weight
var DSNoteFontS='normal'; // Font Normal or Italic
var DSNoteFontA='center'; // Note Text Align
var DSNoteFontP=5; // Note Text Top Padding



function DSMakeTopics(){
 DSNewTopic('Home','None','None','http://homepage.ntlworld.com/vwphillips/index.htm','None');
 DSCloseTopic();

 DSNewTopic('EMail','Mail.gif','None','mailto:vic@vicsjavascripts.org.uk?subject=VicsJavaScripts','#EMail#');
 DSCloseTopic();

// End of Topics

}

DSExtPt2JS=true;

