var stapp = 'https://securetranscript.docufide.com'; var stdemo = 'http://www.docufide.com'; function stappRedir(servlet){ document.location=stapp + "/" + servlet; } function stdemoRedir(servlet){ document.location=stdemo + "/" + servlet; } function stappReturnRedir(servlet){ return stapp + "/" + servlet; }