var locTest = 0;		      // 0 - no local testing 1 - yes local testing

var numTab = 10;                       // Number of Tabs

var secRowTab = 5; 		      // Number of Tabs on Row 1 - Only change if two rows 
				      // to be used.  negative -1 indicates no second row

var tabNum = new Array(numTab);       // Do Not Change

for (i=0; i <numTab; i++) 	      // Do Not Change
  tabNum[i]=new Array(6)	      // Do Not Change

tabNum[0][1] = "Welcome"           // Tab Label
tabNum[0][2] = "tab1content.html"     // External Content File Name, htm, html, pdf
tabNum[0][3] = "#E8E8E8"              // Background color for Active Tab and Container
tabNum[0][4] = "0"  		      // 0 - no button  1 - include button 
tabNum[0][5] = "http:\/\/martee.net"	      // Name of Doc file
tabNum[0][6] = "External Link"        // Button Name

tabNum[1][1] = "Restaurants"
tabNum[1][2] = "tab2content.html"
tabNum[1][3] = "#E8E8E8"
tabNum[1][4] = "1"       
tabNum[1][5] = "maprestaurants.html"
tabNum[1][6] = "Map of Restaurants"	    

tabNum[2][1] = "Service Stations"
tabNum[2][2] = "tab3content.html"
tabNum[2][3] = "#E8E8E8"
tabNum[2][4] = "0"       
tabNum[2][5] = "tab3doc.html"
tabNum[2][6] = "Tab 3 Archive"	    

tabNum[3][1] = "Stores"
tabNum[3][2] = "tab4content.html"
tabNum[3][3] = "#E8E8E8"
tabNum[3][4] = "0"       
tabNum[3][5] = "tab4doc.html"
tabNum[3][6] = "Tab 4 Archive"	    

tabNum[4][1] = "Rec Rentals"
tabNum[4][2] = "tab5content.html"
tabNum[4][3] = "#E8E8E8"
tabNum[4][4] = "1"       
tabNum[4][5] = "maprecrentals.html"	    
tabNum[4][6] = "Map of Rental Places"

tabNum[5][1] = "Lodging"
tabNum[5][2] = "tab6content.html"
tabNum[5][3] = "#E8E8E8"
tabNum[5][4] = "0"       
tabNum[5][5] = "tab6doc.html"	    
tabNum[5][6] = "Tab 6 Archive"

tabNum[6][1] = "Unique Shopping"
tabNum[6][2] = "tab7content.html"
tabNum[6][3] = "#E8E8E8"
tabNum[6][4] = "0"       
tabNum[6][5] = "tab6doc.html"	
tabNum[6][6] = "Tab 7 Archive"    

tabNum[7][1] = "Realtors"
tabNum[7][2] = "tab8content.html"
tabNum[7][3] = "#E8E8E8"
tabNum[7][4] = "1"       
tabNum[7][5] = "maprealtor.html"	    
tabNum[7][6] = "Map of Realtors"

tabNum[8][1] = "Banks"
tabNum[8][2] = "tab9content.html"
tabNum[8][3] = "#E8E8E8"
tabNum[8][4] = "1"       
tabNum[8][5] = "mapbank.html"	    
tabNum[8][6] = "Map of Banks"

tabNum[9][1] = "Checking Stations"
tabNum[9][2] = "tab10content.html"
tabNum[9][3] = "#E8E8E8"
tabNum[9][4] = "0"       
tabNum[9][5] = "document file"	    
tabNum[9][6] = "button name"

//  Extra Tabs definition elements

//tabNum[x][1] = "Tab Name"
//tabNum[x][2] = "external file"
//tabNum[x][3] = "#background color"
//tabNum[x][4] = "document button flag"       
//tabNum[x][5] = "document file"	    
//tabNum[x][6] = "button name"

//
// DO NOT CHANGE ANYTHING BELOW THIS LINE
//

/****************************************************************
* MTWM 1-2-3 Simple Tab Template Dynamic Definition script
* - © Martin Irvine
* This notice MUST stay intact for legal use
****************************************************************/
