//
// -- Below is where you edit the left hand navigation --
//
function makeNavSubs(startHeight){
    openMainTable();
    mainTable('Hemscott<br>&#160;&#160;&#160;&#160;&#160; Premium Plus','https://miranda.hemscott.com/servlet/HsPublic?context=premium&path=premium&service=getSubscriptions&createSession=true','null');    
    mainTable('Hemscott Premium','https://miranda.hemscott.com/servlet/HsPublic?context=premium&path=premium&service=getSubscriptions&createSession=true','null');
    mainTable('Hemscott One','/register/registration.dll/register?refer=http://www.hemscott.net','null');
    mainTable('Analyst','https://businessplus.hemscott.net/eprofile/eprofile.dll/analyst?Welcome=IntroductionFS','null');    
    mainTable('Hemscott ISP','/register/join_isp1.html','null');
    mainTable('Update my Profile','/register/RegistrationUpdate.dll');
    closeMainTable();
}



//
// -- End of script you edit for the left hand navigation --
//

function makeNavSubsNoOne(startHeight){
    openMainTable();
    mainTable('Hemscott<br>&#160;&#160;&#160;&#160;&#160; Premium Plus','https://miranda.hemscott.com/servlet/HsPublic?context=premium&path=premium&service=getSubscriptions&createSession=true','null');    
    mainTable('Hemscott Premium','https://miranda.hemscott.com/servlet/HsPublic?context=premium&path=premium&service=getSubscriptions&createSession=true','null');
    mainTable('Analyst','https://businessplus.hemscott.net/eprofile/eprofile.dll/analyst?Welcome=IntroductionFS','null');    
    mainTable('Hemscott ISP','/register/join_isp1.html','null');
    mainTable('Update my Profile','/register/RegistrationUpdate.dll');
    closeMainTable();
}