function swp(path,what,t,stat) {
	if (stat==1) {
		if (t==1) { //over
			eval("document."+what+".src='"+path+"/"+what+"_2.gif'");
		} else { //off
			eval("document."+what+".src='"+path+"/"+what+"_1.gif'");
		}
	}
}
