﻿// JScript File

function showKSDBannerH1()
{
  document.write(
    '<div style="width:100%;" align="center">' +
      '<a href="http://www.ksdinfusion.com" target="_blank" style="margin-left:8px;margin-bottom:8px;" >' +
      '<img src="http://www.ksdinfusion.com/library/shared/images/KS-Design-DevBy-x500w.jpg" ' +
        'alt="KS Design, LLC - Information Technology Infused with Innovative Ideas!" style="border:none;" />' +
      '</a><br /></div>'
    
  ); 
}

function showKSDBannerV1()
{
  document.write(
    '<div style="width:100%;" align="center">' +
      '<a href="http://www.ksdinfusion.com" target="_blank" style="width:" >' +
      '<img src="http://www.ksdinfusion.com/library/shared/images/KS-Design-Logo-Finalx324h.jpg" ' +
        'alt="This site developed and maintained by KS Design, LLC - Service. Support. Software." style="border:none;" />' +
      '</a><br /></div>'
  ); 
}


function showKSDBannerV2()
{
  document.write(
    '<div style="width:100%;" align="center">' +
      '<a href="http://www.ksdinfusion.com" target="_blank" style="width:" >' +
      '<img src="http://www.ksdinfusion.com/library/shared/images/KS-Design-Logo-Finalx172h.jpg" ' +
        'alt="This site developed and maintained by KS Design, LLC - Service. Support. Software." style="border:none;" />' +
      '</a><br /></div>'
  ); 
}