function prmm_showLightbox( id ){
	
	if( document.getElementById( 'box_sms' ) ){
				
		if( document.getElementById( 'sms_idsaleobject' ) ){
			document.getElementById( 'sms_idsaleobject' ).value = id;
		}
	}
	showLightbox();
	
}