// writes all the callout divs
var calloutDivs = '';
calloutDivs += '  <div id="RSP" class="resource">';
calloutDivs += '	  <img src="img/clear.gif" alt="" width="40" height="1" style="vertical-align:middle;" />';
calloutDivs += '	  <img src="img/clear.gif" alt="" class="callout" style="vertical-align:middle; z-index: 1000 " />';
calloutDivs += '	  <div style="border: solid 1px gray;">';
calloutDivs += '		<table cellspacing="0" cellpadding="0" width="100%">';
calloutDivs += '    <tr>';
calloutDivs += '		<td class="resourceTd">';
calloutDivs += '			PowerPoint slide presentations are available for many DOPPS publications. These are the graphics to go with the correlating text for each DOPPS Publication.  We encourage you to download and use DOPPS slides.';
calloutDivs += '		</td></tr>';
calloutDivs += '		</table>';
calloutDivs += '		</div>';
calloutDivs += '  </div>';
calloutDivs += '	<div id="ISHCOF" class="resource">';
calloutDivs += '	  <img src="img/clear.gif" alt="" width="40" height="1" style="vertical-align:middle;" />';
calloutDivs += '	  <img src="img/clear.gif" alt="" class="callout"  style="vertical-align:middle; z-index: 1000" />';
calloutDivs += '	  <div style="border: solid 1px gray;">';
calloutDivs += '		<table cellspacing="0" cellpadding="0" width="100%">';
calloutDivs += '    <tr>';
calloutDivs += '		<td class="resourceTd">';
calloutDivs += '			The International Study of Health Care Organization and Financing (ISHCOF) examines how the treatment of renal failure is paid for around the world. This study comprises 13 related papers published in a two-part special issue of the <i>International Journal of Health Care Finance and Economics</i>.';
calloutDivs += '		</td></tr>';
calloutDivs += '		</table>';
calloutDivs += '		</div>';
calloutDivs += '  </div>';
calloutDivs += '	<div id="countryRpt" class="resource">';
calloutDivs += '	  <img src="img/clear.gif" alt="" width="40" height="1" style="vertical-align:middle;" />';
calloutDivs += '	  <img src="img/clear.gif" alt="" class="callout"  style="vertical-align:middle; z-index: 1000" />';
calloutDivs += '	  <div style="border: solid 1px gray;">';
calloutDivs += '		<table cellspacing="0" cellpadding="0" width="100%">';
calloutDivs += '    <tr>';
calloutDivs += '		<td class="resourceTd">';
calloutDivs += '			The DOPPS Country Reports provide information at the individual country level regarding the attainment of certain guidelines and their potential impact on patient outcomes.';
calloutDivs += '		</td></tr>';
calloutDivs += '		</table>';
calloutDivs += '		</div>';
calloutDivs += '  </div>';
calloutDivs += '	<div id="DAR" class="resource">';
calloutDivs += '	  <img src="img/clear.gif" alt="" width="40" height="1" style="vertical-align:middle;" />';
calloutDivs += '	  <img src="img/clear.gif" alt="" class="callout"  style="vertical-align:middle; z-index: 1000" />';
calloutDivs += '	  <div style="border: solid 1px gray;">';
calloutDivs += '		<table cellspacing="0" cellpadding="0" width="100%">';
calloutDivs += '    <tr>';
calloutDivs += '		<td class="resourceTd">';
calloutDivs += '			The DOPPS Annual Reports provide information .... Need to bug Justin/Caroline/Jackie for more text here.';
calloutDivs += '		</td></tr>';
calloutDivs += '		</table>';
calloutDivs += '		</div>';
calloutDivs += '  </div>';
calloutDivs += '	<div id="DRP" class="resource">';
calloutDivs += '	  <img src="img/clear.gif" alt="" width="40" height="1" style="vertical-align:middle;" />';
calloutDivs += '	  <img src="img/clear.gif" alt="" class="callout"  style="vertical-align:middle; z-index: 1000" />';
calloutDivs += '	  <div style="border: solid 1px gray;">';
calloutDivs += '		<table cellspacing="0" cellpadding="0" width="100%">';
calloutDivs += '    <tr>';
calloutDivs += '		<td class="resourceTd">';
calloutDivs += '			Complete list of DOPPS Publications which can be searched by author and/or subject keywords.  Links to the PubMed citation and graphics are available when clicking on a specific publication.';
calloutDivs += '		</td></tr>';
calloutDivs += '		</table>';
calloutDivs += '		</div>';
calloutDivs += '  </div>';

document.write(calloutDivs);




