// JavaScript Document
$(document).ready(function(){
			 
});
window.ZF = {};
ZF.old = "none";
ZF.th = 0;
ZF['ch'] = function (arg){

if(arg!="none"){
	el = document.getElementById(arg).getElementsByTagName('img');
	sr = el[0].src;
	el[0].src = el[0].name;
	el[0].name = sr; 
	
	}
	};

