	<!--
function change_time(){
	var loop;
	var ih, im, is, ihs, ims, iss;
	var today;
	today=new Date();
	ih=today.getHours();
	im=today.getMinutes();
	is=today.getSeconds();
	if(ih<10)ihs="0"+ih; else ihs=ih;
	if(im<10)ims="0"+im; else ims=im;
	if(is<10)iss="0"+is; else iss=is;
	document.clock.time.value=ihs+":"+ims+":"+iss;
	window.setTimeout("change_time()", 200);
}

function MM_findObj(n, d){ //v4.0
	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 && document.getElementById)
		x=document.getElementById(n);
	return x;
}

function MM_showHideLayers(){ //v3.0
	var i, p, v, obj, args=MM_showHideLayers.arguments;
	for(i=0; i<(args.length-2); i+=3)
		if((obj=MM_findObj(args[i]))!=null){
			v=args[i+2];
			if(obj.style){
				obj=obj.style;
				v=(v=='show')?'visible':(v='hide')?'hidden':v;
			}
			obj.visibility=v;
		}
}

count = 0;
function Color(abc)
{
	txt = document.all["abcID"].innerText;
	c = abc.charAt(count);
	txt = txt.fontcolor("#0000"+c+c );
	document.all["abcID"].innerHTML = txt;
	count++;
	if (count > abc.length) count = 0;
	setTimeout("Color('"+abc+"')", 50 );
}


        function JumpTo(formName, popName, targetTo) {
                where = popName.options[popName.selectedIndex].value;
                if(where != "nil") { // Jump if value is not nil
                        location.target = targetTo;
                        window.parent.location.href = where;
                }
        }



var remote=null;
function new_open(w,h,s_data){
ww=w.substring(0,w.length);
hh=h.substring(0,h.length);
ss_data = s_data;
setTimeout('go_s(ww,hh,ss_data)',1000);
}
   function go_s(wi,he,s_data) {
   remote = window.open(s_data, "middle_win", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width="+wi+",height="+he);
   }
// -->
<!--
var remote=null;
function naviclose() {
         wc=top.close();
}



	//-->

