USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PERSERVESTATE = 1
ICONPATH="/images/treemenu/"
prefix="Services"
xmenuclass="service"

foldersTree = getFld("<b>Services</b>", "/software/business_software/Services/index.asp")
  insertDocument(foldersTree, getLnk("S", "Maintenance ", "/software/business_software/Services/software.asp"))
  insertDocument(foldersTree, getLnk("S", "Implementation", "/software/business_software/Services/implementation.asp")) 
  insertDocument(foldersTree, getLnk("S", "Training", "/software/business_software/Services/training.asp"))
  insertDocument(foldersTree, getLnk("S", "Customer Support", "javascript:popupWin0()"))
//  subdir1 = insertFolder(foldersTree, getFld("Customer Support", "javascript:popupWin0()"))
  //  insertDocument(subdir1, getLnk("S", "Knowledge Base", "javascript:popupWin()"))
  //  insertDocument(subdir1, getLnk("S", "Downloads", "javascript:popupWin4()"))
  //  insertDocument(subdir1, getLnk("S", "Online Incidents", "javascript:popupWin2()"))
  //  insertDocument(subdir1, getLnk("S", "Customer Forums", "javascript:popupWin1()"))
  //  insertDocument(subdir1, getLnk("S", "Software Registration", "javascript:popupWin5()"))
  //  insertDocument(subdir1, getLnk("S", "Feedback", "javascript:popupWin3()"))
  insertDocument(foldersTree, getLnk("S", "Customization", "/software/business_software/Services/customization.asp"))
  insertDocument(foldersTree, getLnk("S", "Developer Support", "/software/business_software/Services/devsupport.asp"))
  //insertDocument(foldersTree, getLnk("S", "FAQs", "/software/business_software/Services/servicesFAQ.asp"))
    
    insertDocument(foldersTree, getLnk("S", "Home", "/index.asp"))
DetectBrowser();  
initializeDocument()

function popupWin0(){
	partner=window.open("http://support.everestsoftwareinc.com");
	partner.focus();
}

//function popupWin0(){
//	partner=window.open("http://support.everestsoftwareinc.com","CE","width=700,top="+((screen.height-600)/2)+",left=20,resizable=Yes,scrollbars=Yes,toolbar=yes,status=yes,location=yes,menubar=yes,height=500");
//	partner.focus();
//}


function popupWin(){
	partner=window.open("http://support.everestsoftwareinc.com/profile/index.asp","CE","width=700,top="+((screen.height-600)/2)+",left=20,resizable=Yes,scrollbars=Yes,toolbar=yes,status=yes,location=yes,menubar=yes,height=500");
	partner.focus();
}


function popupWin1(){
partner=window.open("http://support.everestsoftwareinc.com/forum/index.asp","CE","width=620,top="+((screen.height-600)/3)+",left=250,resizable=Yes,scrollbars=Yes,toolbar=yes,location=yes,menubar=yes,status=yes,height=500");
partner.focus();
}

 function popupWin2(){
partner=window.open("https://support.everestsoftwareinc.com/Support_case/index.asp","CE","width=620,top="+((screen.height-600)/3)+",left=250,resizable=Yes,scrollbars=Yes,toolbar=yes,location=yes,menubar=yes,status=yes,height=500");
partner.focus();
}


 function popupWin3(){
partner=window.open("http://support.everestsoftwareinc.com/feedback/index.asp","CE","width=620,top="+((screen.height-600)/3)+",left=250,resizable=Yes,scrollbars=Yes,toolbar=yes,location=yes,menubar=yes,status=yes,height=500");
partner.focus();
}


 function popupWin4(){
partner=window.open("http://support.everestsoftwareinc.com/downloads/index.asp","CE","width=620,top="+((screen.height-600)/3)+",left=250,resizable=Yes,scrollbars=Yes,toolbar=yes,location=yes,menubar=yes,status=yes,height=500");
partner.focus();
}


 function popupWin5(){
partner=window.open("http://support.everestsoftwareinc.com/register/index.asp","CE","width=620,top="+((screen.height-600)/3)+",left=250,resizable=Yes,scrollbars=Yes,toolbar=yes,location=yes,menubar=yes,status=yes,height=500");
partner.focus();
}
