var win=null; 
function NewWindow(mypage,myname,w,h,scroll,pos){ 
	if(pos=="random"){
		LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;
	} 
	if(pos=="center"){
		LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;
	} 
	else if((pos!="center" && pos!="random") || pos==null){
		LeftPosition=0;TopPosition=20
	} 
	settings='width='+w+', height='+h+', top='+TopPosition+', left='+LeftPosition+', scrollbars='+scroll+', location=no , directories=0, status=0, menubar=0, toolbar=0, resizable=0'; 
win=window.open(mypage,myname,settings); 
if(win.focus){win.focus();}
}
function cambia(){
	location.href=frm00.programas.value;
}
function openFullscreen4(page) {
var yes = 1;
var no = 0;

var menubar = yes;
var scrollbars = yes;
var locationbar = yes;
var directories = yes;
var resizable = yes;
var statusbar = yes;
var toolbar = yes; 

w = screen.width-200
h = screen.height-100
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;

windowprops = "width=" + (screen.width-200) + ", height=" + (screen.height-300) + ", top="+TopPosition+", left="+LeftPosition;

windowprops += (menubar ? ",menubars" : "") +
(scrollbars ? ",scrollbars" : "") +
(locationbar ? ",location" : "") +
(directories ? ",directories" : "") +
(resizable ? ",resizable" : "") +
(statusbar ? ",status" : "") +
(toolbar ? ",toolbar" : "");

window.open(page, 'fullPopup', windowprops);
}
var win;
function ventanaflotante(mypage,myname,w,h,scrolle,resi){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',status=no,toolbar=no,location=no,directories=no,menubar=no,scrollbars='+scrolle+',resizable='+resi+''
win = window.open(mypage,myname,settings,resi)

if(win.window.focus){win.window.focus();}
}

function ventana(pag,nume,texto){
var ancho= 520;
var alto= 500;
LeftPosition = (screen.width) ? (screen.width-ancho)/2 : 0;
TopPosition = (screen.height) ? (screen.height-alto)/2 : 0;
datos.hidtext1.value=texto;
datos.hidnum1.value=nume;		
NombreVentana=window.open(pag,"NombreVentana","bar=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=" + ancho + ",height=" + alto + ",top="+TopPosition+",left="+LeftPosition);
}
/*Funcion permite a la galeria de imagenes en flash redireccionar y cerrar*/
function credireccionar()
{
window.opener.location.replace("c-solicitud.php");window.close();
}
function ventanagaleria(mypage,myname,w,h,scrolle,resi,animacion){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrolle+',resizable='+resi+''
win = window.open(mypage,myname,settings,resi,animacion)

if(win.window.focus){win.window.focus();}
}
