function footernav(){
var forfullpathforfooter='http://www.omeda.com/';
var fttbstring="";
fttbstring +='<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td align="center" class="downnav"><a href="'+forfullpathforfooter+'index.htm" class="downnav">Home</a> | <a href="'+forfullpathforfooter+'emaildeploymentservices" class="downnav">Email Deployment Services</a> | <a href="'+forfullpathforfooter+'services" class="downnav">Services</a> | <a href="'+forfullpathforfooter+'testimonials" class="downnav">Testimonials</a>  | <a href="'+forfullpathforfooter+'technology" class="downnav">Technology</a> | <a href="'+forfullpathforfooter+'aboutus" class="downnav">About Us</a> | <a href="'+forfullpathforfooter+'contactus" class="downnav">Contact Us</a> | <a href="'+forfullpathforfooter+'employment" class="downnav">Employment</a> | <a href="'+forfullpathforfooter+'publishingindustry" class="downnav">Publishing Industry</a> | <a href="'+forfullpathforfooter+'underoneroof" class="downnav">Under One Roof</a> | <a target="_blank" onClick="window.open(';
fttbstring +="'"+forfullpathforfooter+"serviceapproach', '_blank', 'menubar=0, resizable=0, scrollbars=0, width=640,height=704');";
fttbstring +=' return false" href="'+forfullpathforfooter+'serviceapproach" class="downnav">Service Approach</a> | <br><a href="'+forfullpathforfooter+'clientlogin" class="downnav">Client Login</a> | <a href="'+forfullpathforfooter+'privacypolicy" class="downnav">Privacy Policy</a></td></tr></table>';
document.getElementById("footnav").innerHTML=fttbstring;
}