// THIS VARIABLE NEEDS TO BE MODIFIED WHEN WE GO LIVE
WWW_DOMAIN = "www.denovosoftware.com";
WWW_SSL = "https://" + WWW_DOMAIN;
WWW = "http://" + WWW_DOMAIN + "/site";

// This function can be used by all pages that need to access an https link
function MakeSslLink(linkLocation) {
   location.href = WWW_SSL + linkLocation;
   return false;
}


middleLeft=(document.all) ? document.body.clientWidth:
(window.innerWidth-15);
firstLeft=((middleLeft/2)-128);

HM_GL_FontFamily         = "Verdana,Arial";	// Font Face
HM_GL_FontSize           = 8;			// Font Size
HM_GL_FontBold           = false;		// Bold Text?
HM_GL_FontItalic         = false;		// Italic Text?
HM_GL_FontColor          = "#000000";		// Font Colour
HM_GL_FontColorOver      = "#FFFFFF";		// Font Colour for Mouseover
HM_GL_BGColor            = "#99CCFF";		// Background Colour
HM_GL_BGColorOver        = "#808080";		// Background Colour for Mouseover
HM_GL_ItemPadding        = 4;			// Padding around text
HM_GL_BorderWidth        = 1;			// Border Size
HM_GL_BorderColor        = "#FFFFFF";		// Border Colour
HM_GL_SeparatorSize      = 1;			// Horizontal Separator Size
HM_GL_SeparatorColor     = "#FFFFFF";		// Horizontal Separator Colour

HM_Array1 = [
[150,firstLeft,93,,,,,,,,,,,,,,,,,,1,true],
["Full List of Features", WWW + "/product2.shtml",1,0,0],
["Testimonials", WWW + "/FCSTestimonials.shtml",1,0,0],
["Publications", WWW + "/FCSPublish.shtml",1,0,0]

//Replace "Menu Item 1" with fly-out title, and "#Link" with link to target page	// Remember to remove comma on last item
]

//Consulting
HM_Array2 = [
[150,firstLeft+86,93,,,,,,,,,,,,,,,,,,1,true],
["List of Clients", WWW + "/ConsultingList.shtml",1,0,0],
["Testimonials", WWW + "/ConsultingTestimonials.shtml",1,0,0]
]

//My Account
HM_Array3 = [
[150,firstLeft+159,93,,,,,,,,,,,,,,,,,,1,true],
]

//Download
HM_Array4 = [
[150,firstLeft+239,93,,,,,,,,,,,,,,,,,,1,true],
["Demo", WWW_SSL + "/cgi-bin/DemoDownload.dll",1,0,0],
["Free Reader", WWW + "/Reader.shtml",1,0,0],
["Upgrades", WWW + "/Upgrades.shtml",1,0,0]
]

//Purchase
HM_Array5 = [
[150,firstLeft+310,93,,,,,,,,,,,,,,,,,,1,true],
["Features Matrix", WWW + "/FeaturesMatrix.shtml",1,0,0],
["Prices", WWW + "/Prices.shtml",1,0,0],
["Copy Protection Policy", WWW + "/CopyPolicy.shtml",1,0,0],
["Order Online", WWW_SSL + "/cgi-bin/Orders.dll",1,0,0],
["Download an Order Form", WWW + "/FaxOrder.shtml",1,0,0],
["Upgrade to Professional + Diva ", WWW + "/upgradeToDiva.shtml",1,0,0]
]

//Support
HM_Array6 = [
[150,firstLeft+373,93,,,,,,,,,,,,,,,,,,1,true],
["Get Countercode", WWW_SSL + "/cgi-bin/CounterCode.dll",1,0,0],
["Support Forums", "/forums/",1,0,0],
["Tutorials", WWW + "/Tutorials.shtml",1,0,0],
["Tutorial Videos", WWW + "/TutorialVideos.shtml",1,0,0],
["Manual", "http://www.denovosoftware.com/download/FCSExpressV3_manual.pdf",1,0,0],
["FAQ", WWW + "/FAQ.shtml",1,0,0],
["Contacts", WWW + "/Contacts.shtml",1,0,0],
["Comments", WWW_SSL + "/cgi-bin/Feedback.dll",1,0,0]
]

//About Us
HM_Array7 = [
[150,firstLeft+430,93,,,,,,,,,,,,,,,,,,1,true],
["De Novo Software Team", WWW + "/WhoWeAre.shtml",1,0,0],
["Corporate Partners", WWW + "/Partnerships.shtml",1,0,0],
["Publications", WWW + "/Publications.shtml",1,0,0],
["Careers", WWW + "/Careers.shtml",1,0,0]

]