//functions
function rOver (idBot) {
	var botTmp = document.getElementById(idBot);
	
	if(botTmp == null) return;
	
	eval( 'botTmp.src = ' + idBot + 'RO.src' );

}

function rOut (idBot) {
	var botTmp = document.getElementById(idBot);
	
	if(botTmp == null) return;
	
	eval( 'botTmp.src = ' + idBot + 'RU.src' );

}

// load images

// BUTTON

//BTN - Contact Our Office Here
var btnContactourofficehereRU = new Image();
btnContactourofficehereRU.src = '/employment/btn_contact_our_office_here.gif';
var btnContactourofficehereRO = new Image();
btnContactourofficehereRO.src = '/employment/btn_contact_our_office_here_b.gif';

//-------------------------------------------------------


