function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function abreArticulo(cualo,lng){
	//posicion ventana
	posT=75;
	posL=312;
	ancho=433;
	alto=500;
	window.open("articulo.asp?ids="+cualo+"&lang="+lng,"","top="+posT+",left="+posL+",width="+ancho+",height="+alto);
}
function abreActualidad(cualo){
	//posicion ventana
	posT=75;
	posL=312;
	ancho=340;
	alto=450;
	window.open("actualidadFicha.asp?ida="+cualo,"","top="+posT+",left="+posL+",width="+ancho+",height="+alto);
}
function abreLocal(cualo){
	//posicion ventana
	posT=75;
	posL=312;
	ancho=265;
	alto=450;
	window.open("fichaLocal.asp?idl="+cualo,"","top="+posT+",left="+posL+",width="+ancho+",height="+alto);
}
function abreAgenda(cualo){
	//posicion ventana
	posT=75;
	posL=312;
	ancho=340;
	alto=400;
	window.open("fichaAgenda.asp?ida="+cualo,"","top="+posT+",left="+posL+",width="+ancho+",height="+alto);
}

function agregar(){
	var url="http://www.d-palma.com";
	var title="DP Progressive Urban Culture";
	
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
		javascript:window.external.AddFavorite(url,title);
		}
	else {
		alert("Pulse CTRL+D para agregar");
	}
}

function abreDisco(cualo){
	//posicion ventana
	posT=75;
	posL=312;
	ancho=340;
	alto=450;
	window.open("discoFicha.asp?ida="+cualo,"","top="+posT+",left="+posL+",width="+ancho+",height="+alto);
}
