<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function XM_images(n,o,d,l) { //v1.0
	this.obj=MM_findObj(n);this.n=n;this.u=this.obj.src;this.s=1;this.o=o;this.d=d;
	this.swap=function() {if(this.s==1){this.obj.src=this.o;this.s=2}}
	this.stick=function() {this.obj.src=this.d;this.s=3;XM_unStick(this.n)}
	this.restore=function(){if(this.s==2){this.obj.src=this.u;this.s=1}}
	if (document.location.href.indexOf(l)!=-1) this.stick()
}
function XM_unStick(n){ //v1.0
	for (var i=0;i<document.XM_img.length;i++)if (document.XM_img[i].n!=n) 
	{document.XM_img[i].s=2;document.XM_img[i].restore()}
}
function XM_initImages() { //v1.0
	var a=XM_initImages.arguments;document.XM_img=new Array();for(i=0;i<a.length;i=i+4){
	document.XM_img[document.XM_img.length]=new XM_images(a[i],a[i+1],a[i+2],a[i+3])}
}
//-->
