﻿// JScript File
// AbrirVentana('http://www.cartablanca.com.mx','CartaBlanca',800,600,'no','no')
win = null;
function AbrirVentana(PsPagina,PsNombre,w, h,scroll, resizable){

	var LeftPosition,TopPosition;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaPapelTapiz(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='600' ; 
	h='500' ; 
	scroll = 'no'; 
	resizable = '1';
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	win = window.open(PsPagina,PsNombre,propiedades)
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaJ(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='800' ; 
	h='700' ; 
	scroll = 'no'; 
	resizable = '1';
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	
	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaTamaño(PsPagina,PsNombre,w,h,scroll){

	var LeftPosition,TopPosition;
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll;

	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaBoletos(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='450' ; 
	h='658' ; 
	scroll = 'no'; 
	resizable = 'no';
	PsNombre = 'GranAficion';
	propiedades ='Height='+h+',Width='+w+',Scrollbars='+scroll+',Resizable='+resizable;
	win = window.open('/Boletos/' + PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentana40Aniv(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='680' ; 
	h='550' ; 
	scroll = 'no'; 
	resizable = '1';
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaPlantel(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='770' ; 
	h='480' ; 
	scroll = 'no'; 
	resizable = '1';
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}
}

function AbrirVentanaJersey(PsPagina,PsNombre){

	var LeftPosition,TopPosition, w, h , scroll;
	w='550' ; 
	h='800' ; 
	scroll = 'no'; 
	resizable = '1';
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2-25 : 0;	
	
	propiedades ='Height='+h+',Width='+w+',Top='+TopPosition+',Left='+LeftPosition+',scrollbars='+scroll+',resizable='+resizable;
	win = window.open(PsPagina,PsNombre,propiedades);
	if(win.window.focus){win.window.focus();}

}