// JavaScript Document 
function comprueba_entrada(){
	if ((parent.document.location != 'http://www.imebe.com/index.htm') && (parent.document.location != 'http://www.imebe.com/') && (parent.document.location != 'http://www.imebe.com/prueba2012/')){window.location='http://www.imebe.com/index.htm';}
}

function sube_contenido(id){
	baja_contenido();
	idtexto=id;
	parent.document.getElementById('idcontenido').value=idtexto;
	document.getElementById(idtexto).style.zIndex=10;
	document.getElementById(idtexto).style.display="block";
	document.getElementById("m_"+idtexto).style.color="rgb(60,60,60)";	
	if (id=="myaccount"){document.getElementById('Login').onclick();}
	refrescar('paginas');
}

function baja_contenido(){
	idtexto=parent.document.getElementById('idcontenido').value;
	if (idtexto != "inicio"){
	document.getElementById(idtexto).style.zIndex=0;
	document.getElementById(idtexto).style.display="none";
	document.getElementById("m_"+idtexto).style.color="rgb(153,0,153)";	
	}
}


function mayusculas(input){
	input.value = input.value.toUpperCase();
} 



function sobre() {
	document.body.style.cursor = 'pointer';
}


function sale() {
document.body.style.cursor = 'default';
}

function sobre_label() {
	document.getElementById('crea_cta').style.color="rgb(35,135,235)";
}


function sale_label() {
document.getElementById('crea_cta').style.color="rgb(0,0,150)";
}


function cambia_ac(origen)
  {
	strHtml="";
	switch(origen){
		case "Login":
			strHtml="<iframe id='usuario' name='usuario' src='acceso.php' frameborder='0' width='800px' height='330px' scrolling='auto'></iframe>";
			document.getElementById('cuerpo_ac').style.height="350px";
		break;

		case "Logout":
			strHtml="<iframe id='usuario' name='usuario' src='logout.php' frameborder='0' width='800px' height='300px' scrolling='auto'></iframe>";
			document.getElementById('cuerpo_ac').style.height="320px";
		break;

		case "Paper":
			strHtml="<iframe id='usuario' name='usuario' src='form_papers.php' frameborder='0' width='800px' height='100%' scrolling='auto'></iframe>";
	//		strHtml="<strong>Sorry, submission is closed.</strong>";
			document.getElementById('cuerpo_ac').style.height="100%";
		break;
		
		case "Fee":
			strHtml="<iframe id='usuario' name='usuario' src='pagado.php' frameborder='0' width='800px' height='1100px' scrolling='auto'></iframe>";
			document.getElementById('cuerpo_ac').style.height="1200px";
		break;
		
		case "Slides":
			strHtml="<iframe id='usuario' name='usuario' src='slides.php' frameborder='0' width='800px' height='300px' scrolling='auto'></iframe>";
			document.getElementById('cuerpo_ac').style.height="320px";
		break;
		
		case "Vpapers":
			window.open("filtra_papers.php","papers");
		break;
		
	}
	document.getElementById('cuerpo_ac').innerHTML=strHtml;
	cambia_fondo_ac(origen);
  }

function cambia_fondo_ac(celda){

	document.getElementById('Login').className="etiqueta_ac";
	document.getElementById('Logout').className="etiqueta_ac";
	document.getElementById('Paper').className="etiqueta_ac";
	document.getElementById('Fee').className="etiqueta_ac";
//	document.getElementById('Slides').className="etiqueta_ac";
	document.getElementById('Vpapers').className="etiqueta_ac";

	document.getElementById(celda).className="etiqueta_sel_ac";

}

function calcula_precio(precio) {
	if (document.getElementById('nosolo').checked){precio=precio+75}
	document.getElementById('total').innerHTML='Total registration   '+String(precio)+' euros';
	document.getElementById('precio').value=precio;
}

function crear_cuenta(){
	sube_contenido('myaccount');
}

function resize() {
  window.parent.document.getElementById("relacion_papers").height = window.document.getElementById("lista_papers").offsetHeight;
}

function refrescar(interno) {
	if(window.document.getElementById(interno).offsetHeight>350){
		if (interno=='paginas'){
			window.parent.document.getElementById("contenido").height = window.document.getElementById(interno).offsetHeight+50;
		}else{
			window.parent.parent.document.getElementById("contenido").height = window.document.getElementById(interno).offsetHeight+50;
		}
	}else{
		window.parent.parent.document.getElementById("contenido").height =400;
	}
}

function refrescar_inscripcion() {
		parent.document.getElementById('usuario').height=window.document.getElementById('form_inscripcion').offsetHeight+150;
		top.document.getElementById('contenido').height=window.document.getElementById('form_inscripcion').offsetHeight+180;
}


function refrescar_account(interno) {
	if(window.document.getElementById(interno).offsetHeight>350){
		parent.document.getElementById('usuario').height=window.document.getElementById(interno).offsetHeight+150;
		top.document.getElementById('contenido').height=window.document.getElementById(interno).offsetHeight+180;
	}else{
		parent.document.getElementById('usuario').height=window.document.getElementById(interno).offsetHeight+450;
		top.document.getElementById('contenido').height=window.document.getElementById(interno).offsetHeight+480;
	}
}

function c_status(fila,valor){
	var preg = window.confirm ("do you want to change status to selected row?");
	if (preg){	
		document.getElementById("status_id").value=fila;
		document.getElementById("status_st").value=valor;	
		document.forms[1].submit();
	}else{
	parent.location.href="filtra_papers.php";
	}
}

function delete_coautor(fila){
		document.getElementById("coautor_id").value=fila;
		document.forms['borra_coautor'].submit();
}

function v_paper(fila,nombre){
	document.getElementById("papers_id").value=fila;
	document.getElementById("papers_n").value=nombre;
	window.open("blank.htm", fila , "width=500,height=300,scrollbars=yes") 
	document.forms[2].target=fila;
	document.forms[2].submit();
	parent.location.href="filtra_papers.php";
}

function v_changes(fila,nombre){
	document.getElementById("changes_id").value=fila;
	document.getElementById("changes_n").value=nombre;
	window.open("blank.htm", fila , "width=500,height=300,scrollbars=yes") 
	document.forms[3].target=fila;
	document.forms[3].submit();
	parent.location.href="filtra_papers.php";
}

function paperstoexcel(){
	for (i=0;i<4;++i){
		if (document.forms['fpapers'].filtro[i].checked){document.getElementById("e_filtro").value=document.forms['fpapers'].filtro[i].value;}
		if (document.forms['fpapers'].orden[i].checked){document.getElementById("e_orden").value=document.forms['fpapers'].orden[i].value;}
	}

	document.forms['excel'].submit();
}

function resize_papers(){
	var coautores=0;
	var subida=0;
	if (parent.frames['coautores'].document.getElementById('div_coautores')){
		parent.frames['coautores'].document.body.height=parent.frames['coautores'].document.getElementById('div_coautores').offsetHeight + 20;
		parent.document.getElementById('coautores').height= parent.frames['coautores'].document.body.height +10;
		coautores=parent.document.getElementById('coautores').offsetHeight;
	}
	if(parent.frames['sube_ficheros'].document.getElementById('div_sube_ficheros')){
		parent.frames['sube_ficheros'].document.body.height=parent.frames['sube_ficheros'].document.getElementById('div_sube_ficheros').offsetHeight + 20;
		parent.document.getElementById('sube_ficheros').height= parent.frames['sube_ficheros'].document.body.height +10;
		subida=parent.document.getElementById('sube_ficheros').offsetHeight;
	}
	parent.document.body.height=coautores+subida+300;
	parent.parent.document.getElementById('usuario').height=coautores+subida+500;
	top.document.getElementById('contenido').height=coautores+subida+700;
}


