/* --------------------------------------
   DHTML Pop Up Window Configuration
   --------------------------------------
*/

/*----------------------
  Global Configuration
  Parameters
  ----------------------*/

CPW_window_bgcolor = "#CCCCCC"
CPW_window_title_bgcolor = "#FFFFFF"
CPW_window_border_color = "#000000"

CPW_window_padding = "5"
CPW_window_border = "1"
CPW_window_transition_in = "12"
CPW_window_transition_out = "12"
CPW_window_transition_duration = "0.2"

CPW_window_x_button = "example_images/CrossButton.gif"

/*----------------------
  Paste window variables
  below.
  ----------------------*/

CPW_window1_left = "200"
CPW_window1_top = "265"
CPW_window1_width = "600"
CPW_window1_height = "600"
CPW_window1_visible = false
CPW_window1_draggable = true
CPW_window1_content = "<html>"+
""+
"<head>"+
"<meta http-equiv=\"Content-Language\" content=\"en-us\">"+
"<meta name=\"GENERATOR\" content=\"Microsoft FrontPage 5.0\">"+
"<meta name=\"ProgId\" content=\"FrontPage.Editor.Document\">"+
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">"+
"<title>Medical Conditions</title>"+
"</head>"+
""+
"<body bgcolor=\"#000000\">"+
""+
"<div align=\"center\">"+
"  <center>"+
""+
"<table border=\"1\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"550\" id=\"AutoNumber1\" bgcolor=\"#FFFFFF\" cellpadding=\"5\">"+
"  <tr>"+
"    <td width=\"100%\" height=\"510\" valign=\"top\">"+
"    <p align=\"center\"><b><font face=\"Monotype Corsiva\" color=\"#800000\" size=\"4\">&nbsp;&nbsp;&nbsp; </font>"+
"    <font face=\"Verdana\" color=\"#800000\" size=\"4\">&nbsp;</font><font face=\"Verdana\" color=\"#800000\" size=\"2\">Medical "+
"    Conditions Requiring Special Consideration</font></b></p>"+
"    <p align=\"center\">"+
"    <span style=\"font-family: Verdana\"><font size=\"1\">The following medical "+
"    conditions require special consideration before&nbsp;any permanent "+
"    makeup&nbsp;procedure. Clients with any of these conditions should contact their "+
"    physician to determine if it will be safe to have a permanent "+
"    cosmetic&nbsp;procedure.<br>In some cases a physician's release will be required.</font></span></p>"+
"    <blockquote>"+
"    <p align=\"left\">"+
"    <span style=\"font-family: Verdana\">"+
"    <b><font size=\"1\">Diabetes</font></b></span><font size=\"1\"><span style=\"font-family: Verdana\">&nbsp; Healing could be compromised, higher risk of "+
"    infection.</span></font><span style=\"font-size: 9pt; font-family: Verdana\"><br><br>"+
"    </span>"+
"    <span style=\"font-family: Verdana\">"+
"    <b><font size=\"1\">Glaucoma</font></b><font size=\"1\">&nbsp; Increased intraocular pressure combined with pressure "+
"    placed on the eye to apply eyeliner could be damaging.<br><br>"+
"    </font>"+
"    <b><font size=\"1\">Bleeding Disorders</font></b><font size=\"1\">&nbsp; Blood disorders that affect clotting such as "+
"    hemophilia, sickle cell anemia, platelet disorders.<br><br>"+
"    </font>"+
"    <b><font size=\"1\">Mitral Valve Prolapse</font></b><font size=\"1\">&nbsp; Artificial Heart Valves, Artificial "+
"    Joints. Any condition that requires prophylactic antibiotics before dental "+
"    or other procedures. You will need to take them before micropigmentation.<br><br>"+
"    </font>"+
"    <b><font size=\"1\">Herpes Simplex</font></b><font size=\"1\">&nbsp; People who get fever blisters / cold sores may "+
"    experience an outbreak after lip procedures. Antiviral prescription should "+
"    be taken.<br> <br>"+
"    </font>"+
"    <b><font size=\"1\">Pregnancy</font></b><font size=\"1\">&nbsp; Procedure should be postponed."+
"    </font></span>"+
"    </p>"+
"    <p align=\"left\">"+
"    <span style=\"font-family: Verdana\">"+
"    <b><font size=\"1\">Heart Conditions</font></b><font size=\"1\">&nbsp; High Blood Pressure, Poor general health.<br><br>"+
"    </font>"+
"    <b><font size=\"1\">Keloid or Hypertrophic Scarring</font></b><font size=\"1\">&nbsp; Persons with tendencies for "+
"    this type of scarring have that risk with tattooing also.<br><br>"+
"    </font>"+
"    <b><font size=\"1\">Use of Certain Medications</font></b><font size=\"1\">&nbsp; Accutane / Retin-A, topical steroids "+
"    can make skin fragile. Anticoagulants (blood thinners), long-term use of "+
"    aspirin, ibuprofen, and some&nbsp; herbs reduce clotting time, resulting in "+
"    increased bleeding and bruising. <br>"+
"    <br>"+
"    </font>"+
"    <b><font size=\"1\">Any treatment, medication, or illness that compromises the immune system</font></b><font size=\"1\"> "+
"    would make you NOT a good candidate for micropigmentation procedures.</font></span></p>"+
"    </blockquote>"+
"    <p align=\"center\"><font face=\"Verdana\" size=\"2\"><a href=\"#\" onClick=\"CPW_hideWindow(1);return false;\">Close Window</a></font></td>"+
"  </tr>"+
"</table>"+
""+
"  </center>"+
"</div>"+
""+
"</body>"+
""+
"</html>"
