 <!--
 function mOvr(src) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	}
 }
  
  function mClk(src) {
 if(event.srcElement.tagName=='TD')
	 src.children.tags('A')[0].click();
 }
 

function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2-30: 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=0'
ventana = window.open(mypage,myname,settings);
ventana.focus(); 
}



function foto(id) {

fotob2=window.open("calv_popup.asp?foto="+id,"fotowb","top=5,left=20,height=525,width=710,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1");
fotob2.focus(); }

function foto2(id) {

fotob3=window.open("calv_popup2.asp?foto="+id,"fotowb","top=5,left=20,height=525,width=710,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=1");
fotob23.focus(); }

//-->
