function ampliada(desktopURL){   var desktop = window.open( desktopURL, "_blank", "width=350,height=350,scrollbars=auto,resizable=yes");}
function popup(desktopURL){   var desktop = window.open( desktopURL, "_blank", "width=595,height=571,scrollbars=auto,resizable=yes");}
		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 popUp(url) {
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=730,height=465');
		self.name = "mainWin";
		}

