﻿function imeev_popup(titulo,share_msg,app_title,app_msg,imagen,appid,accept_label,cancel_label){
	if(accept_label == undefined){accept_label = 'Aceptar';}
	if(cancel_label == undefined){cancel_label = 'Cancelar';}
	tb_show("¿Compartir con tus amigos?",'http://www.imeev.com/popups/app_pop.php?height=270&width=600&titulo='+titulo+'&share_msg='+share_msg+'&app_title='+app_title+'&app_msg='+app_msg+'&imagen='+imagen+'&appid='+appid+'&accept_label='+accept_label+'&cancel_label='+cancel_label+'#TB_iframe');	
}