/*Mensaje en el status de la ventana*/
function videos_comp(id){

}

function finestra2(url,ancho,alto,nombre){
	var posx = (screen.width-ancho)/2;
	var posy = (screen.height-alto)/2;
	window.open(url,nombre,'toolbar=0, resizable=0, location=0,status=0,directories=0,menubar=0,scrollbars=0,width='+ancho+',height='+alto+',left='+posx+',top='+posy);	
}

function video(id){
	//finestra2('../../includes/verVideo.php?id='+id,330,400);
	finestra2('../includes/verVideo.php?id='+id,330,400);
}

function photos_comp(id){

}

function photo(id){
	
}

function send_news(id){

}

function teams(str_path,id){
	var path = str_path;
	document.location=path+'competition/teams/002.php?id=6&idc=0&year=0&idp='+id;
}

function vaciar(campo){
	campo.value='';	
}

function print_news(str_path,id){
	var path = str_path;
	var idx  = id;
	ventana2(path+'includes/notimp.php?id='+idx,1,1);
}

function download_file(str_path,archivo,tipo){
	var path = str_path;
	var file = archivo;
	var tip = tipo;
	ventana2(path+'download.php?f='+file+'&t='+tip,100,100,'DOWNLOAD');
}
