 function sesion(op) 
 {	
 		thispage=window.location.href;
 		prefix=thispage.substring(0,thispage.lastIndexOf('?'));
 		if (prefix =="")
 		{
 				prefix=thispage;
 			  param="?_SolicitudRegistro_WAR_LTD_Portlets_reg="+op;
 		}
 	else		 		
  			param="?_SolicitudRegistro_WAR_LTD_Portlets_reg="+op+"&_CestaCompra_WAR_LTD_Portlets_compra=";
  			
 		URL=prefix+param;
 		window.location.href= URL;
 }
 
 function sesionCompra(op)
 {
	thispage=window.location.href;
	prefix=thispage.substring(0,thispage.lastIndexOf('/compra'));
	param="/registro?_SolicitudRegistro_WAR_LTD_Portlets_reg="+op+"&_CestaCompra_WAR_LTD_Portlets_compra=&_SolicitudRegistro_WAR_LTD_Portlets_origen=compra";
	URL=prefix+param;
	window.location.href=URL;
 }
 
 
  function sesionPres(op) 
 {	
 		thispage=window.location.href;
 		prefix=thispage.substring(0,thispage.lastIndexOf('?'));
 		if (prefix =="")
 		{
 				prefix=thispage;
 			  param="?_SolicitudRegistroPres_WAR_LTD_Portlets_reg="+op;
 		}
 	else		 		
  			param="?_SolicitudRegistroPres_WAR_LTD_Portlets_reg="+op+"&_CestaPres_WAR_LTD_Portlets_compra=";
  			
 		URL=prefix+param;
 		window.location.href= URL;
 }

 function sesionPuntos(op) 
 {	
 		thispage=window.location.href;
 		prefix=thispage.substring(0,thispage.lastIndexOf('?'));
 		if (prefix =="")
 		{
 				prefix=thispage;
 			  param="?_SolicitudRegistroPuntos_WAR_LTD_Portlets_reg="+op;
 		}
 	else		 		
  			param="?_SolicitudRegistroPuntos_WAR_LTD_Portlets_reg="+op+"&_CestaCompra_WAR_LTD_Portlets_compra=";
  			
 		URL=prefix+param;
 		window.location.href= URL;
 }