<!--

function leapto1(form, nr)
	{
	var myindex=form.dest1.selectedIndex
	parent.location.href=form.dest1.options[myindex].value
	}
	function leapto2(form, nr)
	{
	var myindex=form.dest2.selectedIndex
	parent.location.href=form.dest2.options[myindex].value
	}

//-->
<!--
document.write('<table border="0" cellpadding="8" cellspacing="0" width="100%">');
document.write('<form name="jump1">');
document.write('<tr><td bgcolor="#333399" valign="center" align="right"><font face="Verdana" size="1" color="#ffffff">Quick Start:&nbsp;</font>');
document.write('<select size="1" name="dest1" onChange="leapto1(this.form, 1)">');
document.write('<option selected>The ABCs of Child Support&nbsp;</option>');
document.write('<option value="../abcs/introduction.htm">&#149;&nbsp;Introduction</option>');
document.write('<option value="../abcs/apply.htm">&#149;&nbsp;Applying for Services</option>');
document.write('<option value="../abcs/locate.htm">&#149;&nbsp;Locate</option>');
document.write('<option value="../abcs/paternity.htm">&#149;&nbsp;Paternity</option>');
document.write('<option value="../abcs/establish.htm">&#149;&nbsp;Establishment</option>');
document.write('<option value="../abcs/enforce.htm">&#149;&nbsp;Enforcement</option>');
document.write('<option value="../abcs/statelines.htm">&#149;&nbsp;Multiple States</option>');
document.write('<option value="../abcs/review.htm">&#149;&nbsp;Review &amp; Modification</option>');
document.write('<option value="../abcs/rights.htm">&#149;&nbsp;Rights &amp; Responsibilities</option>');
document.write('<option value="../abcs/offices.htm">&#149;&nbsp;Office Locations</option>');
document.write('<option value="../abcs/govt.htm">&#149;&nbsp;Government Agencies Involved</option>');
document.write('</select>');
document.write('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');
document.write('<select size="1" name="dest2" onChange="leapto2(this.form, 1)">');
document.write('<option selected>Forms</option>');
document.write('<option>&nbsp;--------------&nbsp;FOR PARENTS&nbsp;--------------</option>');
document.write('<option value="../forms/apply.htm">&#149;&nbsp;Application for Services (print)</option>');
document.write('<option value="../abcs/paternity.htm">&#149;&nbsp;Paternity</option>');
document.write('<option value="../forms/address.htm">&#149;&nbsp;Report a Change of Address</option>');
document.write('<option value="../forms/employer.htm">&#149;&nbsp;Report a Change of Employer</option>');
document.write('<option value="../forms/calculator.asp">&#149;&nbsp;Guidelines Estimator</option>');
//document.write('<option value="../forms/paymenthist.asp">&#149;&nbsp;Record Payment History</option>');
document.write('<option value="../forms/request.htm">&#149;&nbsp;Request Information</option>');
document.write('<option>&nbsp;-------------&nbsp;FOR EMPLOYERS&nbsp;------------</option>');
document.write('<option value="../forms/empcontact.htm">&#149;&nbsp;Update Employer Contact Information</option>');
document.write('<option value="../forms/employment.htm">&#149;&nbsp;Verify Employment/Location</option>');
document.write('<option value="../forms/termination.htm">&#149;&nbsp;Report Employee Termination</option>');
document.write('<option value="../forms/medical.htm">&#149;&nbsp;Verify Medical Coverage</option>');
document.write('<option value="../forms/request.htm">&#149;&nbsp;Request Information</option>');
document.write('</select>');
document.write('</td>');
document.write('</tr>');
document.write('</form>');
document.write('</table>');


// end hiding contents -->




