
 /* 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 cambiacolor(obj, color, i){
	if ((color == "") || (!color)) { color='#cccccc'; }
	obj.style.background = color
	if (i > 0){
		obj.style.border = '1 solid #ff9900'
	}
}
function vuelvecolor(obj, i){
	obj.style.background = '#ffffff'
	if (i > 0){
		obj.style.border = ' 1 solid #000000'
	} 
}

<!--
var message='Copyright © 2001 Fotoparty.com.';
function click(e) {
 if (document.all) {
  if (event.button == 2) {
   alert(message);
return false;
 }}
 if (document.layers) {
 if (e.which == 3) {
   alert(message);return false;
}}}
if (document.layers) {
 document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='index.php?id_pais="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenu2(targ,selObj,restore){ //v3.0
  eval(targ+".location='index.php?id_pcia="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

-->



