<!--
x=0;
function fun(){
if (document.documentElement){
x=(x>document.forms[1].elements.length-1)?x=0:x=x;
document.forms[1].elements[x].focus()
x++
timer=setTimeout("fun()",100)
}
}
timer=0;

function mark(face,field_color,text_color){
if (document.documentElement){//if browser is IE5+ or NS6+
face.style.backgroundColor=field_color;
face.style.color=text_color;
}
}

function where(){
document.forms[0].wherefrom.value=parent.wherecame;
}

function MM_goToURL() { 
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",60)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=0
}

function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=5
else if (window.highlighting)
clearInterval(highlighting)
}
 function sortir(src,color_default) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = "default";
	 src.bgColor = color_default;
	}
 }


function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	 src.bgColor = clrOver;
	}
 }
   function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = 'default';
	 src.bgColor = clrIn;
	}
 }
 function mClk(src) {
 if(event.srcElement.tagName=='TD')
	 src.children.tags('A')[0].click();
 }
 
  function sortir(src,color_default) {
if (!src.contains(event.toElement)) {
 src.style.cursor = "default";
 src.bgColor = color_default;
}
 }


function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
 src.style.cursor = 'hand';
 src.bgColor = clrOver;
}
 }
 function mOvr2(src,clrOver) {
 if (!src.contains(event.fromElement)) {
 src.style.cursor = 'hand';
 src.background='../hosting/imax/lat4.gif';
 status=clrOver;
}
 }
   function mOut2(src,clrIn) {
if (!src.contains(event.toElement)) {
 src.style.cursor = 'default';
 src.background='../hosting/imax/lat.gif';
 status=clrIn;
}
 }
   function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
 src.style.cursor = 'default';
 src.bgColor = clrIn;
}
 }
 function mClk(src) {
 if(event.srcElement.tagName=='TD')
 src.children.tags('A')[0].click();
 }

function abrir(page,x,y,opcion)
	{
	frase = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=" + opcion + ",resizable=" + opcion + ",copyhistory=no,width=" + x + ",height=" + y;
	window.open(page,"new_",frase);
	}
//-->