var WindowObjectReference;

function openRequestedPopup1()
{
	WindowObjectReference = window.open("http://www.nsinursingsolutions.com/administrators/lifelinesmain/lifeline-cno.aspx","DescriptiveWindowName","resizable=yes,scrollbars=yes,status=yes,width=600,height=400");
	WindowObjectReference.document.write('<html><head><link href="/Files/assets/css/print-lifelines.css" rel="stylesheet" type="text/css" media="print" /></head><body>');
	WindowObjectReference.document.write(document.getElementById('fragment-1').innerHTML);
	WindowObjectReference.document.write('</body></html>');
	WindowObjectReference.document.close();
	WindowObjectReference.print();
}

function openRequestedPopup2()
{
	WindowObjectReference = window.open("http://www.nsinursingsolutions.com/administrators/lifelinesmain/lifeline-cno.aspx","DescriptiveWindowName","resizable=yes,scrollbars=yes,status=yes,width=600,height=400");
	WindowObjectReference.document.write('<html><head><link href="/Files/assets/css/print-lifelines.css" rel="stylesheet" type="text/css" media="print" /></head><body>');
	WindowObjectReference.document.write(document.getElementById('fragment-2').innerHTML);
	WindowObjectReference.document.write('</body></html>');
	WindowObjectReference.document.close();
	WindowObjectReference.print();
}

function openRequestedPopup3()
{
	WindowObjectReference = window.open("http://www.nsinursingsolutions.com/administrators/lifelinesmain/lifeline-cno.aspx","DescriptiveWindowName","resizable=yes,scrollbars=yes,status=yes,width=600,height=400");
	WindowObjectReference.document.write('<html><head><link href="/Files/assets/css/print-lifelines.css" rel="stylesheet" type="text/css" media="print" /></head><body>');
	WindowObjectReference.document.write(document.getElementById('fragment-3').innerHTML);
	WindowObjectReference.document.write('</body></html>');
	WindowObjectReference.document.close();
	WindowObjectReference.print();
}

