<!--

if (document.images) {
	bt = new Image()
	bt.src = "../images/nav-circle.gif"
	bton = new Image()
	bton.src = "../images/nav-circle-on.gif"
	
	about = new Image()
	about.src = "../images/s-about.gif"
	abouton = new Image()
	abouton.src = "../images/s-about-on.gif"

	client = new Image()
	client.src = "../images/s-client.gif"
	clienton = new Image()
	clienton.src = "../images/s-client-on.gif"
	
	jobs = new Image()
	jobs.src = "../images/s-job.gif"
	jobson = new Image()
	jobson.src = "../images/s-job-on.gif"
	
	search = new Image()
	search.src = "../images/s-info.gif"
	searchon = new Image()
	searchon.src = "../images/s-info-on.gif"
	
	cand = new Image()
	cand.src = "../images/s-candidate.gif"
	candon = new Image()
	candon.src = "../images/s-candidate-on.gif"

	resume = new Image()
	resume.src = "../images/s-submit.gif"
	resumeon = new Image()
	resumeon.src = "../images/s-submit-on.gif"
	
	home = new Image()
	home.src = "../images/s-home.gif"
	homeon = new Image()
	homeon.src = "../images/s-home-on.gif"
}
function iC(i, iName){
	if (document.images){
		document.images[i].src = eval(i + iName + ".src");
	}
}
function iCBt(i, iName){
	if (document.images){
		document.images[i].src = eval("bt" + iName + ".src");
	}
}
function open_win(url) {
mywin=window.open(url,"win",'toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=512,height=350')
}
//-->