function braceletDisclaimer(){
					OpenWindow=window.open("", "bdisclaim","height=500,width=400,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>LilyBugz & Mommy's Lil Monkey Bracelet 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='center'><font class='bold'>LilyBugz & Mommy's Lil Monkey Bracelet Disclaimer</font></p>");
					OpenWindow.document.write("<br><font>The above-mentioned are not responsible for any damages caused by use/misuse of the bracelets<br>");
					OpenWindow.document.write("<ul type='square'>");
					OpenWindow.document.write("<li>Do not leave child unattended while wearing bracelet</li>");
					OpenWindow.document.write("<li>Always check bracelet (before and after use) for signs of damage, loose beads, etc and immediately discontinue use should this (however unlikely) occur</li>");
					OpenWindow.document.write("<li>Despite all material being non-toxic children should not be allowed to chew on bracelet</li>");
					OpenWindow.document.write("<li>Do not feed bracelets after midnight (oh wait that's Gremlins not bracelets!!)</li>");
					OpenWindow.document.write("<li>Bracelets 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>");
					OpenWindow.document.write("<li>Bracelet is intended as a decorative piece of jewellery and is perfectly safe to wear under proper supervision</li>");
					OpenWindow.document.write("</ul>");
					OpenWindow.document.write("<br>We suggest that if you are not comfortable with these terms to not purchase the bracelets.</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();
     				}