// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks // Decide if the names are links or just the icons
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree // Decide if the tree is to start all open or just showing the root folders
USEFRAMES = 0 // Decide if the tree is to to be shown on a separate frame of its own
USEICONS = 1 // Remove the folder and link icons and keep only the +/- icons
WRAPTEXT = 1 // Make the folder and link labels wrap into multiple lines
PERSERVESTATE = 0 // Folders reopen toprevious state across page loads
ICONPATH = '/images/'

foldersTree = gFld("<b><span class='Normal2'>Site Map</span></b>", "/about/sitemap.asp")
foldersTree.iconSrc = ICONPATH + "home.gif"; foldersTree.xID = 'M'

aux1 = insFld(foldersTree, gFld("BUY", "/products-list.asp"))
aux1.xID = 'B'

insDoc(aux1, gLnk("S", "By Categories", "/"))
insDoc(aux1, gLnk("S", "Alphabetical", "/products.asp"))
insDoc(aux1, gLnk("S", "USA", "/USA/products.asp"))
insDoc(aux1, gLnk("S", "All Products", "/products-list.asp"))
insDoc(aux1, gLnk("S", "25,000 Vendors", "/list/suppliers.asp"))

aux1 = insFld(foldersTree, gFld("SELL", "/register/whylist.asp"))
aux1.xID = 'S'
insDoc(aux1, gLnk("S", "<font color=red>Why</font> List?", "/register/whylist.asp"))
insDoc(aux1, gLnk("S", "Add Company", "/register/contact.asp"))
insDoc(aux1, gLnk("S", "Edit company", "/register/register.asp?SignIn=1"))

aux1 = insFld(foldersTree, gFld("MEDIA KIT", "/register/whylist.asp"))
aux1.xID = 'K'
insDoc(aux1, gLnk("S", "Introduction", "/register/whylist.asp"))
insDoc(aux1, gLnk("S", "Site Statistics", "/register/stats.asp"))
insDoc(aux1, gLnk("S", "Demographics", "/register/demographics.asp"))
insDoc(aux1, gLnk("S", "SEO", "/register/seo.asp"))
insDoc(aux1, gLnk("S", "Testimonials", "/register/testimonials.asp"))
insDoc(aux1, gLnk("S", "Hot Referrals", "/find/hot_referal.asp"))
insDoc(aux1, gLnk("S", "Hot Searches", "/find/hot_search.asp"))
insDoc(aux1, gLnk("S", "<font color=red>List Now</font>", "/register/contact.asp"))

aux1 = insFld(foldersTree, gFld("ABOUT US", "/about/about.asp"))
aux1.xID = 'A'
insDoc(aux1, gLnk("S", "<font color=red>Tell</font> a Friend", "mailto:?Subject=http://www.medicregister.com - Useful site to source medical industries suppliers!"))
insDoc(aux1, gLnk("S", "Link to Us", "/help/help_link.asp"))
insDoc(aux1, gLnk("S", "Site Awards", "/about/awards.asp"))
insDoc(aux1, gLnk("S", "Contact Us", "/about/contact.asp"))
insDoc(aux1, gLnk("S", "Terms of Use", "/about/terms.asp"))
insDoc(aux1, gLnk("S", "Privacy", "/about/privacy.asp"))

aux1 = insFld(foldersTree, gFld("COMMUNITY", "/industry/industry_links.asp"))
aux1.xID = 'I'
insDoc(aux1, gLnk("S", "Medical <font color=red>JOBS</font>", "http://medicregister.4jobs.com/"))
insDoc(aux1, gLnk("S", "<font color=red>FREE</font> Magazines", "http://medicregister.tradepub.com/"))
// insDoc(aux1, gLnk("S", "Best <font color=red>SCHOOLS</font>", "http://www.careerbuilder.com/jobseeker/products/toolkit.aspx?lr=CBPR_MR&siteid=PR_MRjst_1"))
insDoc(aux1, gLnk("S", "Best <font color=red>SCHOOLS</font>", "http://medicregister.4jobs.com/fwd/default.asp?type=EDU&bid="))
insDoc(aux1, gLnk("S", "News", "/industry/industry.asp"))
//	insDoc(aux1, gLnk("S", "Forums", "/Forums/Default.asp"))
insDoc(aux1, gLnk("S", "Links", "/industry/Industry_links.asp"))

aux1 = insFld(foldersTree, gFld("HELP", "/help/help_list.asp"))
aux1.xID = 'H'
insDoc(aux1, gLnk("S", "Browsing", "/help/help.asp"))
insDoc(aux1, gLnk("S", "Searching", "/help/help_search.asp"))
insDoc(aux1, gLnk("S", "RSS/<font color='#FF6600'>XML</font>", "/help/help_rss.asp"))
insDoc(aux1, gLnk("S", "Listing", "/help/help_list.asp"))

aux1 = insFld(foldersTree, gFld("ALL VERTICALS", "http://www.medicregister.com/"))
aux1.xID = 'C'
insDoc(aux1, gLnk("S", "MedicalRegister", "http://www.medicregister.com/"))
insDoc(aux1, gLnk("S", "DentistryRegister", "http://www.dentistryregister.com/"))
insDoc(aux1, gLnk("S", "ChemicalRegister", "http://www.chemicalregister.com/"))
insDoc(aux1, gLnk("S", "ProcessRegister", "http://www.processregister.com/"))
insDoc(aux1, gLnk("S", "BiosciRegister", "http://www.biosciregister.com/"))
