// Non Secure Normal Header
function writeNormalNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="http://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="21" valign="top">');
document.write('<td width="140"><a href="javascript:submitFormWithType(\'gform\',\'72\')"><img width="140" height="21" src="http://saturn.igetsmart.com/workflow/images/logout.gif" border="0" alt="Logout"></a></td>');
document.write('<td width="100%" rowspan="5">&nbsp;</td>');
document.write('<td width="116" height="102" rowspan="5"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="http://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('<tr height="22" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/contact.html\', 515, 400)"><img width="140" height="22" src="http://saturn.igetsmart.com/workflow/images/contact.gif" border="0" alt="Contact Us"></a></td></tr>');
document.write('<tr height="15" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/faq.html\', 520, 400)"><img width="140" height="15" src="http://saturn.igetsmart.com/workflow/images/help.gif" border="0" alt="FAQs"></a></td></tr>');
document.write('<tr height="26" valign="top"><td width="140"><a href="javascript:submitFormWithType(\'gform\',\'10\')"><img width="140" height="26" src="http://saturn.igetsmart.com/workflow/images/viewcart.gif" border="0" alt="View Cart"></a></td></tr>');
document.write('<tr height="18" valign="top"><td width="140"><a href="javascript:submitFormWithType(\'gform\',\'75\')"><img width="140" height="18" src="http://saturn.igetsmart.com/workflow/images/return.gif" border="0" alt="Return Home"></a></td></tr>');
document.write('</table>');
}

// "No hacking", used to disable 12 imprint pages
function writeNoHackNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="https://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="21" valign="top">');
document.write('<td width="140"><img width="140" height="21" src="https://saturn.igetsmart.com/workflow/images/logout-grey.gif" border="0" alt="Logout"></td>');
document.write('<td width="100%" rowspan="5">&nbsp;</td>');
document.write('<td width="116" height="102" rowspan="5"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="https://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('<tr height="22" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/contact.html\', 515, 400)"><img width="140" height="22" src="https://saturn.igetsmart.com/workflow/images/contact.gif" border="0" alt="Contact Us"></a></td></tr>');
document.write('<tr height="15" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/faq.html\', 515, 400)"><img width="140" height="15" src="https://saturn.igetsmart.com/workflow/images/help.gif" border="0" alt="FAQs"></a></td></tr>');
document.write('<tr height="26" valign="top"><td width="140"><img width="140" height="26" src="https://saturn.igetsmart.com/workflow/images/viewcart-grey.gif" border="0" alt="View Cart"></td></tr>');
document.write('<tr height="18" valign="top"><td width="140"><img width="140" height="18" src="https://saturn.igetsmart.com/workflow/images/return-grey.gif" border="0" alt="Return Home"></td></tr>');
document.write('</table>');
}

// "Logout" button active, secure for login and logon.html pages
function writeLoginNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="https://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="21" valign="top">');
document.write('<td width="140"><a href="javascript:submitFormWithType(\'gform\',\'72\')"><img width="140" height="21" src="https://saturn.igetsmart.com/workflow/images/logout.gif" border="0" alt="Logout"></a></td>');
document.write('<td width="100%" rowspan="5">&nbsp;</td>');
document.write('<td width="116" height="102" rowspan="5"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="https://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('<tr height="22" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/contact.html\', 515, 400)"><img width="140" height="22" src="https://saturn.igetsmart.com/workflow/images/contact.gif" border="0" alt="Contact Us"></a></td></tr>');
document.write('<tr height="15" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/faq.html\', 515, 400)"><img width="140" height="15" src="https://saturn.igetsmart.com/workflow/images/help.gif" border="0" alt="FAQs"></a></td></tr>');
document.write('<tr height="26" valign="top"><td width="140"><img width="140" height="26" src="https://saturn.igetsmart.com/workflow/images/viewcart-grey.gif" border="0" alt="View Cart"></td></tr>');
document.write('<tr height="18" valign="top"><td width="140"><img width="140" height="18" src="https://saturn.igetsmart.com/workflow/images/return-grey.gif" border="0" alt="Return Home"></td></tr>');
document.write('</table>');
}

// Secure HTTPS
function writeSecureNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="https://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="21" valign="top">');
document.write('<td width="140"><a href="javascript:submitFormWithType(\'gform\',\'72\')"><img width="140" height="21" src="https://saturn.igetsmart.com/workflow/images/logout.gif" border="0" alt="Logout"></a></td>');
document.write('<td width="100%" rowspan="5">&nbsp;</td>');
document.write('<td width="116" height="102" rowspan="5"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="https://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('<tr height="22" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/contact.html\', 515, 400)"><img width="140" height="22" src="https://saturn.igetsmart.com/workflow/images/contact.gif" border="0" alt="Contact Us"></a></td></tr>');
document.write('<tr height="15" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/faq.html\', 515, 400)"><img width="140" height="15" src="https://saturn.igetsmart.com/workflow/images/help.gif" border="0" alt="FAQs"></a></td></tr>');
document.write('<tr height="26" valign="top"><td width="140"><a href="javascript:submitFormWithType(\'gform\',\'10\')"><img width="140" height="26" src="https://saturn.igetsmart.com/workflow/images/viewcart.gif" border="0" alt="View Cart"></a></td></tr>');
document.write('<tr height="18" valign="top"><td width="140"><a href="javascript:submitFormWithType(\'gform\',\'75\')"><img width="140" height="18" src="https://saturn.igetsmart.com/workflow/images/return.gif" border="0" alt="Return Home"></a></td></tr>');
document.write('</table>');
}

// AutoLoad pages with no upper nav (some secure)
function writeAutoNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="https://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="102" valign="top">');
document.write('<td width="100%">&nbsp;</td>');
document.write('<td width="116" height="102"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="https://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('</table>');
}

// Shop Page nonsecure for jupiter certificate woes
function writeShopNav() {
document.write('<table border="0" width="100%" height="102" cellpadding="0" cellspacing="0" background="http://saturn.igetsmart.com/workflow/images/stripe.gif">');
document.write('<tr height="21" valign="top">');
document.write('<td width="140"><img width="140" height="21" src="https://saturn.igetsmart.com/workflow/images/logout-grey.gif" border="0" alt="Logout"></td>');
document.write('<td width="100%" rowspan="5">&nbsp;</td>');
document.write('<td width="116" height="102" rowspan="5"><a href="http://www.workflowone.com" target="_blank"><img width="326" height="102" src="http://saturn.igetsmart.com/workflow/images/logo.gif" border="0" alt="WorkflowOne Home"></a></td>');
document.write('</tr>');
document.write('<tr height="22" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/contact.html\', 515, 400)"><img width="140" height="22" src="http://saturn.igetsmart.com/workflow/images/contact.gif" border="0" alt="Contact Us"></a></td></tr>');
document.write('<tr height="15" valign="top"><td width="140"><a href="javascript:openstatus(\'http://saturn.igetsmart.com/workflow/faq.html\', 515, 400)"><img width="140" height="15" src="http://saturn.igetsmart.com/workflow/images/help.gif" border="0" alt="FAQs"></a></td></tr>');
document.write('<tr height="26" valign="top"><td width="140"><img width="140" height="26" src="http://saturn.igetsmart.com/workflow/images/viewcart-grey.gif" border="0" alt="View Cart"></td></tr>');
document.write('<tr height="18" valign="top"><td width="140"><img width="140" height="18" src="http://saturn.igetsmart.com/workflow/images/return-grey.gif" border="0" alt="Return Home"></td></tr>');
document.write('</table>');
}

//Special Workflow Footer
function writeFooter() {
document.write('<table border="0" width="100%" height="49" cellspacing="0" cellpadding="0">');
document.write('<tr height="49"><td nowrap><br><a class="power" href="http://www.workflowone.com" target="_blank">Powered by WorkflowOne Integrated Technologies</a></td>');
document.write('<td>&nbsp;</td>');
document.write('<td class="footer"><br>For help, email the <a class="copy" href="mailto:helpdesk@workflowone.com">WorkflowOne Help Desk</a> or call 1(866) 972-4357</td></tr>');
document.write('</table>');
}

//Blank Footer for AutoLoad pages
function writeAutoFooter() {
document.write('<table border="0" width="100%" height="49" cellspacing="0" cellpadding="0">');
document.write('<tr height="49"><td nowrap><br><a class="power" href="http://www.workflowone.com" target="_blank">Powered by WorkflowOne Integrated Technologies</a></td>');
document.write('<td>&nbsp;</td>');
document.write('<td class="footer">&nbsp;</td></tr>');
document.write('</table>');
}
//Special Corp Mgr Footer without IGS logo per IT
function writeCorpFooter() {
document.write('<table border="0" width="100%" height="49" cellspacing="0" cellpadding="0">');
document.write('<tr height="49"><td width="81">&nbsp;</td>');
document.write('<td>&nbsp;</td>');
document.write('<td class="footer"><br>For help, email the <a class="copy" href="mailto:helpdesk@workflowone.com">WorkflowOne Help Desk</a> or call (877) 351-7684</td></tr>');
document.write('</table>');
}

