// JavaScript Document
// Promo box include
//
function promo(xpos,ypos) {
document.write('<div id="bo_box" style="position:absolute; width:154px; height:254px; z-index:0; left:'+xpos+'px; top:'+ypos+'px;">');
document.write('    <table width="145px" height="250"  border="0" cellpadding="0" cellspacing="0">');
document.write('      <tr>');
document.write('        <td width="11px" height="11"><img src="images/roundedbox_ul.gif" width="11" height="11"></td>');
document.write('        <td width="118px"><img src="images/roundedbox_top.gif" width="118" height="11"></td>');
document.write('        <td width="16px"><img src="images/roundedbox_ur.gif" width="16" height="11"></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td height="223"><img src="images/roundedbox_left.gif" width="11" height="223"></td>');
document.write('        <td align="center" valign="top" bgcolor="white">');
document.write('		<img src="images/BOIdentity_CMYK_GP_125w.jpg" width="98" height="45">');
document.write('		<div id="webinarbox" class="insidebox-inset" style="position:absolute; width:110px; height:auto; z-index:33; top: 63px; left:12px">Join us for our Proactive Analytics Demo on <br>');
document.write('  July 28th<br>');
document.write('  <div class="continue">Find out more <a href="events.htm"><img src="images/btn_arrow_right.gif" width="12" height="12" align="absmiddle" border="0"></a></div>');
document.write('		  </div>');
document.write('		<div id="webinarbox" class="insidebox" style="position:absolute; width:123px; height:auto; z-index:33; top: 163px; left:10px">CFS is a certified consulting partner and reseller of Business Objects Software <br>');
document.write('		</div>');
document.write('		<div align="center"></div></td>');
document.write('        <td><img src="images/roundedbox_right.gif" width="16" height="223"></td>');
document.write('      </tr>');
document.write('      <tr>');
document.write('        <td height="16"><img src="images/roundedbox_ll.gif" width="11" height="16"></td>');
document.write('        <td><img src="images/roundedbox_bottom.gif" width="118" height="16"></td>');
document.write('        <td><img src="images/roundedbox_lr.gif" width="16" height="16"></td>');
document.write('      </tr>');
document.write('    </table>');
document.write('  </div>');
}
