var win = null;
var myname;

function A_ProcesaClave(strClave) {
	switch (strClave){
		case "VIASEG_BASES":
			A_AbreVentana("sorteo/index.htm", "wndViaSeg", 780, 430, "no");
			break;
	}
}

function A_AbreVentana(mypage,myname,w,h,scroll){
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='+scroll+',resizable=no'
win = window.open(mypage,myname,settings)
}

function pdf(mypage,myname,w,h,scroll){
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='+scroll+',resizable=yes'
win = window.open(mypage,myname,settings)
}
function selector(mypage,myname,w,h,scroll){
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='+scroll+',resizable=no'
win = window.open(mypage,myname,settings)

}

strSubDirDisV2 = "../";
function localizador(mypage,myname,w,h,scroll){
    //***  090406  HMO  Se sobre carga cuando se manda a llamar el Localizador de Distribuidores a la nueva ruta...
    if (mypage.indexOf("distribuidor_uniroyal") > 0) {
        //location.href = "../SelDisV2/"
        location.assign(strSubDirDisV2  + "SelDisV2/");
}
else {
	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='+scroll+',resizable=no'
	win = window.open(mypage,myname,settings)
}
}

function recordatorio(mypage,myname,w,h,scroll){
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='+scroll+',resizable=no'
win = window.open(mypage,myname,settings)

}


function juego(mypage,myname,w,h,scroll){
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='+scroll+',resizable=no'
win = window.open(mypage,myname,settings)

}
function aviso(){
LeftPosition = (screen.width) ? (screen.width-820)/2 : 0;
TopPosition = (screen.height) ? (screen.height-538)/2 : 0;
settings = 'height=538,width=820,top='+TopPosition+',left='+LeftPosition+',scrollbars=1,resizable=0'
win = window.open("sorteo/index.htm","aviso",settings)
}
function PromoCampFinA(){
w = 650; h = 360;
mypage = "promociones/campfina";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height=360,width=650,top='+TopPosition+',left='+LeftPosition+',scrollbars=0,resizable=0'
win = window.open(mypage,myname,settings)
}
