USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 0
PERSERVESTATE = 1
HIGHLIGHT = 0

// foldersTree = gFld("<p>Sitemap</p>", "")
foldersTree = gFld("", "")
foldersTree.prependHTML = "<td>Sitemap</td>"

aux2 = insFld(foldersTree, gFld("<b>Home</b>", "http://www.imagesetting.com"))
aux1 = insFld(foldersTree, gFld("<b>Large Format Display</b>", "large_format_intro.html"))
	aux2 = insDoc(aux1, gFld("Exhibition Display", "exhibition_display_stands.html"))
		insDoc(aux2, gLnk("S", "Pop-up Stands", "pop_up_display_stands.html"))
		insDoc(aux2, gLnk("S", "Banner Stands", "banner_stands.html"))
		insDoc(aux2, gLnk("S", "Modular Systems", "modular_panel_display_systems.html"))
		insDoc(aux2, gLnk("S", "Display Panels", "exhibition_display_stand_panels.html"))
		insDoc(aux2, gLnk("S", "Literature Racks", "literature_racks.html"))
		insDoc(aux2, gLnk("S", "Shell Schemes", "shell_schemes.html"))
		insDoc(aux2, gLnk("S", "Stand Hire", "exhibition_display_stand_hire.html"))
	aux3 = insDoc(aux2, gFld("Replacement Panels", "replacement_graphic_panels.html"))
	insDoc(aux3, gLnk("S", "for Pop Up stands", "pop_up_replacement_panels.html"))
	insDoc(aux3, gLnk("S", "for Banner stands", "banner_stand_replacement_graphics.html"))
	
	aux2 = insDoc(aux1, gFld("Conference Graphics", "conference-graphics.html"))
    aux2 = insDoc(aux1, gFld("Large Format Print", "large_format_posters.html"))
	aux2 = insDoc(aux1, gFld("Window Display", "windowdisplay.html"))
aux2 = insFld(foldersTree, gFld("<b>Internet Services</b>", "internet_intro.html"))
	insDoc(aux2, gLnk("S", "Web design", "webdesign.html"))
	insDoc(aux2, gLnk("S", "Web hosting", "webhosting.html"))
	insDoc(aux2, gLnk("S", "Domain name", "domain.html"))
	insDoc(aux2, gLnk("S", "Email Forwarding", "webservices.html"))
    insDoc(aux2, gLnk("S", "Network services", "network.html"))
aux2 = insFld(foldersTree, gFld("<b>Prepress</b>", "prepress_intro.html"))
        insDoc(aux2, gLnk("S", "Drum scanning", "drum_scanning.html"))
		insDoc(aux2, gLnk("S", "Film output", "film_output_bureau.html"))
		insDoc(aux2, gLnk("S", "Cromalin proofing", "cromalin_proofing.html"))
		insDoc(aux2, gLnk("S", "Plates", "plates.html"))
		insDoc(aux2, gLnk("S", "Imposition", "imposition.html"))
		insDoc(aux2, gLnk("S", "Barcodes", "barcodes_artwork.html"))
aux2 = insFld(foldersTree, gFld("<b>Support</b>", "support_intro.html"))
		insDoc(aux2, gLnk("S", "Downloads", "download.html"))
		insDoc(aux2, gLnk("S", "Spec sheet", "tech.html"))
		insDoc(aux2, gLnk("S", "Software sheet", "software.html"))
		insDoc(aux2, gLnk("S", "Pre-press guide", "prepress.html"))
aux2 = insFld(foldersTree, gFld("<b>Contact us</b>", "contact.html"))
aux2 = insFld(foldersTree, gFld("<b>Links</b>", "links.html"))
aux2 = insFld(foldersTree, gFld("<b>Make payment</b>", "payment.html"))
foldersTree.treeID = "t2" 

