

USETEXTLINKS = 1
STARTALLOPEN = 0
HIGHLIGHT = 1
HIGHLIGHT_BG = '#333366'
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1



foldersTree = gFld('Bioinformatics Resources', 'index.html')
f = foldersTree

aux1 = insFld(f,gFld('Major Databases & Resources', 'major_db.html'))
	aux2 = insFld(aux1,gFld('NCBI', 'ncbi.html'))

		aux3 = insFld(aux2,gFld('NCBI Databases', 'ncbi_databases.html'))
				insDoc(aux3,gLnk('S', 'Nucleotide', 'ncbi_nucleotide.html'))
				insDoc(aux3,gLnk('S', 'Protein', 'ncbi_protein.html'))
				insDoc(aux3,gLnk('S', 'Structure', 'ncbi_structure.html'))
				insDoc(aux3,gLnk('S', 'Genome', 'ncbi_genome.html'))
				insDoc(aux3,gLnk('S', 'Expression', 'ncbi_expression.html'))
				insDoc(aux3,gLnk('S', 'Taxonomy', 'ncbi_taxonomy.html'))
				insDoc(aux3,gLnk('S', 'Chemical', 'ncbi_chemical.html'))

		aux3 = insFld(aux2,gFld('NCBI Tools', 'ncbi_tools.html'))

	aux2 = insFld(aux1,gFld('Others', 'other_databases.html'))
		insDoc(aux2,gLnk('S', 'Gene & Genome', 'other_genome.html'))
		insDoc(aux2,gLnk('S', 'Protein & Proteomics', 'other_protein.html'))
		insDoc(aux2,gLnk('S', 'Enzyme', 'other_enzyme.html'))


aux1 = insFld(f,gFld('Bioinformatics Tools', 'bioinfo_tools.html'))
	aux2 = insFld(aux1,gFld('Sequence Alignment', 'alignment_seq.html'))
			insDoc(aux2,gLnk('S', 'Pair-wise', 'alignment_pair.html'))
			insDoc(aux2,gLnk('S', 'cDNA to gDNA', 'mRNA_gDNA.html'))
			insDoc(aux2,gLnk('S', 'Multiple', 'alignment_multiple.html'))

	aux2 = insFld(aux1,gFld('Sequence Manipulation', 'seq_mani.html'))

	aux2 = insFld(aux1,gFld('Database Search', 'search_seqDB.html'))

	aux2 = insFld(aux1,gFld('Promoter & TF', 'promoter_TF.html'))

	aux2 = insFld(aux1,gFld('Phylogenetics', 'phylogenetics.html'))

	aux2 = insFld(aux1,gFld('Structure', 'structure.html'))
			insDoc(aux2,gLnk('S', 'Nucleotide', 'structure_na.html'))
			insDoc(aux2,gLnk('S', 'Protein', 'structure_protein.html'))

	aux2 = insFld(aux1,gFld('PCR Related', 'PCR.html'))

	aux2 = insFld(aux1,gFld('Microarray', 'array.html'))
			insDoc(aux2,gLnk('S', 'Data Repository ', 'array_db.html'))
			insDoc(aux2,gLnk('S', 'Tool', 'array_tool.html'))
			insDoc(aux2,gLnk('S', 'Pathway', 'array_path.html'))

aux1 = insFld(f,gFld('Book & Protocols', 'book_protocol.html'))
aux1 = insFld(f,gFld('Workshops', 'workshop.html'))

