<!--
self.status = "..:: SRTK ::..";
function msj(Numero){
  	if (Numero==2) {alert('Debes iniciar una sesión para ver los graffos escritos a esta foto.');}
  	if (Numero==3) {alert('Debes iniciar una sesión para votar una votar una foto.');}
  	if (Numero==4) {alert('Debes iniciar una sesión para enviar una foto a un amigo por correo electrónico.');}
  	if (Numero==5) {alert('Debes iniciar una sesión para ver todas las respuestas de un graffo.');}
  	if (Numero==6) {alert('Debes iniciar una sesión para utilizar esta herramienta.');}
  	if (Numero==20) {alert('Debes activar tu móvil para este tipo de alertas.');}
}
function ventana1(Ventana){
	w=424;
	h=448;
	LeftP=(screen.width)?(screen.width-w)/2:100;
	TopP=(screen.height)?(screen.height-h)/2:100;
	var pWindow = window.open(Ventana,"_blank"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=no, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
function ventana2(Ventana){
	w=580;
	h=550;
	LeftP=(screen.width)?(screen.width-w)/2:100;
	TopP=(screen.height)?(screen.height-h)/2:100;
	var pWindow = window.open(Ventana,"_blank"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=yes, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
function voto(Foto){
	w=240;
	h=71;
	LeftP=(screen.width)?(screen.width-w)-60:100;
	TopP=(screen.height)?(screen.height-h)-150:100;
	var pWindow = window.open(Foto,"voto"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=no, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
function foto(IDFoto){
	w=580;
	h=550;
	LeftP=(screen.width)?(screen.width-w)/2:100;
	TopP=(screen.height)?(screen.height-h)/2:100;
	var pWindow = window.open(IDFoto,"_blank"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=no, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
function Graffo(Graffo){
	w=580;
	h=550;
	LeftP=(screen.width)?(screen.width-w)/2:100;
	TopP=(screen.height)?(screen.height-h)/2:100;
	var pWindow = window.open("../../graffos/ver.php?"+Graffo,"_blank"," width="+w+", height="+h+", Left="+LeftP+", Top="+TopP+", toolbar=no, location=no, scrollbars=yes, directories=no, status=no, menubar=no, resizable=no");
    pWindow.focus();
}
function cmd(Ventana) {
	var pWindow = window.open(Ventana,"_blank"," width=120, height=40, Left=0, Top=520, toolbar=no, location=no, scrollbars=no");
}
function menu_jump(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
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);
-->