var referWin=0;
var referURL=null;

referURL = "?rURL=" + window.self.location;

function referWindow(URLStr, width, height)
{
  if(referWin)
  {
    if(!referWin.closed) referWin.close();
  }
  URLStr = URLStr + referURL;
  referWin = open(URLStr, 'referWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+width+',height='+height+'');
}

function printDoc()
{
	if (document.getElementById != null)
	{
		var html = '<HT' + 'ML>\n<HE' + 'AD>\n';

		html += '<ti' + 'tle>ezdiabetes.com | Diabetes made EASY !</ti' + 'tle>\n';
		html += '<link type="text/css" href="http://www.ezdiabetes.com/scripts/global.css" rel="stylesheet">\n';		
		html += '\n</HE' + 'AD><BO' + 'DY style="background-color: #FFFFFF">';
		
		html += '<table width="630" border="0" cellspacing="0" cellpadding="10">';
		html += '<tr><td><table width="630" border="0" cellspacing="0" cellpadding="0">';
		html += '<tr><td bgcolor="#FFFFFF"><img src="http://www.ezdiabetes.com/images/c_x.gif" width="10" height="0" border="0"></td>';
	    html += '<td><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td>';
		html += '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="left">';
		html += '<img src="http://www.ezdiabetes.com/images/weblogo_top_x.gif" width="252" height="59" border="0"></td>';
		html += '<td align="right" valign="top" class="b"><b><a href="javascript:window.print()" class="b">';
		html += '<img src="http://www.ezdiabetes.com/images/c_print2.gif" width="16" height="16" align="top" border="0">&nbsp;Print</a>&nbsp; &nbsp; ';
		html += '<a href="javascript:window.close()" class="b">';
		html += '<img src="http://www.ezdiabetes.com/images/c_close.gif" width="16" height="16" align="top" border="0">&nbsp;Close</a>&nbsp; </b></td></tr>';
		html += '<tr><td><img src="http://www.ezdiabetes.com/images/c_x.gif" width="0" height="4"></td></tr>';
		html += '<tr><td bgcolor="#2B53B7" colspan="2"><img src="http://www.ezdiabetes.com/images/c_x.gif" width="0" height="1"></td></tr></table>';		
		html += '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" valign="top" align="left">';
		html += '<table width="100%"  border="0" cellspacing="0" cellpadding="0"><tr><td width="100%" valign="top">';
		html += '<table width="100%" border="0" cellspacing="0" cellpadding="10"><tr><td><p>';
		
		var EZDocElem = document.getElementById("ezContent");
		
		if (EZDocElem != null)
		{
				html += EZDocElem.innerHTML;
		}
		else
		{
			alert("Error: Could not find the requested section in the HTML.");
			return;
		}

		html += '</p></td></tr></table></td></tr></table>';
		html += '</td><td width="5" bgcolor="#FFFFFF"><img src="http://www.ezdiabetes.com/images/c_x.gif" width="5" height="0"></td></tr></table>';
		html += '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
		html += '<tr><td><img src="http://www.ezdiabetes.com/images/c_x.gif" width="0" height="4"></td></tr>';
		html += '<tr><td bgcolor="#2B53B7"><img src="http://www.ezdiabetes.com/images/c_x.gif" width="0" height="1"></td></tr>';
		html += '<td align="right"><p class="foot">&copy; 1992 - 2005 Fields of Discovery, LLC.  All Rights Reserved.&nbsp; </td></tr></table>';		
		html += '</td></tr></table></td><td bgcolor="#FFFFFF"><img src="http://www.ezdiabetes.com/images/c_x.gif" width="0" height="10" border="0"></td></tr></table></td></tr></table>';

		html += '</BO' + 'DY>\n</HT' + 'ML>';
		
		var printWin = window.open("","printDoc","width=400,height=250,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
		printWin.document.open();
		printWin.document.write(html);
		printWin.document.close();
		printWin.print();
	}
	else
	{
		alert("Error: Your web browser does not support this function.");
	}
}

document.write('<p>&nbsp; <a href=\"javascript:referWindow(\'http://www.ezdiabetes.com/refer.php\',\'410\',\'310\')\" class=\"b\"><img src=\"http://www.ezdiabetes.com/images/c_mail.gif\" alt=\"e-mail to a friend\" align=\"middle\" border=\"0\">&nbsp; e-mail to a friend</a>&nbsp; ');
document.write('<a href=\"javascript:void(printDoc())\" class=\"b\"><img src=\"http://www.ezdiabetes.com/images/c_print.gif\" alt=\"printer-friendy page\" align=\"middle\" border=\"0\">&nbsp; printer-friendy page</a>&nbsp; </p>');