 function go(){

if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {

location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value

		}

	}

	

document.write('<form name="selecter"><select name="select1" size=1>');

document.write('<option value=none>Select a Publication Below: ');

document.write('<option value="#anap">Abuse and Neglect Of Vulnerable Adult Populations');

document.write('<option value="#asd">Adolescent Sexual Development and Sexuality');

document.write('<option value="#asb">Advances in School-Based Mental Health Interventions');

document.write('<option value="#adhd">Attention Deficit Hyperactivity Disorder');

document.write('<option value="#bhc">Behavioral Health Care');

document.write('<option value="#campus">Campus Safety & Student Development');

document.write('<option value="#campus">Campus Sexual Assault Response Teams');

document.write('<option value="#childvictim">Child Victimization');

document.write('<option value="#cby">Cognitive Behavioral Interventions for At-Risk Youth');

document.write('<option value="#cgn">Complete Guide to Nonprofit Organizations');

document.write('<option value="#rpsb">The Complete Guide to Retirement Plans for Small Businesses');

document.write('<option value="#forms">Correctional Health Care Forms, Checklists & Guidelines');

document.write('<option value="#corhealth">Correctional Health Care Report');

document.write('<option value="#corlawrep">Correctional Law Reporter');

document.write('<option value="#cmh">Correctional Mental Health Report');

document.write('<option value="#cpty">Correctional Psychiatry');

document.write('<option value="#cpsy">Correctional Psychology');

document.write('<option value="#cormgr">Corrections Managers Report');

document.write('<option value="#cjr">Criminal Justice Research Reviews');

document.write('<option value="#domviol">Domestic Violence Report');

document.write('<option value="#dvac">Domestic Violence, Abuse, and Child Custody');

document.write('<option value="#epy">Effective Program Practices for At-Risk Youth');

document.write('<option value="#em 2008-09">Electronic Monitoring Survey 2008-2009');

document.write('<option value="#ebd">Emotional & Behavioral Disorders in Youth');

document.write('<option value="#facing">Facing The Shadow');

document.write('<option value="#fipv">Family & Intimate Partner Violence')

document.write('<option value="#ffa">Family Foundation Advisor');

document.write('<option value="#fee">Financial Exploitation of the Elderly');

document.write('<option value="#fmr">Financial Markets in Recovery');

document.write('<option value="#fmh">Forensic Mental Health');

document.write('<option value="#hsot">Handbook of Sex Offender Treatment');

document.write('<option value="#hbsy">Home Based Services for High Risk Youth');

document.write('<option value="#driving">Impaired Driving Update');

document.write('<option value="#csbp">Interventions for Children With Sexual Behavior Problems');

document.write('<option value="#ipv">Intimate Partner Violence');

document.write('<option value="#mhtc">Introduction To Mental Health Treatments In Corrections');

document.write('<option value="#guide2">How to Conduct a Defensible Due Process Disciplinary Hearing');

document.write('<option value="#jcc">Journal of Community Corrections');

document.write('<option value="#tax_fin">Journal of Taxation & Regulation of Financial Institutions');

document.write('<option value="#tax_fin">Journal of Taxation & Regulation of Financial Institutions-Print and Online Personal Edition');

document.write('<option value="#tax_fin">Journal of Taxation & Regulation of Financial Institutions-Print and Online Institutional Edition');

document.write('<option value="#tax_inv">Journal of Taxation of Investments-Print and Online Personal Edition ');

document.write('<option value="#tax_inv">Journal of Taxation of Investments-Print and Online Institutional Edition');

document.write('<option value="#jjp">Juvenile Justice-Policies, Practices, Programs');

document.write('<option value="#juvjus">Juvenile Justice Update');

document.write('<option value="#lidi">Legal Issues of Dependent and Incapacitated People');

document.write('<option value="#chp">Management & Administration of Correctional Health Care');

document.write('<option value="#madg">Managing Adolescent Depression');

document.write('<option value="#msp">Managing Special Populations in Jails and Prisons');

document.write('<option value="#manage">Management & Supervision of Jail Inmates with Mental Disorders, 2nd Edition');

document.write('<option value="#mentally">Mentally Disordered Inmate & the Law, 2nd Edition');

document.write('<option value="#ml">Money Laundering, Terrorism and Financial Institutions');

document.write('<option value="#mfj">Municipal Finance Journal-Print and Online Personal Edition');

document.write('<option value="#mfj">Municipal Finance Journal-Print and Online Institutional Edition');

document.write('<option value="#offmon">Offender Monitoring, Journal of');

document.write('<option value="#offprog">Offender Programs Report');

document.write('<option value="#osa">Offender Substance Abuse Report');

document.write('<option value="#pplr">Probation and Parole Law Reports');

document.write('<option value="pgcm">Practical Guide to Correctional Mental Health and the Law');

document.write('<option value="#guide2">Practical Guide to Inmate Discipline');

document.write('<option value="#mwb">Programs for Men Who Batter');

document.write('<option value="#rpom">Reentry Planning for Offenders With Mental Disorders');

document.write('<option value="#ssm">School Safety Management');

document.write('<option value="#sci">Science, Treatment & Prevention of Antisocial Behavior');

document.write('<option value="#sexoff">Sex Offender Law Report');

document.write('<option value="#regist">Sex Offender Registration &amp; Notification: Megans Law Sourcebook');

document.write('<option value="#tso">The Sex Offender');

document.write('<option value="#assault">Sexual Assault Report');

document.write('<option value="#pred">Sexual Predator, The');

document.write('<option value="#stk">Stalking');

document.write('<option value="#sdc"> Substance Dependence and Co-Occurring Psychiaric Disorders');

document.write('<option value="#tlkx">Tax-Free Like-Kind Exchanges');

document.write('<option value="#tbi">Tax Issues in Bankruptcy and Insolvency');

document.write('<option value="#telemedbook">Telemedicine Law & Practice');

document.write('<option value="#RTA2004">2004 TRC Report on US Telemedicine Activity');

document.write('<option value="#tao">Treating Addicted Offenders-Vol I');

document.write('<option value="#tao2">Treating Addicted Offenders-Vol II');

document.write('<option value="#tadhd">Treating Attention Deficit Hyperactivity Disorder');

document.write('<option value="#lhe">Treating Lifetime Health Effects of Childhood Victimization');

document.write('<option value="#elder">Victimization of the Elderly and Disabled');

document.write('<option value="#vaw">Violence Against Women');

document.write('<option value="#women">Women, Girls &amp, Criminal Justice; Policy Issues and Practice Strategies');

document.write('</select>');

document.write('&nbsp; <input type="button" value="Go" onclick="go()">');

document.write('</form>');


