

if (document.images){
	careerson = new Image();		careerson.src = "/rmaimages/top_nav_choose_on.gif";
	peopleon = new Image(); 	peopleon.src = "/rmaimages/top_nav_client_on.gif";
	temporaryson = new Image(); temporaryson.src = "/rmaimages/top_nav_candidate_on.gif";
	contacton = new Image();    contacton.src = "/rmaimages/top_nav_contact_on.gif";
	homeon = new Image();		homeon.src = "/rmaimages/top_nav_home_on.gif";
	
	careersoff = new Image;		careersoff.src = "/rmaimages/top_nav_choose.gif";
	peopleoff = new Image();  	peopleoff.src = "/rmaimages/top_nav_client.gif";
	temporarysoff = new Image();	temporarysoff.src = "/rmaimages/top_nav_candidate.gif";
	contactoff = new Image();	contactoff.src = "/rmaimages/top_nav_contact.gif";
	homeoff = new Image();		homeoff.src = "/rmaimages/top_nav_home.gif";
	
	clienton = new Image();		clienton.src = "/rmaimages/top_nav_sub_peop_on.gif";
	candidateon = new Image();		candidateon.src = "/rmaimages/top_nav_sub_case_on.gif";
	allianon = new Image();		allianon.src = "/rmaimages/top_nav_sub_allian_on.gif";
	
	clientoff = new Image();   clientoff.src = "/rmaimages/top_nav_sub_peop.gif";
	candidateoff = new Image();		candidateoff.src = "/rmaimages/top_nav_sub_case.gif";
	allianoff = new Image();	allianoff.src = "/rmaimages/top_nav_sub_allian.gif";
	
	allianceson = new Image();	allianceson.src = "/rmaimages/sub_nav_retained_serv_on.gif";
	contingenton = new Image();	contingenton.src = "/rmaimages/sub_nav_con_serv_on.gif";
	temporaryon = new Image();	temporaryon.src = "/rmaimages/sub_nav_temp_place_on.gif";
	
	alliancesoff = new Image();	alliancesoff.src = "/rmaimages/sub_nav_retained_serv.gif";
	contingentoff = new Image(); contingentoff.src = "/rmaimages/sub_nav_con_serv.gif";
	temporaryoff = new Image();	temporaryoff.src = "/rmaimages/sub_nav_temp_place.gif";
	
	careeron = new Image();		careeron.src = "/rmaimages/sub_nav_career_op_on.gif";
	workon = new Image();		workon.src = "/rmaimages/sub_nav_work_on.gif";
	
	careeroff = new Image();	careeroff.src = "/rmaimages/sub_nav_career_op.gif";
	workoff = new Image();		workoff.src = "/rmaimages/sub_nav_work.gif";
}

function imgOn(iname) {
	if (document.images) {
		document[iname].src = eval(iname + "on.src");
	}
}

function imgOff(iname) {
	if (document.images) {
		document[iname].src = eval(iname + "off.src");
	}
}

function top(home,topbackground,overpic,rightofpic,rtwidth){
		document.write('<a name="top">')
		document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%"')
		
		if (home == "homepage"){
		 document.write(' bgcolor="#607C99">')
		}
		else{
		 document.write(' bgcolor="#ffffff">')
		}
			document.write('<tr>')
				
		if (home == "homepage"){		
				document.write('<td height="43"><img src="/rmaimages/space.gif"></td>')
			document.write('</tr>')
			document.write('<tr>')
				document.write('<td bgcolor="#ffffff"><img src="/rmaimages/space.gif" height="1"></td>')
			document.write('</tr>')
			document.write('<tr>')
		}
				
				document.write('<td>')
					document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%" bgcolor="' + topbackground + '">')
						
						document.write('<tr>')
							document.write('<td width="328">')
							
							if (home != "homepage"){
							document.write('<a href="/">')
							}
							
							document.write('<img src="/rmaimages/' + overpic + '" width="328" height="54" border="0" alt="RYAN MILLER & Associates">')
							
							if (home != "homepage"){
							document.write('</a>')
							}
							
							document.write('</td>')
							document.write('<td rowspan="2" align="left" width="99%"><img src="/rmaimages/' + rightofpic + '" width="' + rtwidth + '" height="94"></td>')
						document.write('</tr>')
						document.write('<tr>')
							document.write('<td width="328"><img src="/rmaimages/pics.jpg" width="328" height="40"></td>')
						document.write('</tr>')
					document.write('</table>')
				document.write('</td>')
			document.write('</tr>')	
}

function navBar(home){
	document.write('<tr>')
		document.write('<td bgcolor="#ffffff"><img src="/rmaimages/space.gif" height="1"></td>')
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0" bgcolor="#8BA7BB" width="100%">')
				document.write('<tr>')
					
					if (home == "career"){
					document.write('<td><a href="/career.htm"><img src="/rmaimages/top_nav_choose_on.gif" width="143" height="18" alt="Why RMA" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/career.htm" onMouseover="imgOn(\'careers\')" onMouseout="imgOff(\'careers\')"><img src="/rmaimages/top_nav_choose.gif" width="143" height="18" alt="Why RMA" border="0" name="careers"></a></td>')
					}
					
					if (home == "people"){
					document.write('<td><a href="/people.htm"><img src="/rmaimages/top_nav_client_on.gif" width="148" height="18" alt="Client Services" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/people.htm" onMouseover="imgOn(\'people\')" onMouseout="imgOff(\'people\')"><img src="/rmaimages/top_nav_client.gif" width="148" height="18" alt="Client Services" border="0" name="people"></a></td>')
					}
					
					if (home == "temporary"){
					document.write('<td><a href="/temporary.htm"><img src="/rmaimages/top_nav_candidate_on.gif" width="167" height="18" alt="Candidate Services" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/temporary.htm" onMouseover="imgOn(\'temporarys\')" onMouseout="imgOff(\'temporarys\')"><img src="/rmaimages/top_nav_candidate.gif" width="167" height="18" alt="Candidate Services" border="0" name="temporarys"></a></td>')
					}
					document.write('<td')
					
					if (home == "homepage"){
					document.write(' width="99%"')
					}
					
					if (home == "contact"){
					document.write('><a href="/contact.htm"><img src="/rmaimages/top_nav_contact_on.gif" width="118" height="18" alt="Contact Us" border="0"></a></td>')
					}
					else{
					document.write('><a href="/contact.htm" onMouseover="imgOn(\'contact\')" onMouseout="imgOff(\'contact\')"><img src="/rmaimages/top_nav_contact.gif" width="118" height="18" alt="Contact Us" border="0" name="contact"></a></td>')
					}
					
					if (home != "homepage"){
					document.write('<td width="99%"><a href="/" onMouseover="imgOn(\'home\')" onMouseout="imgOff(\'home\')"><img src="/rmaimages/top_nav_home.gif" width="72" height="18" alt="Home" border="0" name="home"></a></td>')
					}
				
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
	
	if (home == "homepage"){
	document.write('<tr>')
		document.write('<td background="/rmaimages/shadow_homepage.gif"><img src="/rmaimages/space.gif" height="7"></td>')
	document.write('</tr>')
	}
}

function subBar(type,subtype){
	document.write('<tr>')
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0" background="/rmaimages/sub_nav_bg.gif" width="100%">')
				document.write('<tr>')
					
					
				if (type == "career"){	
					if (subtype == "client"){
					document.write('<td><a href="/career/client.htm"><img src="/rmaimages/top_nav_sub_peop_on.gif" width="91" height="18" alt="Our People" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/career/client.htm" onMouseover="imgOn(\'client\')" onMouseout="imgOff(\'client\')"><img src="/rmaimages/top_nav_sub_peop.gif" width="91" height="18" alt="Our People" border="0" name="client"></a></td>')
					}
					
					if (subtype == "candidate"){
					document.write('<td><a href="/career/candidate.htm"><img src="/rmaimages/top_nav_sub_case_on.gif" width="115" height="18" alt="Case Studies" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/career/candidate.htm" onMouseover="imgOn(\'candidate\')" onMouseout="imgOff(\'candidate\')"><img src="/rmaimages/top_nav_sub_case.gif" width="115" height="18" alt="Case Studies" border="0" name="candidate"></a></td>')
					}
					
					if (subtype == "alliances"){
					document.write('<td width="99%"><a href="/why/alliances.htm"><img src="/rmaimages/top_nav_sub_allian_on.gif" width="129" height="18" alt="Alliance Partners" border="0"></a></td>')
					}
					else{
					document.write('<td width="99%"><a href="/why/alliances.htm" onMouseover="imgOn(\'allian\')" onMouseout="imgOff(\'allian\')"><img src="/rmaimages/top_nav_sub_allian.gif" width="129" height="18" alt="Alliance Partners" border="0" name="allian"></a></td>')
					}
				}
				else if (type == "people"){
					document.write('<td><img src="/rmaimages/space.gif" width="154" height="18"></td>')
					if (subtype == "alliances"){
					document.write('<td><a href="/people/alliances.htm"><img src="/rmaimages/sub_nav_retained_serv_on.gif" width="139" height="18" alt="Retained Searches" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/people/alliances.htm" onMouseover="imgOn(\'alliances\')" onMouseout="imgOff(\'alliances\')"><img src="/rmaimages/sub_nav_retained_serv.gif" width="139" height="18" alt="Retained Searches" border="0" name="alliances"></a></td>')
					}
					
					if (subtype == "contingent"){
					document.write('<td><a href="/client/contingent.htm"><img src="/rmaimages/sub_nav_con_serv_on.gif" width="156" height="18" alt="Contingent Searches" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/client/contingent.htm" onMouseover="imgOn(\'contingent\')" onMouseout="imgOff(\'contingent\')"><img src="/rmaimages/sub_nav_con_serv.gif" width="156" height="18" alt="Contingent Searches" border="0" name="contingent"></a></td>')
					}
					
					if (subtype == "temporary"){
					document.write('<td width="99%"><a href=".htm"><img src="/rmaimages/sub_nav_temp_place_on.gif" width="163" height="18" alt="Temporary Placement" border="0"></a></td>')
					}
					else{
					document.write('<td width="99%"><a href=".htm" onMouseover="imgOn(\'temporary\')" onMouseout="imgOff(\'temporary\')"><img src="/rmaimages/sub_nav_temp_place.gif" width="163" height="18" alt="Temporary Placement" border="0" name="temporary"></a></td>')
					}
				}
				else if (type == "temporary"){
					document.write('<td><img src="/rmaimages/space.gif" width="299" height="18"></td>')
					if (subtype == "career"){
					document.write('<td><a href="/client/temporary.htm"><img src="/rmaimages/sub_nav_career_op_on.gif" width="153" height="18" alt="Career Opportunities" border="0"></a></td>')
					}
					else{
					document.write('<td><a href="/client/temporary.htm" onMouseover="imgOn(\'temporary\')" onMouseout="imgOff(\'temporary\')"><img src="/rmaimages/sub_nav_career_op.gif" width="153" height="18" alt="Career Opportunities" border="0" name="temporary"></a></td>')
					}
					
					if (subtype == "work"){
					document.write('<td width="99%"><a href=".htm"><img src="/rmaimages/sub_nav_work_on.gif" width="168" height="18" alt="How to work with RMA" border="0"></a></td>')
					}
					else{
					document.write('<td width="99%"><a href=".htm" onMouseover="imgOn(\'work\')" onMouseout="imgOff(\'work\')"><img src="/rmaimages/sub_nav_work.gif" width="168" height="18" alt="How to work with RMA" border="0" name="work"></a></td>')
					}
				}
				else{
					document.write('<td height="18"><img src=/rmaimages/space.gif" width="1" height="1"></td>')
				}
				
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
}



function setUpPage(home,linecolor,texttype,topbutton){
	
	if (home != "homepage"){
	document.write('<tr>')
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0">')
				document.write('<tr>')
					document.write('<td width="69" height="15" background="/rmaimages/stripe_top.gif"><img src="/rmaimages/space.gif" width="69" height="1"></td>')
					document.write('<td><img src="/rmaimages/space.gif" width="1" height="1"></td>')
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
	}
				
	
	document.write('<tr>')
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0" width="521">')
				
				
				
					
			if (home == "homepage"){
				document.write('<tr>')
					document.write('<td width="145" rowspan="2" height="56"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					document.write('<td valign="bottom" rowspan="2" width="1"><img src="/rmaimages/line.gif" width="1" height="40"></td>')
					document.write('<td rowspan="2" width="27"><img src="/rmaimages/space.gif" width="1"></td>')
					document.write('<td height="21" width="348"><img src="/rmaimages/space.gif" height="1"></td>')
				document.write('</tr>')
				document.write('<tr>')
					document.write('<td height="35"><img src="/rmaimages/rm_header.gif" width="348" height="21"></td>')
				document.write('</tr>')
			}
			else{
				document.write('<tr>')
					document.write('<td width="69" background="/rmaimages/stripe.gif"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					
					document.write('<td height="21" width="452"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
				document.write('</tr>')
			}
						
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
	document.write('<tr>')
		if (home == "homepage"){
		document.write('<td bgcolor="' + linecolor + '"><img src="/rmaimages/space.gif" height="1"></td>')
		}
		else{
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0">')
				document.write('<tr>')
					document.write('<td width="69" background="/rmaimages/stripe.gif"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					document.write('<td><img src="/rmaimages/space.gif" width="1" height="1"></td>')
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
		}
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td>')
			document.write('<table cellspacing="0" cellpadding="0" border="0" width="724">')
				document.write('<tr>')
					
					if (home == "homepage"){
						document.write('<td width="145"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					}
					else{
						if (topbutton == "button"){
						document.write('<td width="69" background="/rmaimages/stripe.gif" valign="bottom"><a href="#top"><img src="/rmaimages/back_to_top.gif" width="61" height="20" border="0"></a></td>')
						}
						else{
						document.write('<td width="69" background="/rmaimages/stripe.gif"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
						}
					
						document.write('<td width="39"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					}
					
					if (home == "homepage"){
					document.write('<td bgcolor="' + linecolor + '" width="1"><img src="/rmaimages/space.gif" width="1"></td>')
					document.write('<td width="27"><img src="/rmaimages/space.gif" width="27"></td>')
					}
					
					
					
					if (home == "homepage"){
					document.write('<td width="550" class="' + texttype + '">')
					}
					else{
					document.write('<td width="615" class="' + texttype + '">')
					}
}

function finishIt(links){
					if (links == "yeslinks"){
					document.write('<div align="center" class="bottomlink">')
					document.write('<a href="/career.htm">Our Current Searches</a>')
					document.write('  |  ')
					document.write('<a href="/people.htm">Our People</a>')
					document.write('  |  ')
					document.write('<a href="/temporary.htm">Temporary Placement</a>')
					document.write('  |  ')
					document.write('<a href="/contact.htm">Contact Us</a>')
					document.write('  |  ')
					document.write('<a href="/">Home</a>')
					document.write('</div>')
					}
					document.write('</td>')
					document.write('<td><img src="/rmaimages/space.gif" width="1"></td>')
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
	document.write('<tr>')
		document.write('<td>')
			document.write('<table border="0" cellspacing="0" cellpadding="0">')
				document.write('<tr>')
					if (links == "nolinks"){
					document.write('<td><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					}
					else{
					document.write('<td width="69" height="10" background="/rmaimages/stripe.gif"><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					document.write('<td><img src="/rmaimages/space.gif" width="1" height="1"></td>')
					}
				document.write('</tr>')
			document.write('</table>')
		document.write('</td>')
	document.write('</tr>')
document.write('</table>')
}

function contact(fullname, email){
	document.write('FAX OR EMAIL RESUMES TO ')
	document.write(fullname + ' AT <a href="mailto:' + email + '@ryanmiller.com">' + email + '@ryanmiller.com</a>')
}

function tempcontact(){
	document.write('EMAIL RESUMES TO <a href="mailto:rmatheny@taprofessionals.com">TEMPORARY ACCOUNTING PROFESSIONALS</a>')
}

function resume(){
	document.write('<ol type="A">')
	document.write('<li>Please list the title of the position for which you are applying.  No cover letter is necessary.  If you are applying to more than one position, please apply to each listing separately.')
	document.write('<li>Include your current or most recent salary history.')
	document.write('<li>Stipulate any location restrictions, if any.  If you have no location restrictions, please type in: "no restrictions".')
	document.write('<li>If emailing your resume, please send as an MS Word attachment.')
	document.write('<li>Please also be certain that your name, mailing address, telephone number, email address, and fax number where appropriate, are included.')
	document.write('</ol>')
}

function biobuttons(){
	document.write('<a href="/why/people.htm"><img src="/rmaimages/s_back_list.gif" width="115" height="15" border="0" alt="Back to List"></a>')
}

function casebuttons(){
	document.write('<a href="/why/cases.htm"><img src="/rmaimages/s_back_case_studies.gif" width="123" height="15" border="0" alt="Back to Case Studies"></a>')
}

