var grupoActual=0;
var selectActual=0;
// Posici&oacute;n botones
function seccion(p){
vy=p;
if(document.all && !document.getElementById) {
 		document.all['secciones'].style.backgroundPosition="0px "+vy+"px";
} else {
		document.getElementById('secciones').style.backgroundPosition="0px "+vy+"px";
}
}

function modificarStilo(p){
	for(i=1;i<tope;i++){
	combinado="img"+i;
	if(document.all && !document.getElementById) {
	document.all[combinado].style.border="#5a5a5a solid 2px";
	}else{
	document.getElementById(combinado).style.border="#5a5a5a solid 2px";
	}	
	}
	combinado="img"+p;
	selectActual=p;
	if(document.all && !document.getElementById) {
 		document.all[combinado].style.border="#FFFFFF solid 2px";
	} else {
		document.getElementById(combinado).style.border="#FFFFFF solid 2px";
	}	
}

var ventana
var cont=0
var titulopordefecto = "Foto Comentario"

function vfoto(cual,titulo)
{
if(cont==1){ventana.close();ventana=null}
if(titulo==null){titulo=titulopordefecto}
ventana=window.open('','ventana','resizable=no,location=0,toolbar=0,titlebar=0,scrollbars=no,width=50,height=50')
ventana.document.write('<html><head><title>' + titulo + '</title></head><body style="overflow:hidden" marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" scroll="no" onUnload="opener.cont=0"><div align="center"><a href="javascript:this.close()"><img src="' + cual + '" onLoad="opener.redimensionar(this.width, this.height)" style="border:none"></a></div>')
ventana.document.close()
cont++
}
function redimensionar(ancho, alto)
{
ventana.resizeTo(ancho+5,alto+30)
ventana.moveTo((screen.width-ancho)/2,(screen.height-alto)/2)
}

function modificarStiloOut(p,as){
	combinado="img"+p;
	ass="#5a5a5a";
	if(as=="1"){
	ass="#FFFFFF";
	}
	if(selectActual!=p){
	if(document.all && !document.getElementById) {
 		document.all[combinado].style.border=ass+" solid 2px";
	}else{
		document.getElementById(combinado).style.border=ass+" solid 2px";
	}		
	}
}


function escribir(){
var anch=320;
var alt=275;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('envia.php','Envia','left=' + Sx + ',top=' + Sy+',width=' + anch + ',height=' + alt+',status=1');
}
// html en capa
function descripcion(objId,x,newText) { //v9.0

objId="descripcion";
newText="x | "+newText;

  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}

// varibles flash
function NuevoGrupo(g){
	if(g!=grupoActual){
	grupoActual=g;
	if(window.home) window.document["home"].SetVariable("actual", g);
	if(document.home) document.home.SetVariable("actual", g);
		}
	}
	
function calendario(a,b,c){
var anch=271;
var alt=351;
var Sx=((window.screen.width - anch)/2)-5;var Sy=((window.screen.height - alt)/2)-15;
window.open('calendario.php','pop3','Width='+ anch +',Height='+ alt +',left=' + Sx + ',top=' + Sy+',scrollbars=0,resizable=0');	
}
