// JavaScript Document

function CerrarPopTienda(){
	window.close()	;
}

function VerPopTienda(){
	opener.document.location.href="VerPedido.php";
	window.close()	;
}



function AbrirVentanaPop(Id){
	ancho=screen.availWidth;
	navegador=navigator.userAgent;
	if(navegador.indexOf("Safari")==-1){
		posL=1040-450;
	parametros="width=440, height=600, left="+posL+", top=100, resizable=no, menubar=no, toolbar=no, directories=no, scrollbars=yes, status=no";
	}else{
		posL=1070-450;
	parametros="width=440, height=600, left="+posL+", top=100, resizable=no, menubar=no, toolbar=no, directories=no, scrollbars=yes, status=no";	
	}
	ventanaPop=window.open("../videofilmografia05/autor/Ficha.php?Id_produccion="+Id,"",parametros);	
	ventanaPop.focus();
}

function AbrirVentanaPopExt(Id){	
	navegador=navigator.userAgent;
	if(navegador.indexOf("Safari")==-1){
		posL=1020-650;
		parametros="width=650, height=600, left="+posL+", top=100, resizable=no, menubar=no, toolbar=no, directories=no, scrollbars=yes, status=no";
	}else{
		posL=1050-650;
		parametros="width=650, height=600, left="+posL+", top=100, resizable=no, menubar=no, toolbar=no, directories=no, scrollbars=yes, status=no";	
	}
	ventanaPop=window.open("../videofilmografia05/autor/FichaExt.php?Id_produccion="+Id,"",parametros);	
	ventanaPop.focus();
}


function Buscar(url,tipo, banda, mes, ano){
	location.href=url+".php?tipo="+tipo+"&code="+banda.value+"&mes="+mes.value+"&ano="+ano.value;
}


function QueryMov(prod,tipo){
	location.href="Movimiento.php?Code_prod="+prod.value+"&Tipo="+tipo.value;
}
