function necklaceDisclaimer(){
					OpenWindow2=window.open("", "ndisclaim","height=500,width=400,menubar=no,toolbar=no,location=no,status=no,left=400,top=200,screenX=400,screenY=200");
					OpenWindow2.document.write("<html>");
					OpenWindow2.document.write("<head>");
					OpenWindow2.document.write("<title>LilyBugz & Mommy's Lil Monkey Necklace Disclaimer</title>");
					OpenWindow2.document.write("<link rel='stylesheet' href='panels.css' type='text/css'>");
					OpenWindow2.document.write("</head>");
					OpenWindow2.document.write("<body>");
					OpenWindow2.document.write("<p align='center'><font class='bold'>LilyBugz & Mommy's Lil Monkey Necklace Disclaimer</font></p><br>");
					OpenWindow2.document.write("<font>The above-mentioned are not responsible for any damages caused by use/misuse of the necklaces<br>");
					OpenWindow2.document.write("<ul type='square'>");
					OpenWindow2.document.write("<li>Do not leave allow children to wear necklace it is designed for adult wear only</li>");
					OpenWindow2.document.write("<li>Always check necklace (before and after use) for signs of damage, loose beads, etc and immediately discontinue use should this (however unlikely) occur</li>");
					OpenWindow2.document.write("<li>Necklace should not be worn in water</li>");
					OpenWindow2.document.write("<li>Do not feed necklaces after midnight (oh wait that's Gremlins not necklaces!!)</li>");
					OpenWindow2.document.write("<li>Necklaces are obviously made of small parts that may be hazardous to babies, toddlers, small children (and heck even adults) if not used with common sense and supervision</li>");
					OpenWindow2.document.write("</ul>");
					OpenWindow2.document.write("<br>We suggest that if you are not comfortable with these terms to not purchase the necklaces.</font>");
					OpenWindow2.document.write("<form><p align='center'><input type='button' value='Close Window' onClick='window.close()'></p></form>");
					OpenWindow2.document.write("</body>");
					OpenWindow2.document.write("</html>");
					OpenWindow2.document.close();
					}