/////////////
// Main Database...if you make substantial changes to this..be very careful
// ..this must be coordinated w/ the menu table found in menu.txt (Include)

//holds information of menu cells, this will be long..and must be filled in carefully and completely accurately!
// section: 	tells what section of the site structure (and menu) the page resides
// subsection:  tells what subsection of the site structure (and menu) the page resides
// numChildren: tells how many children pages a level 2 or higher page has.. (i.e. if Sub==0, then it has no children)
// linkTo:		tells the actual file name the pageId corresponds to..
// fileStructure:tells where in the file structure the page resides
// linkName:	tells what the link will show up as on the page
////////////////////////////
function getInfo(td){
	switch(td) {
	case "idSec0Sub0Num0": section= 0;
				subsection = 0;
				numChildren = 6;
				linkTo='index.shtml';
				fileStructureLocation = '';
				linkName= 'Visual Media Services'; break;
/////////////////////////////////////////////////////////////////
	case "idSec1Sub0Num0": section= 1;
				subsection = 0;
				numChildren = 6;
				linkTo='gallery.shtml';
				fileStructureLocation = '';
				linkName='Gallery'; break;
		case "idSec1Sub1Num0": section= 1;
					subsection = 1;
					numChildren = 6;
					linkTo='photography.shtml';
					fileStructureLocation = 'gallery/'; 
					linkName='Photography'; break;
			case "idSec1Sub1Num1": section= 1;
						subsection = 1;
						numChildren = 0;
						linkTo='buildingsSite.shtml';
						fileStructureLocation = 'gallery/photography/'; 
						linkName= 'Buildings & Site'; break;
			case "idSec1Sub1Num2": section= 1;
						subsection = 1;
						numChildren = 0;
						linkTo='acceleratorComponents.shtml';
						fileStructureLocation = 'gallery/photography/'; 
						linkName= 'Accelerator & Components'; break;
			case "idSec1Sub1Num3": section= 1;
						subsection = 1;
						numChildren = 0;
						linkTo='detectorsComputing.shtml';
						fileStructureLocation = 'gallery/photography/'; 
						linkName= 'Detectors & Computing'; break;
			case "idSec1Sub1Num4": section= 1;
						subsection = 1;
						numChildren = 0;
						linkTo='peopleEvents.shtml';
						fileStructureLocation = 'gallery/photography/'; 
						linkName= 'People & Events'; break;
			case "idSec1Sub1Num5": section= 1;
						subsection = 1;
						numChildren = 0;
						linkTo='theEnvironment.shtml';
						fileStructureLocation = 'gallery/photography/'; 
						linkName= 'The Environment'; break;
		case "idSec1Sub2Num0": section= 1;
					subsection = 2;
					numChildren = 6;
					linkTo='video.shtml';
					fileStructureLocation = 'gallery/';  
					linkName='Video'; break;
			case "idSec1Sub2Num1": section= 1;
						subsection = 2;
						numChildren = 0;
						linkTo='animations.shtml';
						fileStructureLocation = 'gallery/video/'; 
						linkName= 'Animations'; break;
			case "idSec1Sub2Num2": section= 1;
						subsection = 2;
						numChildren = 0;
						linkTo='selectedPrograms.shtml';
						fileStructureLocation = 'gallery/video/'; 
						linkName= 'Selected Programs'; break;
			case "idSec1Sub2Num3": section= 1;
						subsection = 2;
						numChildren = 0;
						linkTo='streamingVideo.shtml';
						fileStructureLocation = 'gallery/video/'; 
						linkName= 'Streaming Video'; break;
			case "idSec1Sub2Num4": section= 1;
						subsection = 2;
						numChildren = 0;
						linkTo='videoNews.shtml';
						fileStructureLocation = 'gallery/video/'; 
						linkName= 'Video News'; break;
			case "idSec1Sub2Num5": section= 1;
						subsection = 2;
						numChildren = 0;
						linkTo='mediafootage.shtml';
						fileStructureLocation = 'gallery/video/'; 
						linkName= 'Media Footage'; break;

		case "idSec1Sub3Num0": section= 1;
					subsection = 3;
					numChildren = 6; 
					linkTo='graphicArts.shtml';
					fileStructureLocation = 'gallery/'; 
					linkName='Graphic Arts'; break;
			case "idSec1Sub3Num1": section= 1;
						subsection = 3;
						numChildren = 0;
						linkTo='Illustrations.shtml';
						fileStructureLocation = 'gallery/graphicArts/'; 
						linkName= 'Illustrations'; break;
			case "idSec1Sub3Num2": section= 1;
						subsection = 3;
						numChildren = 0;
						linkTo='Exhibits_Installations.shtml';
						fileStructureLocation = 'gallery/graphicArts/'; 
						linkName= 'Exhibits & Installations'; break;
			case "idSec1Sub3Num3": section= 1;
						subsection = 3;
						numChildren = 0;
						linkTo='Printed_Material.shtml';
						fileStructureLocation = 'gallery/graphicArts/'; 
						linkName= 'Printed Material'; break;
			case "idSec1Sub3Num4": section= 1;
						subsection = 3;
						numChildren = 0;
						linkTo='Historic.shtml';
						fileStructureLocation = 'gallery/graphicArts/'; 
						linkName= 'Historic'; break;

///////////////////////////////////////////////////////////////////
	case "idSec2Sub0Num0": section= 2;
				subsection = 0;
				numChildren = 6; 
				linkTo='services.shtml';
				fileStructureLocation = ''; 
				linkName='Services Offered'; break;
		case "idSec2Sub1Num0": section= 2;
					subsection = 1;
					numChildren = 6; 
					linkTo='duplication.shtml';
					fileStructureLocation = 'services/'; 
					linkName='Duplication'; break;
			case "idSec2Sub1Num1": section= 2;
						subsection = 1;
						numChildren = 0;
						linkTo='docucolor.shtml';
						fileStructureLocation = 'services/duplication/'; 
						linkName= 'Docucolor'; break;
			case "idSec2Sub1Num2": section= 2;
						subsection = 1;
						numChildren = 0;
						linkTo='docutech.shtml';
						fileStructureLocation = 'services/duplication/';
						linkName= 'Docutech'; break;
			case "idSec2Sub1Num6": section= 2;
						subsection = 1;
						numChildren = 0;
						linkTo='DuplicationNeedToKnow.shtml';
						fileStructureLocation = 'services/duplication/';
						linkName= 'What You Need to Know'; break;
		case "idSec2Sub2Num0": section= 2;
					subsection = 2;
					numChildren = 6; 
					linkTo='photography.shtml';
					fileStructureLocation = 'services/';
					linkName='Photography'; break;
			case "idSec2Sub2Num1": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='Photographic.shtml';
						fileStructureLocation = 'services/photography/';
						linkName= 'Acquisition'; break;
			case "idSec2Sub2Num2": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='FilmScanning.shtml';
						fileStructureLocation = 'services/photography/';
						linkName= 'Film Scanning'; break;
			case "idSec2Sub2Num3": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='DigitalPrinting.shtml';
						fileStructureLocation = 'services/photography/';
						linkName= 'Digital Printing'; break;
			case "idSec2Sub2Num4": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='LargeFormat.shtml';
						fileStructureLocation = 'services/photography/';
						linkName= 'Large Format / Mounting'; break;
			case "idSec2Sub2Num5": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='Passport.shtml';
						fileStructureLocation = 'services/photography/';
						linkName= 'Passport/Visa'; break;

		case "idSec2Sub3Num0": section= 2;
					subsection = 3;
					numChildren = 6; 
					linkTo='videoProduction.shtml';
					fileStructureLocation = 'services/';
					linkName='Video Production'; break;
			case "idSec2Sub3Num1": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='videoProjects.shtml';
						fileStructureLocation = 'services/videoProduction/';
						linkName= 'Video Projects'; break;
			case "idSec2Sub3Num2": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='digitalVideo.shtml';
						fileStructureLocation = 'services/videoProduction/';
						linkName= 'Video Digitizing'; break;
			case "idSec2Sub3Num3": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='camcorderRecording.shtml';
						fileStructureLocation = 'services/videoProduction/';
						linkName= 'Do It Yourself Video'; break;
			case "idSec2Sub3Num4": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='satellite.shtml';
						fileStructureLocation = 'services/videoProduction/';
						linkName= 'Satellite'; break;
			case "idSec2Sub3Num5": section= 2;
						subsection = 3;
						numChildren = 0;
						linkTo='dvd.shtml';
						fileStructureLocation = 'services/videoProduction/';
						linkName= 'DVD Production'; break;
		case "idSec2Sub4Num0": section= 2;
					subsection = 4;
					numChildren = 6; 
					linkTo='graphicArts.shtml';
					fileStructureLocation = 'services/';
					linkName='Graphic Arts'; break;
			case "idSec2Sub4Num1": section= 2;
						subsection = 4;
						numChildren = 0;
						linkTo='Capabilities.shtml';
						fileStructureLocation = 'services/GraphicArts/';
						linkName= 'Capabilities'; break;
			case "idSec2Sub4Num2": section= 2;
						subsection = 4;
						numChildren = 0;
						linkTo='Fees.shtml';
						fileStructureLocation = 'services/GraphicArts/';
						linkName= 'Fees'; break;
			case "idSec2Sub4Num3": section= 2;
						subsection = 4;
						numChildren = 0;
						linkTo='ApprovalProcess.shtml';
						fileStructureLocation = 'services/GraphicArts/';
						linkName= 'Approval Process'; break;
			case "idSec2Sub4Num4": section= 2;
						subsection = 4;
						numChildren = 0;
						linkTo='TimeLine.shtml';
						fileStructureLocation = 'services/GraphicArts/';
						linkName= 'Timeline / Turnaround'; break;
			case "idSec2Sub4Num5": section= 2;
						subsection = 4;
						numChildren = 0;
						linkTo='Printing.shtml';
						fileStructureLocation = 'services/GraphicArts/';
						linkName= 'Printing'; break;

		case "idSec2Sub5Num0": section= 2;
					subsection = 5;
					numChildren = 6; 
					linkTo='speakerSupport.shtml';
					fileStructureLocation = 'services/';
					linkName='Speaker Support'; break;
			case "idSec2Sub5Num1": section= 2;
						subsection = 5;
						numChildren = 0;
						linkTo='RoomCoverage.shtml';
						fileStructureLocation = 'services/SpeakerSupport/';
						linkName= 'Room Coverage'; break;
			case "idSec2Sub5Num2": section= 2;
						subsection = 5;
						numChildren = 0;
						linkTo='Procedures.shtml';
						fileStructureLocation = 'services/SpeakerSupport/';
						linkName= 'Procedures'; break;
			case "idSec2Sub5Num3": section= 2;
						subsection = 5;
						numChildren = 0;
						linkTo='Scope.shtml';
						fileStructureLocation = 'services/SpeakerSupport/';
						linkName= 'Service Scope'; break;
			case "idSec2Sub5Num4": section= 2;
						subsection = 5;
						numChildren = 0;
						linkTo='FAQ.shtml';
						fileStructureLocation = 'services/SpeakerSupport/';
						linkName= 'FAQs'; break;

		case "idSec2Sub6Num0": section= 2;
					subsection = 6;
					numChildren = 6;
					linkTo='streamingVideo.shtml';
					fileStructureLocation = 'services/';
					linkName= 'Streaming Video'; break;
			case "idSec2Sub6Num1": section= 2;
						subsection = 6;
						numChildren = 0;
						linkTo='Live.shtml';
						fileStructureLocation = 'services/streamingVideo/';
						linkName= 'What\'s Live'; break;
			case "idSec2Sub6Num2": section= 2;
						subsection = 6;
						numChildren = 0;
						linkTo='speakerAdvice.shtml';
						fileStructureLocation = 'services/streamingVideo/';
						linkName= 'Speaker Advice'; break;
			case "idSec2Sub6Num3": section= 2;
						subsection = 6;
						numChildren = 0;
						linkTo='streamingmodels.shtml';
						fileStructureLocation = 'services/streamingVideo/';
						linkName= 'Streaming Models'; break;
			case "idSec2Sub6Num4": section= 2;
						subsection = 6;
						numChildren = 0;
						linkTo='pricing.shtml';
						fileStructureLocation = 'services/streamingVideo/';
						linkName= 'Pricing'; break;
			case "idSec2Sub6Num5": section= 2;
						subsection = 6;
						numChildren = 0;
						linkTo='StreamingEstimator.shtml';
						fileStructureLocation = 'services/streamingVideo/';
						linkName= 'Cost Estimator'; break;


////////////////////////////////////////////////////////////////////
	case "idSec3Sub0Num0": section= 3;
				subsection = 0; 
				numChildren = 6;
				linkTo='search.shtml';
				fileStructureLocation = '';
				linkName='Search'; break;

		case "idSec3Sub1Num0": section= 3;
					subsection = 1;
					numChildren = 6; 
					linkTo='photography.shtml';
					fileStructureLocation = 'search/';
					linkName='Photography'; break;
			case "idSec3Sub1Num1": section= 3;
						subsection = 1;
						numChildren = 0;
						linkTo='OnlineImages.shtml';
						fileStructureLocation = 'search/photography/';
						linkName='Search Online Images'; break;
			case "idSec3Sub1Num2": section= 3;
						subsection = 1;
						numChildren = 0;
						linkTo='EntireDatabase.shtml';
						fileStructureLocation = 'search/photography/';
						linkName='Search Entire Database'; break;

		case "idSec3Sub2Num0": section= 3;
					subsection = 2;
					numChildren = 6;
					linkTo='video.shtml';
					fileStructureLocation = 'search/';
					linkName='Video Programs'; break;
			case "idSec3Sub2Num1": section= 3;
						subsection = 2;
						numChildren = 0;
						linkTo='VideotapeLibrary.shtml';
						fileStructureLocation = 'search/video/';
						linkName='Search Tape Library'; break;
			case "idSec3Sub2Num2": section= 3;
						subsection = 2;
						numChildren = 0;
						linkTo='streamingVideo.shtml';
						fileStructureLocation = 'search/video/';
						linkName='Search Streaming Video'; break;

		case "idSec3Sub3Num0": section= 3;
					subsection = 3;
					numChildren = 6; 
					linkTo='StreamingVideo.shtml';
					fileStructureLocation = 'search/video/';
					linkName='Streaming Video Archive'; break;
			case "idSec3Sub3Num1": section= 3;
						subsection = 3;
						numChildren = 0;
						linkTo='VideoTapeLibrary.shtml';
						fileStructureLocation = 'search/video/';
						linkName='Search Tape Library'; break;
			case "idSec3Sub3Num2": section= 3;
						subsection = 3;
						numChildren = 0;
						linkTo='StreamingVideo.shtml';
						fileStructureLocation = 'search/video/';
						linkName='Search Streaming Video'; break;

		case "idSec3Sub4Num0": section= 3;
					subsection = 4;
					numChildren = 6; 
					linkTo='graphicArts.shtml';
					fileStructureLocation = 'search/';
					linkName='Graphic Arts'; break;
			case "idSec3Sub4Num1": section= 3;
						subsection = 4;
						numChildren = 0;
						linkTo='OnlineImages.shtml';
						fileStructureLocation = 'search/graphicArts/';
						linkName='Search Online Images'; break;
			case "idSec3Sub4Num2": section= 3;
						subsection = 4;
						numChildren = 0;
						linkTo='EntireDatabase.shtml';
						fileStructureLocation = 'search/graphicArts/';
						linkName='Search Entire Database'; break;


////////////////////////////////////////////////////////////////////
	case "idSec4Sub0Num0": section= 4;
				subsection = 0;
				numChildren = 6;
				linkTo='order.shtml';
				fileStructureLocation = ''; 
				linkName='Order'; break;
		case "idSec4Sub1Num0": section= 4;
					subsection = 1;
					numChildren = 6;
					linkTo='duplication.shtml';
					fileStructureLocation = 'order/';  
					linkName='Duplication'; break;
			case "idSec4Sub1Num1": section= 4;
						subsection = 1;
						numChildren = 0;
						linkTo='priceList.shtml';
						fileStructureLocation = 'order/duplication/';
						linkName= 'Price List'; break;
			case "idSec4Sub1Num2": section= 4;
						subsection = 2;
						numChildren = 0;
						linkTo='orderForm.shtml';
						fileStructureLocation = 'order/duplication/';
						linkName= 'Order Form'; break
//			case "idSec4Sub1Num3": section= 4;
//						subsection = 3;
//						numChildren = 0;
//						linkTo='copierApproval.shtml';
//						fileStructureLocation = 'order/duplication/';
//						linkName= 'Copier Approval'; break;
		case "idSec4Sub2Num0": section= 4;
					subsection = 2;
					numChildren = 6;
					linkTo='photography.shtml';
					fileStructureLocation = 'order/'; 
					linkName='Photography'; break;
			case "idSec4Sub2Num1": section= 4;
						subsection = 2;
						numChildren = 0;
						linkTo='priceList.shtml';
						fileStructureLocation = 'order/photography/';
						linkName= 'Price List'; break
			case "idSec4Sub2Num2": section= 4;
						subsection = 2;
						numChildren = 0;
						linkTo='orderForm.shtml';
						fileStructureLocation = 'order/photography/';
						linkName= 'Order Form'; break;
		case "idSec4Sub3Num0": section= 4;
					subsection = 3;
					numChildren = 6; 
					linkTo='video.shtml';
					fileStructureLocation = 'order/'; 
					linkName='Video'; break;
			case "idSec4Sub3Num1": section= 4;
						subsection = 3;
						numChildren = 0;
						linkTo='priceList.shtml';
						fileStructureLocation = 'order/video/';
						linkName= 'Price List'; break
			case "idSec4Sub3Num2": section= 4;
						subsection = 3;
						numChildren = 0;
						linkTo='orderForm.shtml';
						fileStructureLocation = 'order/video/';
						linkName= 'Order Form'; break;
////////////////////////////////////////////////////////////////////
	case "idSec5Sub0Num0": section= 5;
				subsection = 0;
				numChildren = 6; 
				linkTo='contact.shtml';
				fileStructureLocation = '';
				linkName='Contact'; break;
		case "idSec5Sub1Num0": section= 5;
					subsection = 1;
					numChildren = 6; 
					linkTo='staffIndex.shtml';
					fileStructureLocation = 'contact/';
					linkName='Staff Index'; break;
		case "idSec5Sub2Num0": section= 5;
					subsection = 2;
					numChildren = 6; 
					linkTo='feedback.shtml';
					fileStructureLocation = 'contact/';
					linkName='Feedback'; break;
		case "idSec5Sub3Num0": section= 5;
					subsection = 3;
					numChildren = 6; 
					linkTo='mission.shtml';
					fileStructureLocation = 'contact/';
					linkName='Mission'; break;
////////////////////////////////////////////////////////////////////
	case "idSec6Sub0Num0": section= 6;
				subsection = 0;
				numChildren = 6; 
				linkTo='siteInformation.shtml';
				fileStructureLocation = '';
				linkName='Site Information'; break;
		case "idSec6Sub1Num0": section= 6;
					subsection = 1;
					numChildren = 6; 
					linkTo='history.shtml';
					fileStructureLocation = 'siteInformation/';
					linkName='History'; break;
		case "idSec6Sub2Num0": section= 6;
					subsection = 2;
					numChildren = 6; 
					linkTo='siteMap.shtml';
					fileStructureLocation = 'siteInformation/';
					linkName='Site Map'; break;
////////////////////////////////////////////////////////////////////
	case "idSec7Sub0Num0": section= 7;
				subsection = 0;
				numChildren = 6; 
				linkTo='FTP.shtml';
				fileStructureLocation = '';
				linkName='FTP'; break;
		case "idSec7Sub1Num0": section= 7;
					subsection = 0;
					numChildren = 6; 
					linkTo='public.shtml';
					fileStructureLocation = 'FTP/';
					linkName='Public'; break;
		case "idSec7Sub2Num0": section= 7;
					subsection = 0;
					numChildren = 6; 
					linkTo='dropbox.shtml';
					fileStructureLocation = 'FTP/';
					linkName='Dropbox'; break;
////////////////////////////////////////////////////////////////////
	case "idSec8Sub0Num0": section= 8;
				subsection = 0;
				numChildren = 6; 
				linkTo='pricelist.shtml';
				fileStructureLocation = '';
				linkName='Price List'; break;
////////////////////////////////////////////////////////////////////
	case "idSec9Sub0Num0": section= 9;
				subsection = 0;
				numChildren = 6; 
				linkTo='http://www.fnal.gov';
				fileStructureLocation = '';
				linkName='New on VMS!'; break;
////////////////////////////////////////////////////////////////////

	default: 	section = sec; 
				subsection = sub;
				numChildren = 0;
				linkTo='index.shtml';
				fileStructureLocation = '';
				linkName='&nbsp;'; break;}
}
