function slingDisclaimer(){
					OpenWindow=window.open("", "sling","height=550,width=500,menubar=no,toolbar=no,location=no,status=no,left=400,top=200,screenX=400,screenY=200");
					OpenWindow.document.write("<html>");
					OpenWindow.document.write("<head>");
					OpenWindow.document.write("<title>Sling Details and Disclaimer</title>");
					OpenWindow.document.write("<link rel='stylesheet' href='panels.css' type='text/css'>");
					OpenWindow.document.write("</head>");
					OpenWindow.document.write("<body>");
					OpenWindow.document.write("<p align='justify'><font>TO WEAR -- Fold the sling in half toward the inside before putting it on: it should make a giant tube. (The bottom looks like half a smile) Put one arm and your head through the hole with the seam low on your front. Now you can open the pocket in front of you and put the baby in, bottom or feet in the deep part where the seam is. Make sure to keep the fabric wide, not bunched, on your shoulder and back so the weight is evenly distributed. This sling should be very secure so that you can squat forward slightly and baby will stay in.  This model will fit very similar to a sash.</font></p>");
					OpenWindow.document.write("<font class='small'");
					OpenWindow.document.write("<ul type='square'>");
					OpenWindow.document.write("<li>Never position your baby curled forward in a chin-to-chest position in a sling, as this is very dangerous.</li>");
					OpenWindow.document.write("<li>Check to ensure that baby's airway is unobstructed and baby is breathing regularly at all times, especially when sleeping.</li>");
					OpenWindow.document.write("<li>Slings are not approved safety seats. Do not wear your baby in a moving vehicle. </li>");
					OpenWindow.document.write("<li>Use caution around mechanical equipment. The fabric could get caught in moving parts.</li>");
					OpenWindow.document.write("<li>Fabric is not flame resistant. Do not wear the sling near open flames, including stoves. </li>");
					OpenWindow.document.write("<li>Do not bend over while your baby is in the sling, as baby could fall out. Squat instead.</li>");
					OpenWindow.document.write("<li>As with any product please use common sense and keep you baby’s best interests in mind</li>");
					OpenWindow.document.write("<li><b>Responsibilities for use of our slings are that of the person using them and not Mommy’s Lil Monkey.</b></li>");
					OpenWindow.document.write("<li><b>We are not liable or responsible for any mishaps caused by the use or misuse of the Carry Me Close Pouch slings.</b></li>");
					OpenWindow.document.write("</ul>");
					OpenWindow.document.write("<br><b>By purchasing this sling you agree to these terms and will not hold Mommy’s Lil Monkey or its owners/creators responsible for your use of this sling.</b></font><br>");
					OpenWindow.document.write("<form><p align='center'><input type='button' value='Close Window' onClick='window.close()'></p></form>");
					OpenWindow.document.write("</body>");
					OpenWindow.document.write("</html>");
					OpenWindow.document.close();
     				}