type=text/javascript> // Dynamically set the active stylesheet and update text size icon and link function setStyle(style) { setActiveStyleSheet(style); onLoad(); } // Display the appropriate text size icon and link based on the active style // and whether the component background is shaded or unshaded function onLoad() { // Only call function if it defined. Needed since JSP is used to dynamically create // this javascript function only if the page has an unshaded utilities component. if (this.displayUnshadedTextSizeDiv != null) { displayUnshadedTextSizeDiv(); } // Only call function if it defined. Needed since JSP is used to dynamically create // this javascript function only if the page has a shaded utilities component. if (this.displayShadedTextSizeDiv != null) { displayShadedTextSizeDiv(); } } // Return an array of element objects with the given id //function getElementsById(id) document.getElementsById = function(id) { var unFiltered = document.getElementsByTagName('*'); var filtered = []; for (i = 0; i < unFiltered.length; i++) { if (unFiltered[i].getAttribute('id') == id) { filtered.push(unFiltered[i]); } } return filtered; } // Dynamically populate HTML content within one or more text size divs. function displayUnshadedTextSizeDiv() { // See how document.getElementsById is assigned to a function defined above var textSizeDiv = document.getElementsById("UnshadedTextSizeDiv"); var html = ""; // Currenly using small text if (getActiveStyleSheet() == "webSmallCss") { html += "
"; html += "
Make text bigger
"; } // Currenly using big text else if (getActiveStyleSheet() == "webLargeCss") { html += "
"; html += "
Make text smaller
"; } // This allows the same HTML code to be displayed for multiple instances of the // component on one page (where each of these instances is either shaded or unshaded). for (i = 0; i < textSizeDiv.length; i++) { textSizeDiv[i].innerHTML = html; } } </SCRIPT>
What is domestic violence?
Domestic violence is abuse by a caregiver, a parent, a spouse or an intimate partner. It can take many forms. Here are some types of abuse: Physical abuse is the use of physical force; sexual abuse means any forced sexual activity; emotional abuse includes threats, constant criticism and put-downs. Controlling access to money and controlling activities are other abusive behaviors.
What should I know about domestic violence?
Violence against a partner or a child is a crime in all states. Each year, at least 2 million women are abused in this country. Abuse happens to people of all races, ages, incomes and religions.
People who are hurt by their partners or parents do not cause the abuse. Alcohol and drugs do not cause abuse, although they can make the violence worse. Abuse can begin, continue and increase during pregnancy
What can I do if my children or I am abused?
First, make sure you and your children are safe. Go to a safe place, such as the home of a friend or a relative or an emergency shelter. Take your children with you. Call the police if you think you can't leave home safely or if you want to bring charges against your abuser.
If possible, take house keys, money and important papers with you. Do not use drugs or alcohol at this time because you need to be alert in a crisis. The staff members at emergency shelters can help you file for a court order of protection.
What are other ways I can get help if I am abused?
Talk to your doctor, who can treat any medical problem, provide support and make referrals. Call an emergency shelter and ask about counseling and support groups for you and your children. Nurses, social workers and other health care professionals can also help you.