// Function OPENWINDOW


function OpenWindow(url,tit,w,h,s){
	remote=null;
	remote=window.open(url,tit,'width=570,height=560,rezisable=no,top='+(screen.availHeight-570)/2+',left='+(screen.availWidth-570)/2+',scrollbars=no');
			if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}                                  

// End OPENWINDOW

// Popup
 function OpenWindowGr(url){
    window.open(url, "ventana", "scrollbars=yes,resizable=yes,directories=no,width="+(screen.availWidth-20)+",height="+(screen.availHeight-50)+",left=2,top=2")
	}      	                            
// Fin Popup 


// Popup Ficha
 function OpenWindowFicha(url){
    window.open(url, "Ficha", "scrollbars=yes,resizable=yes,directories=no,width=795,height=450,left="+(screen.availWidth-795)/2+",top="+(screen.availHeight-450)/2+"")
	}      	                            
// Fin Popup Ficha

// Popup Displasia
function OpenWindowDis(url,tit,w,h,s){
	remote=null;
	remote=window.open(url,tit,'width=570,height=560,rezisable=no,top='+(screen.availHeight-570)/2+',left='+(screen.availWidth-570)/2+',scrollbars=yes');
			if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}  
// Fin Popup Displasia

// Popup Pedigree Camadas
function OpenWindowPedCamadas(url,tit,w,h,s){
	remote=null;
	remote=window.open(url,tit,'width=620,height=500,rezisable=yes,top='+(screen.availHeight-620)/2+',left='+(screen.availWidth-500)/2+',scrollbars=yes');
			if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}  
// Fin Popup Pedigree Camadas

// Popup Video Low Res
function OpenWindowVideoLR(url,tit,w,h,s){
	remote=null;
	remote=window.open(url,tit,'width=260,height=215,rezisable=no,top='+(screen.availHeight-260)/2+',left='+(screen.availWidth-215)/2+',scrollbars=no');
			if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}  
// Fin Popup Video Low Res

// Popup Video High Res
function OpenWindowVideoHR(url,tit,w,h,s){
	remote=null;
	remote=window.open(url,tit,'width=340,height=275,rezisable=no,top='+(screen.availHeight-340)/2+',left='+(screen.availWidth-275)/2+',scrollbars=no');
			if ((document.window != null) && (!hWnd.opener))
			hWnd.opener = document.window;
	}  
// Fin Popup Video High Res